Programmatically filling out PDF forms using Aspose.PDF for .NET

Hi
I’d like to evaluate Aspose PDF for the purpose of programmatically filling out the attached form (it’s from the Italian Tax Agency).
I’m not sure if this form is considered by Aspose PDF to be a form.
Anyway, is this possible?
If so, can you direct me to the relevant documentation?

Thanks!Annex 14 - F24 form.pdf (66.3 KB)

@prioritydev

Thanks for contacting support.

The Aspose.PDF does provide the functionality to fill form fields programmatically. However, the PDF must contain XFA or Acroform fields in order to achieve this. We have checked your PDF document and found that it did not contain any form field in it. You can though add text stamp inside PDF at a particular location if you have information of X,Y coordinates where text should be put. In case you need further information, please feel free to let us know.

Cool! Does the text stamping support Right-To-Left languages?

@prioritydev

Yes, it does support RTL Languages. However, you need to make sure that supported font is installed in your system. In case you face any issue, please feel free to let us know.