Large image is not rendered in specific DOCX file

359567_BigImage.zip (8.0 MB)
The attached DOCX file contains a big image. When I convert it to PDF it is missing and there is just one page.
In MS Word the image is partially rendered and there are 3 pages.

Tested with Aspose.Words 21.9 for .Net
The code looks like this:

var doc = new Document(inputFile);
var saveOptions = new PdfSaveOptions
{
	PageSet = new PageSet(new PageRange(0, doc.PageCount))
};
doc.Save(outputFile, saveOptions);

Is this a known issue?

@DWProject

We have logged this problem in our issue tracking system as WORDSNET-22737. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-22737) have been fixed in this Aspose.Words for .NET 22.8 update also available on NuGet.

1 Like