Skip to content

demiliani/MergePDFFunctionApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MergePDFFunctionApp

Azure Function for merging PDFs online.

Pass a JSON containing a list of PDF files to merge (Base64 content) and the function will give you as output the Base64 content of the merged file.

Usage:


POST YOURFUNCTIONURL/api/MergePDF
Content-Type: application/json

[
 {
   
   "Name": "Invoice102404.pdf",
    "Base64Content": "BASE64CONTENT_DOCUMENT_1"
 },
 {
 
   "Name": "Invoice102405.pdf",
    "Base64Content": "BASE64CONTENT_DOCUMENT_2"
 }
]

About

Azure Function for merging PDFs online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages