Creating Fillable PDFs from word documents

Dear Team,

We are using Aspose.Words for merging word documents. We are also aware that we can save the final merged document as PDF.

We would like to understand from you if there is a way to generate a fillable PDF from a existing word document Or is there a way to create a fillable PDF directly?

Thanks for your help.

Regards

Pavan

Hi Pavan,


Thanks for your inquiry. In case your Word document has form fields such as text input, drop down and check box controls, you can use PdfSaveOptions.PreserveFormFields property to specify whether to preserve Microsoft Word form fields as editable form fields in generated PDF or convert them to text. I hope, this helps.

Best regards,