[iText-questions] How to tell a raster pdf

2010-05-05 Thread p_repetti
Hello I browsed the forum but did not found a similar question, so sorry if this has been asked before. Is there a way to tell a raster from a vector PDF using iText ? Thanks -- View this message in context: http://old.nabble.com/How-to-tell-a-raster-pdf-tp28458167p28458167.html Sent from the

[iText-questions] Separating signature and timestamp on different servers

2010-02-02 Thread p_repetti
Hello I am using iText 2.1.7 to digitally sign and timestamp a PDF. I need to separate the signing and the timestamping process on two different servers, i.e. the signing is performed by a remote service that has access to a smartcard, while the timestamping is performed locally, where there is i

[iText-questions] Extract signature info from signed PDF

2009-09-01 Thread p_repetti
Hello thanks to links in other posts, I can successfully sign a PDF. But how can I extract signature info (eg the cert info or the reason) from a signed PDF ? Do I have to explore the PDF catalog ? Thank you very much Pierangelo -- View this message in context: http://www.nabble.com/Extract-si

[iText-questions] fixed width units for font

2009-07-13 Thread p_repetti
Hello I am looking at the "Fixed Font Width" example presented in the web site tutorial. I just can't figure out what the value assigned to the width array stands for (1000). I guess it can't be in PDF units, since it would then result into 1000/72=13.88 inches and that looks absurd when looking

[iText-questions] text over a TIFF image

2009-07-09 Thread p_repetti
Hello I'd like to create a PDF that contains a TIFF image with text super-imposed on it. In plain words, the TIFF is a document model (eg an invoice), the text is its contents. I guess I can obtain that by creating a new PDF with the text layer, closing it, then re-opening it with a PdfStamper an

[iText-questions] add xml embedded to output pdf

2007-05-30 Thread p_repetti
Hello I need to add a cover page to an existing PDF. My code is based on the example shown in http://itext.ugent.be/library/com/lowagie/examples/general/copystamp/Concatenate.java and it works pretty well. But: The existing PDF has embedded XML metadata, which I can extract by PdfReader::getMeta

[iText-questions] Detecting a blank area in pdf

2007-02-05 Thread p_repetti
Hello is there any example about looking for a blank area in a given pdf ? I'd like to add a marker string to an already exisiting pdf, but without covering previous content. Thanks -- View this message in context: http://www.nabble.com/Detecting-a-blank-area-in-pdf-tf3173584.html#a8804111 Sen