The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
160 views

Executing Curl with PHP

I'm trying to use Docverter to convert LaTeX/markdown files to PDF but am having trouble using PHP to do CURL to access Docverter via their API. I'm know I'm not a total idiot b/c i can get this to ...
0
votes
1answer
100 views

How to use Docverter from Httpie?

I'm trying to render adocument using docverter from httpie. All the examples are for Curl. I tried http -f POST http://c.docverter.com/convert from=markdown to=html input_files@example.txt --output ...