Open alanmrvl opened 7 years ago
Is it possible to run the window status plugin via the v3 web service? I have tried something like the following, but it does not appear to be working.
curl \ -F process='{"conversion": {"mime_type": "text/html", "uri": "http://reportendpoint/", "options": {"plugin": {"string_value": "window-status"}} }}' \ http://athenapdfservice:8080/process |> exported_$(date +%s ).pdf
Is it possible to run the window status plugin via the v3 web service? I have tried something like the following, but it does not appear to be working.