Fonts smoothing

Hi,

We are using Aspose.Words 17.7 for .NET for conversion Office documents to TIFF. We noticed that Aspose renders fonts with smoothing. Tell me please, are there any options that allow to disable font smoothing?

Thanks,
Roman

@cap.aspose

Thanks for your inquiry. Please note Aspose.Words for .NET have the methods Document.RenderToSize and Document.RenderToScale which accepts user Graphics object. So you can set any smoothingMode you want and then save Graphics object to the image. Hope it will help you to accomplish the task.