Convert Word DOCX Document to TIFF Image & Retain Barcodes C# .NET | Set Image Color Mode to Black & White

We are using Aspose.Words 20.9.0. When rendering Word documents that contain barcodes we are getting TIFF images with incomplete barcodes.
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;

I am attaching ZIP file with Word document, its rendering with Aspose.Word and for comparison its rendering with MS Fax which does not have described issue.

Barcode.zip (14.8 KB)

@yfolken,

We have logged this problem in our issue tracking system. The ID of this issue is WORDSNET-21331. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

The issues you have found earlier have been fixed in this Aspose.Words for .NET 20.12 update and this Aspose.Words for Java 20.12 update.