C:\Program Files (x86)\LibreOffice 4.4\program\python.exe unoconv -f pdf some-file.odt Tip If you plan to use unoconv extensively (or in an automated fashion) it is more efficient to use the correct python interpreter directly. Or event put it directly in the Shebang (the first line) ...
I also see too frequently where there is a recommendation to just use the free LibreOffice Suite to create or share with Word users. If they are truly simple documents, then it would probably be ok, but there are features in LibreOffice Writer that do not exist in MS Word or may be imp...
C:\Program Files (x86)\LibreOffice 4.4\program\python.exe unoconv -f pdf some-file.odt Tip If you plan to use unoconv extensively (or in an automated fashion) it is more efficient to use the correct python interpreter directly. Or event put it directly in the Shebang (the first line) ...
# pgrep -l 'office|writer|calc' check that there are no stale lock files present, e.g. '.~lock.file.pdf#' or '.~lock.index.html#' check that the LibreOffice instance handling UNO requests is not handling multiple requests at the same time try using the latest unoconv release, or ...
check if there is no existing LibreOffice process running on the system that could interfere with proper functioning # pgrep -l 'office|writer|calc' check that there are no stale lock files present, e.g. '.~lock.file.pdf#' or '.~lock.index.html#' check that the LibreOffice instance ...
check if there is no existing LibreOffice process running on the system that could interfere with proper functioning # pgrep -l 'office|writer|calc' check that there are no stale lock files present, e.g. '.~lock.file.pdf#' or '.~lock.index.html#' check that the LibreOffice instance ...
check if there is no existing LibreOffice process running on the system that could interfere with proper functioning # pgrep -l 'office|writer|calc' check that there are no stale lock files present, e.g. '.~lock.file.pdf#' or '.~lock.index.html#' check that the LibreOffice instance ...