PDF Form Flattening causes small font size

Hello,
I am using Aspose.PDF to flatten PDF forms before converting to TIFF. However, in some cases, the font size of a form field will be reduced so small as to be almost illegible. I will attach a sample project and sample PDF file that reproduce the problem. In the resulting file “FormSample-Flattened.pdf”, notice the Address field at the bottom of the form.

Thanks

AsposePdfFlattenTest.zip (1.6 MB)
(Aspose.PDF.DLL was removed from the archive to reduce the size)

@AbsoluteBob,

Use this setting:

settings.UpdateAppearances = False

Changing that setting worked in my test program, I will make the corresponding change in my application and give it a more thorough test, but all indications are that will fix my issue.

Thank you for your quick response!!