  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | -none- | -none- 2007-09-05 - By Kevin Brown
Back Bruno:
I tracked down the error ... as always it was the operator. As background, we are creating a meld of RenderX XEP/VisualXSL using iText for creating form fields. The code was creating one too many radio's and this empty radio button without kids was causing the problem. Had to parse the whole PDF file as your suggested to find the offending part.
Thanks for the input.
Kevin
-- ---- ---- ---- ---- ---- --
Message: 8 Date: Wed, 05 Sep 2007 07:41:49 +0200 From: Bruno Lowagie <bruno@(protected)> Subject: Re: [iText-questions] XFDF output does not contain fields To: Post all your questions about iText here <itext-questions@(protected)> Message-ID: <46DE419D.7080107@(protected)> Content-Type: text/plain; charset=ISO-8859 (See http://ISO-8859.ora-code.com)-1; format=flowed
Kevin Brown wrote: > The structure generated in PDF is: > > 58 0 obj<</P 4 0 R/MK<</BG[0.67059 0.65882 0.93333]/BC[0 0 0]>>/FT/Tx/Ff > 0/BS<</W 0/S/I>>/DA(/ArialMT 10 Tf 0 0 0 rg > )/Subtype/Widget/V(\(246\)3257102)/Type/Annot/MaxLen 1000/Rect[149.61 478.44 > 315.23 490.44]/T(field13)>> > endobj
That's 1 text field widget. But what about the object that describes the complete form? Maybe you have defined the form in a way that it excludes all fields. This would explain the behavior you are describing. br, Bruno
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |