RE: [iText-questions] How to convert PDF format to RTF format

2005-08-10 Thread Kao, Simon
Title: RE: [iText-questions] How to convert PDF format to RTF format Bruno, I tried it again and it was working fine. I think that I didn't define the font size and that's why it gave me that kind of "terrible result". Thanks a lot and good night. Simon -

Re: [iText-questions] How to convert PDF format to RTF format

2005-08-10 Thread bruno
Kao, Simon wrote: Bruno, We would like to change the font to Courier. Are you saying that there is no way to change the font inside the cell table ? No, that is NOT what I am saying. I am saying I HAVE TO GUESS about what you consider to be A TERRIBLE RESULT. A lot of people have the opinio

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-10 Thread Kao, Simon
Title: RE: [iText-questions] How to convert PDF format to RTF format Bruno, We would like to change the font to Courier. Are you saying that there is no way to change the font inside the cell table ? >>Besides, if you use a table with 4 rows. >>What do you still need the monospa

Re: [iText-questions] How to convert PDF format to RTF format

2005-08-10 Thread bruno
Kao, Simon wrote: Bruno, I used the following code below but I got a terrible result. I went out today and the weather was terrible. Do you know why? Besides, if you use a table with 4 rows. What do you still need the monospaced font for? Please go to the tutorial: http://itextdocs.lowagie.

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-09 Thread Kao, Simon
Title: RE: [iText-questions] How to convert PDF format to RTF format Bruno, I used the following code below but I got a terrible result. Do you know why ?     INV_NUMBER="12345678"                   DEFAULT_FONT = class com.lowagie.text.rtf.RtfFont("COURI

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-09 Thread Kao, Simon
Title: RE: [iText-questions] How to convert PDF format to RTF format Bruno, How to set the specify font in RTF document ? In the Document level , Table level or Cell level ? Please help. Thanks, Simon -Original Message- From: bruno [mailto:[EMAIL PROTECTED]] Sent: Sunday

Re: [iText-questions] How to convert PDF format to RTF format

2005-08-09 Thread bruno
Kao, Simon wrote: Bruno, How to set the specify font in RTF document ? In the Document level , Table level or Cell level ? Lower: in the objects you are adding to the cell (Paragraph, Phrase, Chunk,...). br, Bruno --- SF.Net email is Spon

Re: [iText-questions] How to convert PDF format to RTF format

2005-08-07 Thread bruno
Kao, Simon wrote: For example: Serial Number Part Number Part Description QTY == === = 123456789 X Part1234567890 10 9876543276890 ZZZ

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-07 Thread Kao, Simon
Title: RE: [iText-questions] How to convert PDF format to RTF format Burno, If I want to display the detail RTF report with fixed fields but each field might have different length. The RTF report need to be printed in customers pre-printed form.   For example: Serial Number   Part

Re: [iText-questions] How to convert PDF format to RTF format

2005-08-06 Thread Bruno Lowagie
Kao, Simon wrote: Burno, Do you know how to make the alignment on the paragraph of RTF format ? I suppose it's done the same way as in PDF: http://itextdocs.lowagie.com/tutorial/objects/#paragraph I tried to use the space and tab inside the string to make the report alignment because the d

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-05 Thread Kao, Simon
Title: RE: [iText-questions] How to convert PDF format to RTF format Burno, Do you know how to make the alignment on the paragraph of RTF format ? I tried to use the space and tab inside the string to make the report alignment because the data length may be vary in each detail line Do you

Re: [iText-questions] How to convert PDF format to RTF format

2005-08-04 Thread bruno
Simon Kao wrote: Hi All, Did anybody know how to conecrt the PDF format to RTF format in iText ? The same question as before, but phrased differently. Just for the sake of completeness: iText doesn't do PDF to 'XYZ' conversion. br, Bruno ---

[iText-questions] How to convert PDF format to RTF format

2005-08-04 Thread Simon Kao
Hi All, Did anybody know how to conecrt the PDF format to RTF format in iText ? Basically, I passed the cb into function to print the detail report. Ir works for PDF formaT but I don't know know how to convert it to RTF format. Especially the detail report need to print on exactly postion of A4 p