Hi all,
I need to open password protected libreoffice/MS-Office>2007 files (odt, docx, ods, xlsx - no databases) with known password (don’t want to crack) on systems without GUI. The intention is to use only the console.
I would like to use:
libreoffice --password=MyPassword --convert-to pdf example.xlsx
But the --password
parameter is apparently not implemented. In graphical interface I can open the files without problem.
I’m trying to identify the class/method used in LibreOffice in which this operation is done in the graphical interface, but I can’t find it.
Any suggestion?
Is this a question related to databases (according to tag base? Or is it a more general question (common tag)? It seems you’re interested in spreadsheets. But your example mentions .xslx which is not a native format fro Calc (though it can usually read it and convert it relatively well).
Please, improve your question by giving more details (modify/edit it, don’t use a comment) and retag it.
1 Like
I think it is a Common tag, but I not found how to Tag it.