Creating TIFF Group4 300dpi in Aspose.Words (Total) .Net

Hi,


Is there a way to create a 300dpi Group4 TIF?
I’m having trouble to do this, Aspose.Words generates 96dpi file.

Dim curWordDoc As New Aspose.Words.Document(wsfOrgFile.Fullname)
Dim options As New Aspose.Words.Saving.ImageSaveOptions(Aspose.Words.SaveFormat.Tiff)
options.ImageColorMode = Aspose.Words.Saving.ImageColorMode.BlackAndWhite
options.Resolution = 300.0
options.TiffCompression = Aspose.Words.Saving.TiffCompression.Ccitt4
curWordDoc.Save(wsf.Fullname, options)

Am I missing something here?

I’m having the same problem with Aspose.Cells, Diagram and Slides.
Should I create a separate thread for these products?

Best regards,
Inoel

nevermind, i’ve downloaded the latest version and it works just fine now.


Cheers, i.

Hi Inoel,


It is great you were able to find what you were looking for. Please let us know any time you have any further queries.

Secondly yes, please always create separate threads in respective forums mentioned in following link:
https://forum.aspose.com

Best regards,