[iText-questions] Converting HTML to PDF

2003-01-14 Thread Thom Burnett
According to the FAQ, IText doesn't convert HTML to PDF. Any chance that the FAQ is out of date? Has anyone here successfully converted HTMLpages to PDF? I have a Java application that produces several HTML pages. Ineed to get one PDF document from that HTML. I've tried following the examples

Re: [iText-questions] Converting HTML to PDF

2003-01-14 Thread sébastien laforet
le 13/01/2003 à 15:49 Thom Burnett a écrit : According to the FAQ, IText doesn't convert HTML to PDF. Any chance that the FAQ is out of date? Has anyone here successfully converted HTML pages to PDF? I have a Java application that produces several HTML pages. I need to get one PDF document

RE: [iText-questions] Page breaks for long PdfPTable

2003-01-14 Thread Paulo Soares
PdfPTable won't break rows. That's documented in the javadocs and it's by design not a bug. Best Regards, Paulo Soares -Original Message- From: Kenny G. Dubuisson, Jr. [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 20:27 To: [EMAIL PROTECTED] Subject:

[iText-questions] PDF signature

2003-01-14 Thread Alexander Solomatin
Hi all, can someone help me ? I need urgently an example or information, how I can with the help of iText library sign a pdf file. Thanks ! Alexander Solomatin Senior Software Engineer [EMAIL PROTECTED] http://www.intershop.de Intershop® Intershop Communications AG Eichplatz 1, 07743 Jena,

RE: [iText-questions] PDF signature

2003-01-14 Thread Paulo Soares
You'd better look elsewhere, iText doesn't support signatures. Best Regards, Paulo Soares -Original Message- From: Alexander Solomatin [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 12:18 To: '[EMAIL PROTECTED]' Subject: [iText-questions] PDF signature Hi all,

Re: [iText-questions] Page breaks for long PdfPTable

2003-01-14 Thread Kenny G. Dubuisson, Jr.
Thanks Paulo. What I did then was keep track of the total page height, available page height, and height of each row as I put it out and was able to do my page breaks like that. Do you think that is the best way to do it? Thanks, Kenny - Original Message - From: Paulo Soares [EMAIL

[iText-questions] Finding text within a PDF

2003-01-14 Thread Thom Burnett
Using Java, I'd like to be able to seach inside a PDF to find a particular element - usually a string. Just knowing if the string is there or not would be an important help. The PDFs I've looked at seem to have the text content in them encoded. (This could be Flate? I can't tell.) Can you tell

RE: [iText-questions] Finding text within a PDF

2003-01-14 Thread Paulo Soares
Try www.jpedal.org. Best Regards, Paulo Soares -Original Message- From: Thom Burnett [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 14:40 To: [EMAIL PROTECTED] Subject: [iText-questions] Finding text within a PDF Using Java, I'd like to be able to seach inside a

RE: [iText-questions] Page breaks for long PdfPTable

2003-01-14 Thread Paulo Soares
That's the way to do it. With long rows it may help to have a mix of PdfPTable for the short rows and ColumnText for the long rows to control the break. Remember that a PdfPTable is a group of ColumnText with lines around. Best Regards, Paulo Soares -Original Message- From: Kenny G.

Re: [iText-questions] Converting HTML to PDF

2003-01-14 Thread David Thielen
www.WindwardReports.com might be able to help you. - dave - Original Message - From: Thom Burnett To: [EMAIL PROTECTED] Sent: Monday, January 13, 2003 1:49 PM Subject: [iText-questions] Converting HTML to PDF According to the FAQ, IText doesn't convert

Re: [iText-questions] New release itext-paulo-107

2003-01-14 Thread David Thielen
Why is the latest version on http://www.lowagie.com/iText/ version 0.96 when you are up to 1.07? thanks - dave - Original Message - From: Paulo Soares [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 06, 2003 10:24 AM Subject: [iText-questions] New release itext-paulo-107

Re: [iText-questions] New release itext-paulo-107

2003-01-14 Thread Jason Essington
because Paulo is that far ahead of the rest of us :-) On Tuesday, January 14, 2003, at 01:55 PM, David Thielen wrote: Why is the latest version on http://www.lowagie.com/iText/ version 0.96 when you are up to 1.07? thanks - dave - Original Message - From: Paulo Soares [EMAIL

[iText-questions] Font - FontFactory

2003-01-14 Thread Rajeev Mancheril
Hi, To use specific user configured fonts, i use FontFactory.getFont() to getappropriate font. In this case, what if i use a name which is not registered to FontFactory. Just want to know about the default font returned. Thanks, Rajeev.

[iText-questions] Define absolute position element in xml

2003-01-14 Thread Chi Wah Chan
Hi, I'm using XML to generate PDF, I would like to know that may I define some absolute position elements like text, image... in XML file? Regards, Jonathan. _ The new MSN 8: smart spam protection and 2 months FREE*

[iText-questions] Problem with Japanese Fonts

2003-01-14 Thread Ricky M. Codizar
Hi! I'm a beginner in using iText and I'm using a Japanese environment. I tried the following to create the Japanese font as what I read from iText documentation: BaseFont bfJapanese = BaseFont.createFont(HeiseiKakuGo-W5, UniJIS-UCS2-HW-H, BaseFont.NOT_EMBEDDED); Font FontJapanese = new