Skip to content

JSON API service to merge PDF files. You send PDF files in base64 and service merge them into one file.

Notifications You must be signed in to change notification settings

Kagayakashi/api_merge_pdf_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#JSON API examples.

Request

[
    {
        "base64": "base64_big_string1......",
        "name": "myfilename1.pdf"
    },
    {
        "base64": "base64_big_string2......",
        "name": "myfilename2.pdf"
    }
]

Response

{
    "success": true,
    "base64": "base64_big_string......",
    "name": "my-merged-file.pdf",
}

About

JSON API service to merge PDF files. You send PDF files in base64 and service merge them into one file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages