convertit
convertit copied to clipboard
A generic format conversion Web API in Pyramid
Unoconv is deprecated, for now we use directly libreoffice. To optimize file conversions, use unoserver, that require an additionnal process
Since unoconv can handle a lot of conversions - e.g. ppt -> pdf or pptx -> pdf ( from http://dag.wiee.rs/home-made/unoconv/ ), any reason to not include them from the get-go?
``` Sorry, there was an error fetching the document. Reason: 'Popen' object has no attribute 'return_code' ```
Here: https://github.com/makinacorpus/convertit/blob/master/convertit/views.py#L140 It should be internal error !
- http://linux.die.net/man/1/unoconv - https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export
http://okfnlabs.org/dataconverters/ via @AntoineCezar