Am Dienstag, 17. Juni 2003 14:01 schrieb Bruno: > Quoting Varinder_Tandon <[EMAIL PROTECTED]>: > > Hi, > > > > I need to read content from MS-word document and write into a > > pdf.since ms-word content is not ascii when i am reading it using > > bufferread it is throwing binary content..is there is any method in > > iText where i can do this? > > No, you can't do this with iText.
It is possible with a trick! 1. Load the word-document with openoffice and store it in openoffice-format (xml) 2. Show the code of writer2latex (a tool, which read oo-docs and convert it to latex) http://www.hj-gym.dk/~hj/writer2latex/ 3. Take the doc-reading-code from writer2latex and use iText to produce a pdf-document. 4. If it works, document your sourcecode and make it public! ;-) by Michael ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
