I'm using the newest version 8.4.1 in my .NET C# application.
When I'm trying to create a GdPicture image from a specific doc file a StackOverflowException was thrown.
This is the code snippet:
- Code: Select all
GdPictureImaging gdPicture = new GdPictureImaging();
gdPicture.SetLicenseNumberUpgrade("xxx", "yyy");
int imageId = gdPicture.CreateGdPictureImageFromFile(path);
I attach the zipped doc file that is regularly affected by the issue.
Thanks in advance.
Michela
