Created
December 21, 2017 09:32
-
-
Save JonasJasas/ddde55d484a8a50b3cb4092cf49645d4 to your computer and use it in GitHub Desktop.
Conversion example using CURL
This file contains hidden or 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 --url 'https://v2.convertapi.com/docx/to/pdf?secret=XXXXXX' -F [email protected] --header 'Accept: application/octet-stream' > result.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment