Post source code. I think it was usefull to understand how you build your pdf (I haven't undestood).
AFAIK, CutePdf is based on Ghostscript, and AFAIK Ghostscript try to reduce the level of nested xobject in pdf files. This explains why pdf printed on CutePdf and then printed on a PS printer does not hang. I haven't understood how you build your pdf. It seems that I merge 2 pdf (A+B) and get the result (file T1). Then you add C to T1 and get T2, then add D to T2 and get T3 and so on. Am I right? If it is so, you create a very deep list of nested xobject in the pdf. I have wrote a small piece of code to count the level of nested xobject. Try to use it to check your pdf files during your process. http://fhtino.blogspot.com/2007/10/level-of-nested-xobject-in-pdf-file.html Fabrizio On Dec 5, 2007 10:39 PM, Gery D. Dorazio <[EMAIL PROTECTED]> wrote: > > > > I have several PDF files with fields that get populated with data. > These forms get combined to form a single PDF which is then > sent to a users browser. > > ............................. ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ 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/
