Hello,
Attempting to upload the file (removed) causes an Exception of type ‘System.OutOfMemoryException’ to be thrown. Stack trace below.
Exception of type ‘System.OutOfMemoryException’ was thrown.
at System.IO.MemoryStream.set_Capacity(Int32 value)
at System.IO.MemoryStream.EnsureCapacity(Int32 value)
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.IO.StreamWriter.Write(Char[] buffer, Int32 index, Int32 count)
at System.IO.TextWriter.WriteLine(String value)
at .(Stream , Encoding )
at .()
at …ctor(List`1 , Rectangle , TextExtractionOptions )
at .(TextExtractionOptions )
at Aspose.Pdf.Text.TextAbsorber.( , Boolean )
at Aspose.Pdf.Text.TextAbsorber.Visit(Page page)
at Aspose.Pdf.PageCollection.Accept(TextAbsorber visitor)
at CMS.BusinessLayer.ContentFileManager.ExtractPdfContent(Content fileContent, CmsFile oFile) in C:\Dev\Master\IrmsWeb\src\Cms\CMS.BusinessLayer\Content\ContentFileManager.vb:line 886
A similar instance has been reported in…
Is there any resolution to this issue?
Thank you,
Krassimir