Help to merge and set up PDF documents.
Help to merge and populate PDF documents.
POST api/document/merge: Provide the documents to be merged. Returns the Base64Encoded merged document.
POST api/document/create: Provide the unfilled document with form fields and the values to be used. Returns the Base64Encoded filled document.
POST api/document/parsefields: Provide a document with form fields. Returns the form fields as a list.
GET api/test: Returns a text saying Test called, to help you check if the service is alive.
This software uses iText7, which uses an AGPL license.
Manual setup: Download and build it, then you can use IIS to host it.
The configuration is set up to use Serilog for logging.
This uses an AGPL license.