Hi,
I have a pdf file that was generated from a word document. This pdf file has 
fields in it and replacing those are quite easy, just looping through the 
AcroFileds and using the setField() method. So far so good. My problem is that 
the pdf file also can have rather big sections from a database (a block of code 
in varying size). How do I get those into the document? I have tried adding a 
multicolumn text to a new document and then inserting that document but the 
problem is that the next sentence after the section that I'm trying to insert 
does not move according to the size of the new document och the 
MultiColumnText. Basically what Im trying to do is something like this:
Pdf document with some text here that is static.
This line is also static.
Insert a section here using somekind of placeholder (form field etc)
Have another static text here that changes location based on the size of the 
above section
Is this possible?
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to