Application ID:      


Run Jobs on Blitline

This page will take a Github gist ID, and setup a blitline job to run. Click the "Run this job" button below to run the Blitline Job. If you are logged in, the "YOUR_APP_ID" in the Gist will be replaced with your actual Blitline application ID to make running the job easier.


This is editable JSON...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/blitdoc/docx/Windows+Azure+Feature+Guide+Content+Guidelines.docx",
"v" : 1.22,
"src_type" : "smart_image",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":1200,
"autosharpen" : true
},
"save":{
"extension" : "png",
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
See this gist


Check out some other examples (like PDF or  Word conversions )

 
 
Results


This page uses the Blitline javascript tool available on Github