I convert doc file to tiff file using the following code:
Dim doctotiff As Aspose.Words.Document = New Aspose.Words.Document(Session("filename").ToString)
doctotiff.SaveToImage(0, doctotiff.PageCount, filetif, Nothing)
The tiff file looks fine. Is there any option to make it look better?
Thanks!
Helen
Alexey
Thank you for your response. Actually we also use another company’s product. I adjust the property of that product. It looks better now.
Thanks!
Helen