Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created August 23, 2013 15:21
Show Gist options
  • Save blitline-dev/6320544 to your computer and use it in GitHub Desktop.
Save blitline-dev/6320544 to your computer and use it in GitHub Desktop.
PDF Example with convert
{
"application_id":"YOUR_APP_ID",
"src":"http://ec2-50-16-126-42.compute-1.amazonaws.com/maker/conversion_scratch/1339/dow.pdf",
"functions":[
{
"name":"convert_command",
"params":{
"-density":"400",
"-resize":"50%",
"-colorspace":"RGB",
"-depth":"8",
"-quality":"75",
"-sampling-factor":"2x2"
},
"save":{
"image_identifier":"some_id"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment