I'm using free version of Spire.Pdf library in my .NET application (C#, Visual Studio 2010)
I'm getting an error while trying to save .pdf document as image.
The error description:
- Code: Select all
Error message: Fatal Error at 32419.
Stack trace: w spr?.?(YYError A_0, Boolean A_1)
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?(Int64 A_0)
in spr?.?(spr? A_0)
in spr?.?(spr? A_0)
in spr?.?()
in spr?.?()
in spr?.?()
in spr?.?(spr? A_0)
in Spire.Pdf.Widget.PdfPageCollection.?(Int32 A_0, Int32& A_1, Boolean A_2)
in Spire.Pdf.Widget.PdfPageCollection.?(Int32 A_0)
in Spire.Pdf.Widget.PdfPageCollection.get_Item(Int32 index)
in Spire.Pdf.PdfDocumentBase.?(Int32 A_0)
in Spire.Pdf.PdfDocument.SaveAsImage(Int32 pageIndex)
What could it be? Any help is appreciated.