Skip to content

kisoft-me/pdf-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Merger

status-badge

An HTTP API to merge multiple PDFs in one. Supports Multipart Requests and Base64 JSON Requests

Installation

run the command docker run -p 7000:7000 kisoft/pdf-merger to spin up a new instance.

Usage

Multipart

Make a POST request to /merge-multipart with the PDF files you want to merge together.

Base64

Make a POST request to /merge-base64 with the JSON structure

{
 "files": string[]
}

where each file is a base64 encoded PDF file in the files array.

Test Coverage

TODO

Notes

TODO

About

HTTP API to merge multiple PDFs into one

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published