Skip to content Skip to sidebar Skip to footer
Showing posts with the label Libreoffice

Issue When Calling Libreoffice For Pdf Generation From Python Of Docx With Charts

using debian 9.5, python 3.5, libreoffice 5.2, x86_64 arch. I have a word file (docx) of 22 pages, … Read more Issue When Calling Libreoffice For Pdf Generation From Python Of Docx With Charts

How To Call An Existing Libreoffice Python Macro From A Python Script

Currently I call an existing existing LibreOffice macro with this: def OnLOtimestamp(self): … Read more How To Call An Existing Libreoffice Python Macro From A Python Script

Libreoffice Convert .docx To .pdf In Parallel Not Working Well

I have a lot of docx files to be converted to pdf. Converting them one by one takes long time. So … Read more Libreoffice Convert .docx To .pdf In Parallel Not Working Well

How To Make Unoconv Auto Calculate Formulae Before Converting Into Pdf?

I created a .xlsx file using the python module Xlsxwriter. Works well but any cells that contain fo… Read more How To Make Unoconv Auto Calculate Formulae Before Converting Into Pdf?

Unoconv Export .xlsx File Into Image Like Png

I have successfully installed unoconv in my ubuntu 14.04 64 bit. I want to export the first sheet o… Read more Unoconv Export .xlsx File Into Image Like Png

How To Configure Pycharm To Develop Libreoffice Python Macros?

I've installed Python 3.5.1 as default in Win7(x64) for all my projects in Python. I use PyChar… Read more How To Configure Pycharm To Develop Libreoffice Python Macros?

How To Make Unoconv Auto Calculate Formulae Before Converting Into Pdf?

I created a .xlsx file using the python module Xlsxwriter. Works well but any cells that contain fo… Read more How To Make Unoconv Auto Calculate Formulae Before Converting Into Pdf?