[iText-questions] RE:HTML to PDF tables.

2004-03-02 Thread Satheesh Naidu
Mr. Eric Minick,    Here is the solution to your problem: Please modify the SAXiTextHandler.java (from iTextXML.jar or srcXML.tar.gz) as mentioned below.  public class SAXiTextHandler extends DefaultHandler {...public void handleEndingTags(String name) {{...     float total =

[iText-questions] Question about background image

2004-03-02 Thread Jay Chiu
I need add background images to certain areas in pdf files. Can someone please tell me what approach I may use for the following two cases? (1) Adding a small image to a bigger area Support the image original size is 300x300, scale of 1/3 is required to get better resolution, and the area size is

[iText-questions] Re: Showing dynamically generated PDF (using iText) in browser...

2004-03-02 Thread Joe Seminara
I was having this same problem with Acrobat 5.1 and IE 6.0.2800.1106. IE would display the File Download dialog, and detect the PDF content type, but no matter if you either chose Open or Save, IE would complain about not finding the file, and to try again later. But it has no problems with ac

[iText-questions] Re: PS to PDF

2004-03-02 Thread Carsten Hammer
Hi Bill, the last time I saw it it has been shareware. Its a pity if it is dead. For someone addicted to challenges sun offers sourcecode of a postscript interpreter implementing a subset of postscript at their java pages. It uses javacc for its parser, so anybody willing to extend it should be

RE: [iText-questions] setLeading(), table.setOffset()

2004-03-02 Thread Reynaldo S. Tamayo
Title: RE: [iText-questions] Vertical alignment in table cells erik,     you can used table row to act as spacer         table 1             spacer             table 2       or you can use the paragraph of the pdfwriter but hard to control.   juntams -Original Me

[iText-questions] RE:HTML to PDF tables.

2004-03-02 Thread Satheesh
Mr. Eric Minick,    Here is the solution to your problem: Please modify the SAXiTextHandler.java (from iTextXML.jar or srcXML.tar.gz) as mentioned below.  public class SAXiTextHandler extends DefaultHandler {...public void handleEndingTags(String name) {{...     float total =

RE: [iText-questions] PS to PDF

2004-03-02 Thread Leonard Rosenthol
At 01:21 PM 3/2/2004, Bill Ensley wrote: I have a copy of ToastScript, but it does not contain any licensing information. Do you think I can pass it on to iText users? Distribution of "dead" software is always a tough one - but I think in this case, I might take the "ask forgiveness instea

[iText-questions] My font embedding problem continued...

2004-03-02 Thread Mike-I . Shaw
Hi again IText guys, My last message wasn't as helpful as it could be becuase the font and the dialog box were ripped out. I have investigated further and changed the encoding of my font to BaseFont.CP1252 (see program below - You were right Christer) but I still always get the dialog below when

RE: [iText-questions] PS to PDF

2004-03-02 Thread Bill Ensley
Leonard, I have a copy of ToastScript, but it does not contain any licensing information. Do you think I can pass it on to iText users? Thanks Bill Ensley -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Leonard Rosenthol Sent: Tuesday, March 02, 2004 6:41

[iText-questions] Revision bar

2004-03-02 Thread Forest, Sebastien
Title: Revision bar Hi I'm new to iText. I'm working to add revision bar (also called change bar or tracking bar) on a pdf document. The revision bar are vertical line located on right or left margin of the document to indicate that there is a change in this part of the text. The revision bar 

Re: [iText-questions] PDF signing: SigDict /Content illegal data

2004-03-02 Thread Leonard Rosenthol
At 07:37 AM 3/2/2004, Luis Pascual Forner wrote: I'm implementing PDF signatures using iText + BouncyCastle (a Java Cryptography API, www.bouncycastle.org). Cool! Up to the moment I have made a procedure to validate detached PKCS#7 signatures (/Filter /Adobe.PPKLite /SubFilter /adbe.p

Re: [iText-questions] PS to PDF

2004-03-02 Thread Leonard Rosenthol
At 05:09 PM 3/1/2004, Janis Kruse wrote: is there an example or tutorial how to convert Postscript Files to PDF using iText? My Boss used to do this via Ghostscript but now he wants to do it Java... You can check out PSServices from Apago (http://www.apago.com), which offers a Java interfa

Re: AW: [iText-questions] How to modify a signature dictionary

2004-03-02 Thread Luis Pascual Forner
Thanks Peter, I do it, but when I read the document with Acrobat Reader 6 or Acrobat 5 it produces the error "SigDict /Contents illegal data". If I do the process manually (read the "ByteRange", split the document, etc.), the validation is successful. Why?. I use a standard X.509 v3 certificat

RE: [iText-questions] Please Help me..

2004-03-02 Thread Sherlock Simon
If you mean stop the PDF from being re-saved once displayed then you can't.  You can disable printing etc but not save, and yes it is a right pain! -Original Message-From: Deepak [mailto:[EMAIL PROTECTED]Sent: 02 March 2004 13:26To: [EMAIL PROTECTED]Subject: [iText-questions]

AW: [iText-questions] How to modify a signature dictionary

2004-03-02 Thread "Sölter, Peter"
Hi Luis, you need to calculate the signature over the whole PDF (without the contents-data). Therefore it's the best to - fill the contents-field with a placeholder - write out the whole PDF to a ByteArray - calculate the hash-value and signature - replace the /Contents-Data with the new data in

[iText-questions] Please Help me..

2004-03-02 Thread Deepak
Hello all, Can anybody tell me the way by which you can stop saving a PDF from IE 5.5 Onwards. I am Itext API to create a PDF document. Any help in this regard would be greatly appreciated. Please reply me at [EMAIL PROTECTED]   With Regards, Deepak Kumur

[iText-questions] PDF signing: SigDict /Content illegal data

2004-03-02 Thread Luis Pascual Forner
Hi, I'm implementing PDF signatures using iText + BouncyCastle (a Java Cryptography API, www.bouncycastle.org). Up to the moment I have made a procedure to validate detached PKCS#7 signatures (/Filter /Adobe.PPKLite /SubFilter /adbe.pkcs7.detached). Also I have made a program to sign a docum

RE: [iText-questions] setLeading(), table.setOffset()

2004-03-02 Thread Poupaert Erik
Title: RE: [iText-questions] Vertical alignment in table cells   Hi Reynaldo,   I was actually thinking of space between two tables vertically under each other:   TABLE1 - |   | - |   | --

Re: [iText-questions] Indirect reference

2004-03-02 Thread Luis Pascual Forner
I answers myself: the PdfWriter.addTobody returns an PdfIndirectObject, and then PdfIndirectObject.getIndirectReference(). Luis Pascual Forner escribió: Hi, How can I get the indirect reference from an object?. I need it in order to reference a signature dictionary in a signature field. Thanks i

RE: [iText-questions] gmane.comp.java.lib.itext.general

2004-03-02 Thread Christian Lauer
Hi Paulo, I guess I've found the problems: The rendered images didn't show up correctly in the GNOME PDF Viewer. Acrobat reader displays them perfectly! The images that doesn't show up at all had problems on resolving external references. The problem here was that the PrintTranscoder doesn't rep

[iText-questions] PS to PDF

2004-03-02 Thread Janis Kruse
Hi there, just a short question: is there an example or tutorial how to convert Postscript Files to PDF using iText? My Boss used to do this via Ghostscript but now he wants to do it Java... Thanks for any reply Janis signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

[iText-questions] Writing out a PdfPTable

2004-03-02 Thread Poupaert Erik
Title: Writing out a PdfPTable By the way, when I'm adding a PdfPTable to the document, and I know that the space from the preceding table should be 5 points less than what will be added now (it's too much), can I instruct "the vertical cursor" to move up 5 points again? This message an

[iText-questions] setLeading(), table.setOffset()

2004-03-02 Thread Poupaert Erik
Title: RE: [iText-questions] Vertical alignment in table cells Hi   I'm having major trouble controlling the space between two tables added to a document. writer.getContentByte().setLeading() doesn't seem to have any effect on the leading. In my impression, the leading is calculated almost ran