algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
228 stars 51 forks source link

Implement LibreOffice headless PDFgeneration with Open Document Format / (MS) Office OpenXml #139

Open frague59 opened 4 years ago

frague59 commented 4 years ago

Adapt the script found in:

https://github.com/six519/libreoffice_convert/blob/master/libreoffice_convert/converter.py

To implement a builder in preview-generator, to convert OOXml / ODT files to PDF, with help of a headless LibreOffice (distant ?) instance.

This work might require to create a sub-module in to manage the imported base code...