Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created April 17, 2012 22:10
Show Gist options
  • Save blitline-dev/2409399 to your computer and use it in GitHub Desktop.
Save blitline-dev/2409399 to your computer and use it in GitHub Desktop.
Blitline PDF Example
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/temp_folder/tmlv-cottages-adams.pdf",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":800,
"height":9999
},
"save":{
"image_identifier":"MY_CLIENT_ID",
"quality" : 100
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment