michelle jeffreys wrote:

Hi,
We have a scenario where we want to merge multiple documents (txt/rtf/pdf/word) into one '.pdf' document.

iText doesn't read RTF or Word Documents.
You can only convert plain text to PDF and import pages AS-IS from existing PDFs.

So far I have only managed to read lines of text from a .txt file and write them to a paragraph, a weak alternative. Is there a way of adding documents to the iTextSharp.text.Document object as (for example) images or chunks of data?

I'd look for specific tools that produce PDF from each different document type
and then concatenate all the separate PDF files with iText.
br,
Bruno


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to