Text Fieds on PDF generation

We have an application where we take the user's XML input and combine it with XDP and create a PDF using ADOBE. The PDF created using ADOBE lets the user enter upto 4000 characters in a text field. We have Five such text fields.

Is there a way we can achieve the same using aspose PDF kit? IS there any sample code you can point us to?

Thanks in Advance

Hi,

Thanks for your interest in our products.

Aspose.Pdf for .NET supports the feature to convert XML file to PDF format (provided that source XML is according to Document Object Model). However if you need to use your own/existing XML file, you can use XSLT to make it compatible with Aspose.Pdf for .NET. You can also specify the form field in XML file and save it as PDF format.