Hello,

We use iText to fill forms with datase values in existing pdf documents.
The user can upload documents, which are also stored in the database.
The problem is that the resulting documents are sometimes to large
(~200kB) for users without a dial-up internet connection. 

Possible solutions:
- Reduce the size of the pdf document. Is this possible? We already used
PdfStamper.setFullCompression(), but unfortunately documents created
with this option are not compatible with some older version of Acrobat
Reader?
- Reduce the size of the uploaded document. Since the users are usually
non-technicians, how can they achieve this?
- Generate HTML from PDF document. I think this is not possible since
itext cannot parse PDF documents? Can someone confirm this?


Thanks for your help.

Regards,
Maik Lehradt



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to