cognidox / OfficeToPDF

A command line tool to convert Microsoft Office documents to PDFs
https://www.cognidox.com/
Other
610 stars 137 forks source link

Is it possible to running this tool on Linux? #43

Closed diy10264 closed 4 years ago

diy10264 commented 5 years ago

Could replace .NET Framework to momo ?

Thanks.

vittala commented 5 years ago

Hi

OfficeToPDF can't run on Linux because it needs a working version of Office too. Without Office and its interop libraries, the Office documents can't be rendered.

On Linux, I'd suggest looking at LibreOffice (https://www.libreoffice.org/) and making use of its --convert-to command line option - see https://gist.github.com/diogo-almeida/9339203

Regards Vittal