Retain Positioning Layout of Tables & Pictures during Word DOC Document to TIFF Image Conversion using C# .NET

We are using Aspose.Words 20.9.0. I am attaching a sample of Word document that contains multiple pages and pictures. The problem is that when it rendered as TIFF image some of the tables and images are overlapped. For comparison I am also attaching an image created by MS Fax.
We are using the following save options when generating image:
options.TiffCompression = TiffCompression.Ccitt3;
options.ImageColorMode = ImageColorMode.Grayscale;
options.PixelFormat = ImagePixelFormat.Format32BppArgb;
options.TiffBinarizationMethod = ImageBinarizationMethod.FloydSteinbergDithering;

Sample.zip (1.7 MB)

@yfolken,

We have logged this problem in our issue tracking system. Your ticket number is WORDSNET-21332. We will further look into the details of this problem and will keep you updated on the status of the linked issue. We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-21332) have been fixed in this Aspose.Words for .NET 21.6 update and this Aspose.Words for Java 21.6 update.