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 <[EMAIL PROTECTED]>
Subject: Re: [iText-questions] XFDF output does not contain fields
To: Post all your questions about iText here
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-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
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to