Am 06.04.2017 um 10:51 schrieb karthick g:
Hi,

Thanks for your support.  I am running PDFBox 1.8.2.

I parsed the file with FileInputStream object.






*FileInputStream fs;        try {            fs = new
FileInputStream("/home/karthik/5.56.0/corrupt.pdf");
PDFParser pdfParser = new PDFParser(fs);            pdfParser.parse();*


Am not getting Unexpected object type exception as you mentioned. I parsed
in many ways I can not able to produce the exception as you got. It is
parsing fine for me, that is my problem.
Please let me know if you need more information

You are using an outdated version. 1.8.2 is from June 2013. Contact the website where you got that and tell them that we're now at 1.8.13 / 2.0.5.

But the current version 2.0.5 would throw an exception but not up to the top, i.e. PDFBox would recover. You could only see it in logging.

What you seem to want is a "strict" PDFBox version, i.e. that fails for everything not really compliant with the PDF specification. For this, you should fork the project and remove everything that is lenient. This would require a thorough code review.

Tilman





Regards,
Karthick G



On Mon, Apr 3, 2017 at 12:22 PM, karthick g <[email protected]> wrote:

Hi team,

These are the drop box links for the error pdf file.

PDF File
---------------
https://www.dropbox.com/s/hzkzfowl29b62fy/corrupt.pdf?dl=0

Screen Shot when loading the PDF file
------------------------------------------------------

https://www.dropbox.com/s/h9x5wad9dgwxnxt/pdf-error.png?dl=0

Screen Shot when pressing the CTRL key
-------------------------------------------------------------

https://www.dropbox.com/s/qpkztacdfx6hwep/ctrl-key-error-pdf.png?dl=0

  Please let me know if you need more information

Regards,
karthick G






On Fri, Mar 31, 2017 at 10:51 AM, karthick g <[email protected]>
wrote:

Hi Team,

Apologies for sending the previous mail to developer team, Please guide me

*  There was a problem when loading a pdf file to Adobe Acrobat.

*    "There was a problem reading this document (18) " (Error Shown by
acrobat)*
*  When running  the same file to the PDFBox it is working fine.

*    Is their way to catch this document(18) error in pdfbox while parse?*


Regards,
karthick




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to