Skip to content

Instantly share code, notes, and snippets.

@DocumentAlchemy
Created April 19, 2016 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DocumentAlchemy/39e6de4d4183c98627d5fa911b782e86 to your computer and use it in GitHub Desktop.
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
curl -H "Authorization: da.key=403l1zh3dkbakyb9" \
-X POST --form "document=@MY-DECK.PPTX" \
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