oooninja wrote:PDF printer method
If you just want to generate PDF files, you don't need a Python script, a Basic macro, Java code, or any other kind of programming. Just install a PDF printer such as PDFCreator (Windows) or CUPS-PDF. Then, use the -pt command with the the first argument as the printer name and the second argument as the source document.
How do you plan to open .docx with Writer? AFAIK, this is not yet supported.
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
java -jar /home/user/Desktop/jodconverter-2.2.2/lib/jodconverter-cli-2.2.2.jar -f pdf /home/user/Desktop/folder/*.docx
/home/user/Desktop/jodconverter-2.2.2/lib/jodconverter-cli-2.2.2.jar-f filetype/home/user/Desktop/folder/*.docxUsers browsing this forum: No registered users and 15 guests