We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLEASE FILL THIS TEMPLATE AS MUCH AS POSSIBLE. REMOVE IRRELEVANT PARTS.
Getting IndexOutOfBoundsException during creation of PdfReader object using filepath for some of the PDF documents in openpdf 2.0.3
Code to reproduce the issue
PdfReader object should be created successfully and it should not throw any error.
(please complete the following information)
Please specify your full name here, so that we can verify your identity:- Akash.R If you have a conflict of interest describe this here also.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PLEASE FILL THIS TEMPLATE AS MUCH AS POSSIBLE. REMOVE IRRELEVANT PARTS.
Describe the bug
Getting IndexOutOfBoundsException during creation of PdfReader object using filepath for some of the PDF documents in openpdf 2.0.3
To Reproduce
Code to reproduce the issue
PdfReader reader = new PdfReader(inputFile);
Expected behavior
PdfReader object should be created successfully and it should not throw any error.
Screenshots
System
(please complete the following information)
Your real name
Please specify your full name here, so that we can verify your identity:- Akash.R
If you have a conflict of interest describe this here also.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: