Docverter Service
Convert plain text documents written in HTML, Markdown, or LaTeX to PDF, Docx, RTF or ePub with a simple HTTP API. Docverter is open source software. Run it on your own hardware or on Heroku. Docverter wraps:
|
|
Keywords:
|
transformation, docx, PDF, LaTeX, RTF, HTTP
|
Technologies:
|
Pandoc, Calibre, Flying Saucer, Heroku, Ruby, REST
|
License:
|
MIT
|
FurtherInfo:
|
http://www.docverter.com/, Contact Peter Keen
|
NOTE: If you find this component useful or want to comment leave a short message on the discussion page of this component
Try Docverter's simple to use HTTP API:
curl
http://c.docverter.com/convert \
-F from=html \
-F to=pdf \
-F input_files[]=@<(echo hello)