Sorry for the short answer, but I have to go to a meeting at the moment. iText does not import Word documents. It can however work with RTF files. There is an RtfWriter2 object that can read and write RTF formatted files. Not all RTF features are implemented.
There is the beginnings of a conversion function in the new parser. There is also import functionality. Look at the import and convert functions of the RtfWriter2 object. Howard Shank ----- Original Message ---- From: gpan <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, May 16, 2008 10:18:09 AM Subject: [iText-questions] How to read content from word document and form a PDF? HI All, I have 10 pages word document, i want to convert it into Pdf documents, that word document contains many paragraphs, So i don't know how to create a pdf document. Do i need to copy the whole content and put it in string and add it to the paragraph object??. how to do this?? is there is any way i can read the word document, and form a PDF using itext or i need to copy the content..?? -- View this message in context: http://www.nabble.com/How-to-read-content-from-word-document-and-form-a-PDF--tp17275828p17275828.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
