Skip to content

KnowitSolutions/pdf-generator

Repository files navigation

PDF Generator

Help to merge and set up PDF documents.

Introduction

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.

Dependencies

This software uses iText7, which uses an AGPL license.

Deployment

Manual setup: Download and build it, then you can use IIS to host it.

Configuration

The configuration is set up to use Serilog for logging.

License

This uses an AGPL license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published