Last active
July 29, 2021 18:28
-
-
Save blitline-dev/ef8c2d03e21d18d2aa4649bb9b254da5 to your computer and use it in GitHub Desktop.
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
{ | |
"application_id":"YOUR_APP_ID", | |
"src":"https://s3.amazonaws.com/blitdoc/docx/Contoso.xlsx", | |
"get_tika" : "true", | |
"v" : 1.22, | |
"functions":[ | |
{ | |
"name":"resize_to_fit", | |
"params":{ | |
"width":1000 | |
}, | |
"save":{ | |
"image_identifier":"MY_CLIENT_ID" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment