Converting Word to TIFF moves text to a new line

Hello,

Our customer uses Word templates to create letters for his clients and these letters are then stored in DB as TIFFs. But when converting the Word to TIFF the part of the address section in the letter is shifted to a new line which breaks the formatting. In the attached example it is the word Wien, which is moved to a new line.

The following piece of code was used to produce the Doc1.tif from Doc1.doc:

Document doc = new Document(“D:\Temp\Doc1.doc”);
ImageSaveOptions options = new ImageSaveOptions(SaveFormat.TIFF);
options.setTiffCompression(TiffCompression.CCITT_4);
options.setResolution(300); options.setTiffBinarizationMethod(ImageBinarizationMethod.FLOYD_STEINBERG_DITHERING);
doc.save(“D:\Temp\Doc1.tif”, options);

Thanks for help with this issue.

Kind regards,
Juraj

Hi Juraj,

Thanks for your inquiry.

I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-10067. I have linked this forum thread to the same issue and 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-10067) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.