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,
I would like to generate templates first and then use these as my starting point to fill out information.
You said-
At my day job, we used iText in combination with Microsoft Word and Adobe Acrobat. First, our team designed a shipment form using Microsoft Word. Next, we converted the Word document to PDF using Adobe Acrobat. Then, using iText's template capability, we loaded the PDF file into our application. From there, it was quite easy to fill in data values on the form and output the final PDF document.
Do you have any tips how to do this, some document etc. that would help me set this up?
Thanks !
Nesh
|
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]
-
iText in combination with Microsoft Word and Adobe Acrobat
2003-11-17 14:56:33
anonymous2
[View]
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