Hello,

I'm currently writing a java rtf text editor. This editor is intended for mass documents management.

This editor is intended to accelerate the workflow, so the user does not have access to advanced layout.

My plan is to put the layout into a pdf file.

The pdf file will contain header, footer, images...

Then I add the rtf file content plus somes info (date, address...) on the pdf for printing.

The pdf can have one page (all background page are the same), two page (the first one and all others) and three page (first page, middle pages and last pages.

I currently have two possibilities:

First one (the best one) is to implement printable into my rtf editor and add the pdf data here. The problem is that I don't know if itext can read pdf for printing.

The second one, is to add the rtf to an pdf document, and save the document somewhere on the hard drive for later printing with acrobat. But again I don't know how to add rtf document content to an itext document.

Best regards

Kuon



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to