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

How Do I Write A Python Macro In Libreoffice Writer To Send A Receive Data

I am working in libreoffice writer and need to send a request to another program that I know to be … Read more How Do I Write A Python Macro In Libreoffice Writer To Send A Receive Data

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?

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 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

Use Libreoffice / Openoffice To Convert Docx To Pdf

i want to use LibreOffice / OpenOffice commande line to convert docx file to pdf file, but i'm … Read more Use Libreoffice / Openoffice To Convert Docx To Pdf

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?