On 9/11/2010 8:51, George Pearson wrote:
> Hi all
>
> I have a pdf template that was created in LiveCycle – this pdf is called
> through a C# application using iTextSharp. It all works great expect
> when the pdf is printed it only prints ONE record in the pdf.

You have created a PDF containing a form that is build using XFA 
technology. Based on your expectations, I assume that you have created 
Dynamic XFA, but based on your code and the result, I have to conclude 
that you've created a static XFA form with an AcroForm counterpart.

In any case, as documented, this won't work with dynamic XFA forms:
> ps.FormFlattening = true;

> Like I said it woks great but when I open the pdf that was generated
> after the button click I will only get “Jane Doe” any ideas as to what I
> am doing wrong?

Please read chapter 8 of the book to find out the difference between 
AcroForm technology and XFA, as well as the difference between static 
and dynamic XFA. You'll also find out that what you are trying to do (at 
least the way you're doing it) is probably only possible with Adobe 
software.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to