You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the following command: http --form -f POST http://c.docverter.com/convert from=pdf to=html 'input_files[]="$(cat my_file.pdf)"' --output out.html
I get the following error: {"error":"can't convert Symbol into Integer"}
Note that I am attempting to use cat here because of #23
The text was updated successfully, but these errors were encountered:
When I run the following command:
http --form -f POST http://c.docverter.com/convert from=pdf to=html 'input_files[]="$(cat my_file.pdf)"' --output out.html
I get the following error:
{"error":"can't convert Symbol into Integer"}
Note that I am attempting to use
cat
here because of #23The text was updated successfully, but these errors were encountered: