Created
April 19, 2016 07:54
-
-
Save DocumentAlchemy/c8f2c3027a23edea718bc3c156f46958 to your computer and use it in GitHub Desktop.
Example of a curl command to join two PDF documents using <https:/documentalchemy.com/>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -H "Authorization: da.key=403l1zh3dkbakyb9" \ | |
-X POST \ | |
-F "[email protected]" \ | |
-F "document=@DOC_BODY.PDF" \ | |
https://documentalchemy.com/api/v1/documents/-/rendition/combined.pdf \ | |
-o "combined.pdf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment