https://bugs.documentfoundation.org/show_bug.cgi?id=121808

--- Comment #2 from [email protected] ---
The same with pylokit:

from pylokit import Office
import os

lo_path = "/path/to/libreoffice/program/dir"

with Office(lo_path) as lo:
    with lo.documentLoad("test.dox") as doc:
        doc.saveAs("test.pdf", fmt="pdf", options="SelectPdfVersion=1")

os._exit(0)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to