-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
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
ArgumentOutOfRangeException when reading a document #861
Comments
@sreejith-kulamgarath what library are you using here? I don't think this is PdfPig code |
Sorry about the previous code, I have updated the code now. |
@sreejith-kulamgarath can you try the following: PdfDocument.Open(stream, new ParsingOptions() { SkipMissingFonts = true }); |
@sreejith-kulamgarath anticipating your next question, you will need to use the following to clean the letters (many duplicate letters in your document)
|
This worked. But can we get a better user friendly message than an incomprehensible exception? |
What's the full stack trace you're getting? |
|
Here is my code.
I have attached the file I have used.
JPM_Metals_Weekly_Booste_2024-05-03_4691417 (1)-pages-2.pdf
The version I was using: 0.1.9-alpha-20240628-bac00
The text was updated successfully, but these errors were encountered: