[iText-questions] PdfPKCS7 and Critical Extended key usage

2012-04-03 Thread Leandro Oliveira
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

Re: [iText-questions] iText-questions Digest, Vol 71, Issue 5

2012-04-03 Thread Zhou, Mike (US SSA) (Contractor)
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

Re: [iText-questions] Write PDF page to database BLOB column

2012-04-03 Thread Leonard Rosenthol
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

[iText-questions] Extract contents of a table in a PDF File using ITEXT.

2012-04-03 Thread rajibsaha
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

Re: [iText-questions] Write PDF page to database BLOB column

2012-04-03 Thread Alexis Pigeon
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