Word DOCX to TIFF Image Conversion with C# .NET | Retain Hebrew Text Direction | Drop Down Form Fields | LZW Compression

Platform: Win7 64bit Office 2010 64bit
Version: 11.10.0.0
Language of document: Hebrew

I have a problem when converting .docx to .tiff when the .docx file has drop down form fields.
The output invert the content of the drop down field.

This is my code:

var document = new Aspose.Words.Document(docSourceFileName);
var options = new Aspose.Words.Saving.ImageSaveOptions(Aspose.Words.SaveFormat.Tiff);
options.TiffCompression = Aspose.Words.Saving.TiffCompression.Lzw;
options.Resolution =160;
document.Save(tiffDestinationFileName, options);

attached are the source .doc and the output .tiff.
Hi Zohar,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 13.4.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-8215. Your request has also been linked to this issue and you will be notified as soon as it is resolved.

Sorry for the inconvenience.

Best regards,

Hi Awais,


Any news?
Do you have a time frame for this issue to resolve?

Thanks,
Zohar
Hi Zohar,

Thanks for your inquiry. Unfortunately, your issue is not resolved yet. The responsible developer has planned to integrate the fix in 13.6.0 release. If everything goes by plan, we are very hopeful to include the fix to your issue in Aspose.Words' June release i.e. 13.6.0. Please note that this estimate is not final at the moment; I will be sure to inform you via this forum thread as soon as your issue is resolved. I apologize for any inconvenience.

Best regards,

Hi Awais,

When is the 13.6.0 version due?
My Customers are getting restless :slight_smile:
Thanks,
Zohar

Hi Zohar,


Thanks for your inquiry. Unfortunately, your issue is still unresolved. Our development team has completed the analysis of this problem and the root cause has been determined. Currently, your issue is pending for development. We will inform you as soon as this issue is resolved. We apologize for any inconvenience.

PS: The new versions of Aspose.Words for .NET and Java are released at the end of every month and Aspose.Words 13.6.0 will be released around July 1st, 2013.

Best regards,

This issue has been Resolved.

Thank you very much.

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

Install Aspose.Words for .NET NuGet Package: