when Loading a specific Pdf created by stimulsoft-reports (attached) I get an unhandled Error called:
at Syncfusion.Pdf.IO.PdfParser.Error(ErrorType error, String additional)
at Syncfusion.Pdf.IO.PdfParser.Parse()
at Syncfusion.Pdf.IO.PdfParser.Parse(Int64 offset)
at Syncfusion.Pdf.IO.CrossTable.GetObject(IPdfPrimitive pointer)
at Syncfusion.Pdf.IO.PdfCrossTable.GetObject(IPdfPrimitive pointer)
at Syncfusion.Pdf.Primitives.PdfReferenceHolder.get_Index()
at Syncfusion.Pdf.Primitives.PdfReferenceHolder.GetObject()
at Syncfusion.Pdf.Primitives.PdfReferenceHolder.get_Object()
at Syncfusion.Pdf.IO.PdfCrossTable.Dereference(IPdfPrimitive obj)
at Syncfusion.Pdf.IO.PdfCrossTable.get_DocumentCatalog()
at Syncfusion.Pdf.Parsing.PdfLoadedDocument.GetCatalog()
at Syncfusion.Pdf.Parsing.PdfLoadedDocument.LoadDocument(Stream file)
at Syncfusion.Pdf.Parsing.PdfLoadedDocument..ctor(Stream file)
at Syncfusion.Pdf.Parsing.PdfLoadedDocument..ctor(Byte[] file)
at SyncfusionPDF.MainPage.d__5.MoveNext()