Hi,

I have the following code in one of my programs

AcroFields form = stamper.getAcroFields();
XfdfReader xfdf = new XfdfReader(xFDFString);
form.setFields(xfdf);

Do I need to close this reader(like closing a document or something) or should 
I be closing the Acrofields object?

I am haveing problems with deleting a file which is being created using the 
same string(xFDFString), It keeps saying that this file is being used by 
another source. I was thinking if this the XfdfReader or AcroFields object is 
still holding on to the string?

Any suggestions or help?

Thanks a lot in advance.


Thank You
Kalkunda Venkat
515 362 0241
x-20241




-----Message Disclaimer-----

This e-mail message is intended only for the use of the individual or
entity to which it is addressed, and may contain information that is
privileged, confidential and exempt from disclosure under applicable law.
If you are not the intended recipient, any dissemination, distribution or
copying of this communication is strictly prohibited. If you have
received this communication in error, please notify us immediately by
reply email to [EMAIL PROTECTED] and delete or destroy all copies of
the original message and attachments thereto. Email sent to or from the
Principal Financial Group or any of its member companies may be retained
as required by law or regulation.

Nothing in this message is intended to constitute an Electronic signature
for purposes of the Uniform Electronic Transactions Act (UETA) or the
Electronic Signatures in Global and National Commerce Act ("E-Sign")
unless a specific statement to the contrary is included in this message.


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to