Created
April 19, 2016 03:51
-
-
Save DocumentAlchemy/39e6de4d4183c98627d5fa911b782e86 to your computer and use it in GitHub Desktop.
Example of curl command to extract images from MS Office or PDF documents using DocumentAlchemy
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 --form "[email protected]" \ | |
https://documentalchemy.com/api/v1/document/-/rendition/images.zip \ | |
-o "IMAGES-FROM-MY-DECK.ZIP" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment