Closed almini closed 7 years ago
Thanks for reporting this @almini. Looks like the service does not handle jsonpb
. I have a fix which I will push up shortly. You should also alter your process JSON string to look like:
{
"conversion": {
"options": {
"scale": {
"doubleValue": 2
}
}
}
}
If you pull the latest image, it should work as expected now (bearing in mind the example I gave):
docker pull arachnysdocker/athenapdf-service:3
I tried to pass options to the athenapdf-service:3 but it seems that either my query is wrong or it doesn't work properly. My request looks like this:
The cmd version options work without issues.