You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.InvalidOperationException: Failed to parse the content for the page: 32
at UglyToad.PdfPig.Content.BasePageFactory`1.Create(Int32 number, DictionaryToken dictionary, PageTreeMembers pageTreeMembers, NamedDestinations namedDestinations) in C:\git\csharp\PdfPig\src\UglyToad.PdfPig\Content\BasePageFactory.cs:line 155
at UglyToad.PdfPig.Content.Pages.GetPage[TPage](IPageFactory`1 pageFactory, Int32 pageNumber, NamedDestinations namedDestinations, ParsingOptions parsingOptions) in C:\git\csharp\PdfPig\src\UglyToad.PdfPig\Content\Pages.cs:line 100
at UglyToad.PdfPig.Content.Pages.GetPage(Int32 pageNumber, NamedDestinations namedDestinations, ParsingOptions parsingOptions) in C:\git\csharp\PdfPig\src\UglyToad.PdfPig\Content\Pages.cs:line 43
at UglyToad.PdfPig.PdfDocument.GetPage(Int32 pageNumber) in C:\git\csharp\PdfPig\src\UglyToad.PdfPig\PdfDocument.cs:line 163
at UglyToad.PdfPig.PdfDocument.GetPages()+MoveNext() in C:\git\csharp\PdfPig\src\UglyToad.PdfPig\PdfDocument.cs:line 213
at System.Collections.Generic.LargeArrayBuilder`1.AddRange(IEnumerable`1 items)
at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable`1 source)
This file opens fine in Chrome; page 32 displays as blank. The file is likely corrupt in some way, but it would be nice if PdfPig did not choke on it
The text was updated successfully, but these errors were encountered:
Reproduction:
File:
FailedToParseContentForPage32.pdf
Error:
This file opens fine in Chrome; page 32 displays as blank. The file is likely corrupt in some way, but it would be nice if PdfPig did not choke on it
The text was updated successfully, but these errors were encountered: