Re: [iText-questions] Convert rtf,doc to PDF using iText .jar

2002-11-05 Thread David Thielen
t;; "David Thielen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 5:07 AM Subject: Re: [iText-questions] Convert rtf,doc to PDF using iText .jar > At 8:07 AM + 11/5/02, namal ubh wrote: > >I want to do that using java without using a

Re: [iText-questions] Convert rtf,doc to PDF using iText .jar

2002-11-05 Thread Leonard Rosenthol
At 8:07 AM + 11/5/02, namal ubh wrote: I want to do that using java without using a tool Then you are going to need to write an RTF parser, from which you will convert from the incoming RTF to either iText primatives or to iText XML. Leonard -- -

Re: [iText-questions] Convert rtf,doc to PDF using iText .jar

2002-11-05 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 namal ubh wrote: > problem is string variable content is not character type since it is RTF > (not like a text file) it 's a binary type the created PDF file print > with binary characters . RTF is a text file. Only it contains additional formating in

Re: [iText-questions] Convert rtf,doc to PDF using iText .jar

2002-11-05 Thread namal ubh
Question I want to convert rt f(Rich Text Format) and .doc in to PDF format. I'm reading the rtf file and keep the content in a string variable using iText.jar i'm converting the the String variable in to PDF problem is string variable content is not character type since it is RTF (not like a t

Re: [iText-questions] Convert rtf,doc to PDF using iText .jar

2002-11-04 Thread David Thielen
Take a look at www.WindwardReports.com - it will do it for rtf to pdf, html, text - Original Message - From: namal ubh To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 7:57 AM Subject: [iText-questions] Convert rtf,doc to PDF using iText .jar I want

[iText-questions] Convert rtf,doc to PDF using iText .jar

2002-11-04 Thread namal ubh
I want to convert rt f(Rich Text Format) and .doc in to PDF format. I'm reading the rtf file and keep the content in a string variable using iText.jar i'm converting the the String variable in to PDF problem is string variable content is not character type since it is RTF (not like a text file) i