[iText-questions] possible bug in PdfReader while decrypting Pdf content

2014-11-21 Thread Ondřej Smetana
Hi, I'm using latest 5.5.3 iTextSharp for extracting xml data from Xfa-based form pdf's. It works pretty well but lately I've came accross some pdfs that throw following exception when I tried to load them with PdfReader: iTextSharp.text.exceptions.InvalidPdfException: Object reference not set

[iText-questions] [SPAM] Re: Convert PDF to Image

2014-11-21 Thread mkl
Colin, Colin G wrote Is there a way in iTextSharp to convert a PDF to an image format? Jpeg, Tiff, etc... iText(Sharp) does not by default contain such a renderer, so no. It can serve as a framework in which to implement one but that still would mean quite a lot of work. Regards, Michael

[iText-questions] [SPAM] Re: possible bug in PdfReader while decrypting Pdf content

2014-11-21 Thread mkl
Ondrej, Ondřej Smetana wrote I'm using latest 5.5.3 iTextSharp for extracting xml data from Xfa-based form pdf's. It works pretty well but lately I've came accross some pdfs that throw following exception when I tried to load them with PdfReader: ... I've uploaded the problematic pdf here