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
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
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
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
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
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
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