We have some live cycle pdf’s which we want to flatten to be able to redact. I am using this code:
doc.Form.Type = FormType.Standard;
doc.Flatten();
doc.Save(tbOutputLocation.Text + “\” + dlFilename + “FLATTENED.pdf”, SaveFormat.Pdf);
Only some of them seem to convert. We are using Aspose.PDF 18.1.0 for .NET.
I attached 2 files, 1 a contact log that does not convert any data, and 1 family support referral which works perfectly. Any feed back on these would be greatly appreciated.
thanks
Contact LogNot Working.pdf (110.9 KB)
Family Support Program Referralworks.pdf (198.6 KB)