Delete / Flatten PDF Form fields using Aspose.PDF REST API

Can you please advise on whether Cloud has a function that enable you to remove the fields from a PDF after it has bean merged?

I believe the “flatten field” for Java might do this?
Is is possible to get this function available in Aspose Cloud?

@aspose.heffron.au

Thank you for contacting Aspose Support.

Unfortunately, Deleting Form Field from a PDF File and Flatten all Fields in a PDF File features are not available in Cloud APIs. We have logged a request PDFCLOUD-217 for the implementation of these features. We will update you here once the features are implemented or there is some information available in this regard.

@aspose.heffron.au

Please note now we support Flatten form fields and delete form fields features in Aspose.PDF Cloud as well. Please check the following APIs for details. Hopefully, these will help you to accomplish the task in Aspose.PDF Cloud.

PUT ​/pdf​/{name}​/fields​/flatten Flatten form fields in document

DELETE ​/pdf​/{name}​/fields​/{fieldName} Delete document field by name