HI,
we are using a licensed version of aspose.words. we came across a scenario where my company needs aspose technical support help.
Scenario:
we have a .doc/.rtf 1 page document, in this document we have a table with 3 columns and 3 rows and when we convert .doc/.rtf to tiff using below
Dim newdoc As New Aspose.Words.Document(DocFileName)
newdoc.Save(tmpName, Aspose.Words.SaveFormat.Tiff)
output results into two pages instead of 1. what we think is when we convert using Aspose.Words.SaveFormat.Tiff width of table structure in the document increses and creates one more blank page ( with header and footer ).
Please let us know if this issue has been already fixed in later version Aspose.Words.dll or is it there in bug list or can we handle this in different ways
Note: we are using 10.6 version of Aspose.Words.dll
Please let us know
Thanks,
Jag