How to generate fillable PDF with field validations using .NET

My project wishes to export fillable PDF form with field validations from a MS Word document.

What we found was this - Specify Rendering Options When Converting to PDF|Aspose.Words for Java

We like to add field level validations to the above.

Any help with an example is much appreciated. Thank you.

@maxesystems

You can convert your document to PDF with fillable form using Aspose.Words for Java. However, Aspose.Words does not validate fields.

Could you please share some more detail about this requirement? We will then guide you accordingly.

Our operations team is building some data field validations within the word document that they will like it to be carried over into the fillable pdf. The intent is that when a user opens that fillable pdf and tries to save it, the data validations will occur and let the user know if he has missed some required fields. We would like to know if Aspose has any such capability that can help us carry these validations into the pdf templates that are being produced. Thank you.

@maxesystems

Please note that Aspose.Words mimics the behavior of MS Word.

To ensure a timely and accurate response, please attach your input Word document and expected output PDF file. We will investigate how you want your final output be generated like. We will then provide you more information on this along with code.