Hello,
I'm using itext 5.1.3.
While validating a pdf document signed with one X509 Certificate that has
critical extended key usage items, PdfPkCS7.verifyCertificate returns "Has
unsupported critical extension". Is there any way to customize the
verification of critical extensions (similar to PKIXC
I am new to the mailing list. How do I browse or search the itext maillist
archive ?
Thanks
Mike
-Original Message-
From: itext-questions-requ...@lists.sourceforge.net
[mailto:itext-questions-requ...@lists.sourceforge.net]
Sent: Tuesday, April 03, 2012 12:20 PM
To: itext-questions@list
Pages are NOT self-contained entities. They only exist in the context of its
parent PDF.
Leonard
From: sselvia [mailto:ssel...@gmail.com]
Sent: Tuesday, April 03, 2012 1:06 PM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Write PDF page to database BLOB column
Alexis
Hi,
I would like to gather contents of a table , placed in the 1st page of a
PDF File.
Does someone have any idea on that?
Regards,
Rajib Saha
Template Developer – Template development and support
HSBC Global Banking and Markets - Research
Hi Scott,
On 3 April 2012 03:04, sselvia wrote:
> Alexis,
>
> I am using iText to extract pages from a PDF as PdfImportedPage and I was
> wanting to store the import page to a BLOB column. Then later on extract
> the PdfImportedPage from the BLOB and create a new PDF with that page. I
> would