Hi All,
Hi there,
Thanks for your inquiry. You can achieve your requirements using Aspose components independent of any third party application. I’m afraid Aspose doesn’t offer any UI application for editing the form. You can evaluate and opt UI tools according your needs. Usually it’s not recommended to install any such tools over server machines.
- Add form fields to the documents
You can easily add form field using Aspose.Pdf for .NET. Please check following documentation link for the purpose.
- Develop a C# module to read the form fields from the documents and insert data to the fields.
Please check following documentation links for manipulating form fields.
- Modify form Field
- Fill form Field
- Get value from individual field
- Get values form all fields
- [Move form field to new location]
(http://www.aspose.com/docs/display/pdfnet/Move+Form+Field+to+a+New+Location+in+a+PDF+File)
- Print/email the merged PDF document.
You can use Aspose.Pdf for printing and can use Aspose.Email to fulfill email related requirement.
Please feel free to contact us for any further assistance.
Best Regards,
Thanks, but I don’t want to create my own program for editing the fields. I want to provide my end users a good commercial software that they can use to edit the field themselves.
DQ_ninh:Thanks, but I don't want to create my own program for editing the fields. I want to provide my end users a good commercial software that they can use to edit the field themselves.
I think you misunderstood my question. I know that your Aspose product is a API library. Let me put my question differently.
Hi there,