Page 1 of 1

StackOverflowException during loading PDF

Posted: Wed May 29, 2019 9:56 am
by vega68
Hello,

We receive a StackOverflowException during the loading process of a special PDF file.
Normally this works fine. The same document will be displayed within the Acrobat Reader or Browserwithout any problems.
Since the document contains sensitive data I do not want to attach it here, please let me know a way to send you the document securely.

Here is our example code for loading:
using (var oGdPicturePdf = new GdPicture14.GdPicturePDF())
{
if (oGdPicturePdf.LoadFromFile(fileAndPath, true) == GdPictureStatus.OK)
{
Console.WriteLine(oGdPicturePdf.GetMetadata());
}

Regards

Re: StackOverflowException during loading PDF

Posted: Wed May 29, 2019 7:15 pm
by Loïc
Hi,

This issue has been fixed through our Helpdesk. Our next minor release that will be published within 48 will include the fix.

With best regards,

Loïc Carrère