Re: [iText-questions] form flattening causing data loss

2010-06-11 Thread Gregg.Gilbert
Rosenthol [mailto:lrose...@adobe.com] Sent: Monday, June 07, 2010 4:30 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] form flattening causing data loss Yup! LiveCycle Designer == XFA. The best way is to extract the XML from the PDF (iText provided API), use

Re: [iText-questions] form flattening causing data loss

2010-06-08 Thread 1T3XT info
gregg.gilb...@sungard.com wrote: > I took out the acrofields.setField method and replaced with this example > I found. You're replacing the XML stream with the XFA form with another XML stream. That's one way to fill out an XFA form, but flattening will never work in this case, because the for

Re: [iText-questions] form flattening causing data loss

2010-06-08 Thread Gregg.Gilbert
uestions about iText here Subject: Re: [iText-questions] form flattening causing data loss If the PDF is a static XFA you can flatten it. However, it looks like you have a dynamic XFA and those can't be flattened by iText(Sharp). Paulo

Re: [iText-questions] form flattening causing data loss

2010-06-08 Thread Paulo Soares
Can you post the PDF? Paulo From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Monday, June 07, 2010 10:07 PM To: Post all your questions about iText here Subject: Re: [iText-questions] form flattening causing data loss If the PDF is a static XFA you can

Re: [iText-questions] form flattening causing data loss

2010-06-07 Thread Paulo Soares
22 PM Subject: Re: [iText-questions] form flattening causing data loss Thanks for responding. I definitely will plead ignorance to a lot of this….very new at dealing with Adobe forms and filling them. Learning on the fly with lots of googling to find examples of what I need to d

Re: [iText-questions] form flattening causing data loss

2010-06-07 Thread Leonard Rosenthol
PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] form flattening causing data loss Thanks for responding. I definitely will plead ignorance to a lot of thisvery new at dealing with Adobe forms and filling them. Learning on the fly with lots of googling to find

Re: [iText-questions] form flattening causing data loss

2010-06-07 Thread Gregg.Gilbert
from an XML file into it? Gregg From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Monday, June 07, 2010 3:29 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] form flattening causing data loss I am confused. Those

Re: [iText-questions] form flattening causing data loss

2010-06-07 Thread Leonard Rosenthol
-questions@lists.sourceforge.net Subject: [iText-questions] form flattening causing data loss Hi, I have an issue where fields that repeat on each page of a form, like Name, have their values disappear after flattening the form. The name field is on the top of each page of the form. Don't want uni

Re: [iText-questions] form flattening causing data loss

2010-06-07 Thread Mark Storer
ilb...@sungard.com] Sent: Monday, June 07, 2010 9:03 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] form flattening causing data loss Hi, I have an issue where fields that repeat on each page of a form, like Name, have their values disappear after flattening the form

[iText-questions] form flattening causing data loss

2010-06-07 Thread Gregg.Gilbert
Hi, I have an issue where fields that repeat on each page of a form, like Name, have their values disappear after flattening the form. The name field is on the top of each page of the form. Don't want unique field names on the form (which I know would solve the problem). So here are the fi