Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active August 29, 2015 14:06
Show Gist options
  • Save blitline-dev/f498b5fa83377811ef23 to your computer and use it in GitHub Desktop.
Save blitline-dev/f498b5fa83377811ef23 to your computer and use it in GitHub Desktop.
burst_specify_pages.js
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/blitdoc/pdfs/sample.pdf",
"src_type": "burst_pdf",
"src_data" : { "pages" : [0] },
"v" : 1.21,
"functions":[
{
"name":"resize_to_fit",
"params":{ "width" : 500},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment