The exception is permanent with attached pdf.
Please help check, thanks.
NuGet package: Syncfusion.Pdf.WinForms 16.3.0.36
Code:
// Load an existing PDF using PdfLoadedDocument class.
PdfLoadedDocument ldoc = new PdfLoadedDocument(@"test1.pdf");
// Loading Page collections
PdfLoadedPageCollection loadedPages = ldoc.Pages;
var page = ldoc.Pages[0] as PdfLoadedPage;
var list = new List<TextData>();
var s = page.ExtractText(out list); // Exception here: System.IndexOutOfRangeException