| Article: |
Dynamically Creating PDFs in a Web Application | |
| Subject: | iText in combination with Microsoft Word and Adobe Acrobat | |
| Date: | 2003-11-05 19:38:48 | |
| From: | anonymous2 | |
|
Hi Sean,
|
||
Showing messages 1 through 3 of 3.
-
iText in combination with Microsoft Word and Adobe Acrobat
2003-11-15 10:46:57 anonymous2 [View]
-
iText in combination with Microsoft Word and Adobe Acrobat
2003-11-08 07:49:02 anonymous2 [View]
Here's an example that uses a wysiwyg app (Acrobat or alternative) to create the templates, then extracts the positional and other properties for each field into an XML file for the production merge process. While the example doesn't use iText, it could very easily be converted to do so, at least on the production side (I don't think iText can do the pre-production field properties extraction (yet...)
http://www.visualbasicforum.com/t116588.html -
iText in combination with Microsoft Word and Adobe Acrobat
2003-11-17 14:56:33 anonymous2 [View]
It's been ported to Java/iText:
http://www.planetpdf.com/asp/default.asp?action=9&read=35912&fid=3#94629



http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg06170.html
iText classes:
PdfReader
PdfImportedPage (a subclass of PdfTemplate)
PdfContentByte
PdfWriter
Method:
PdfWriter.getImportedPage
Method:
PdfContentByte.addTemplate
Example code:
http://itext.sourceforge.net/src/com/lowagie/tools/handout_pdf.java