Urgent : PDF Template

Hi Team,

As we can create templetes in excel and render reports. Is there a similar way to do the similar thing in Aspose.Pdf ?

@dewan.ishi

Thanks for contacting support.

Aspose.PDF provides PDF generation facility using XML templates. XML template should based on the element sequence provided in Aspose.PDF XML Schema. For further information, please visit “Working with XML” article(s) in our API documentation.

Furthermore, API also provides features to find and replace text using search string as well as regular expressions. You can also create a PDF template having particular text markups (e.g. <Username>, <Email>) and replace them with desired values by using search and replace text functionality. Please visit “Replace Text in PDF document” section of the API documentation for more information in this regard.

In case of further assistance, please feel free to let us know.