Taking an HTML document and using Syncfucion.Pdf to create a PDF (unsuccessfully). Are there any desktop limitations, or settings, that would cause this error? Document I am trying to create is 18 MB.
Error: System.IndexOutOfRangeException: Index was
outside the bounds of the array.
at Syncfusion.Pdf.IO.PdfLexer.YyText()
at Syncfusion.Pdf.IO.PdfParser.ReadUnicodeString()
at Syncfusion.Pdf.IO.PdfParser.Simple()
at Syncfusion.Pdf.IO.PdfParser.ReadPair()
at Syncfusion.Pdf.IO.PdfParser.Dictionary()
at Syncfusion.Pdf.IO.PdfParser.Simple()
at Syncfusion.Pdf.IO.PdfParser.Parse()
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.GetObject(IPdfPrimitive pointer)
at Syncfusion.Pdf.PdfLoadedPage.CreateAnnotations()
at Syncfusion.Pdf.PdfLoadedPage..ctor(PdfDocumentBase document, PdfCrossTable
cTable, PdfDictionary dictionary)
at Syncfusion.Pdf.Parsing.PdfLoadedPageCollection.GetPage(PdfDictionary dic)
at Syncfusion.Pdf.IO.PdfCrossTable.PageProceed(IPdfPrimitive obj)
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.GetObject(IPdfPrimitive pointer)
at Syncfusion.Pdf.Parsing.PdfLoadedPageCollection.GetParent(Int32 index,
Int32& localIndex, Boolean zeroValid)
at Syncfusion.Pdf.Parsing.PdfLoadedPageCollection.GetPage(Int32 index)
at Syncfusion.Pdf.Parsing.PdfLoadedPageEnumerator.get_Current()
at Muhimbi.DocumentConverter.WebService.Watermarks.ApplyWatermarks()
at Muhimbi.DocumentConverter.WebService.PostProcessor.Process(Stream
sourceStream, String password, Boolean checkLicenseStatus, Boolean
converterSupportsNativePDFA1b, Boolean canUseOpenPassword)
at
Muhimbi.DocumentConverter.WebService.DocumentConverterService.ProcessPDFStream(Stream
sourceFileStream, OpenOptions openOptions, ConversionSettings
conversionSettings, Boolean checkLicenseStatus, Boolean canUseOpenPassword)