I am successfully using libreoffice to convert docx/doc/txt/rtf/html files to pdfs. Typically, this takes 1 second using:
- libreoffice 7.0
- Debian OS (on an AWS EC2 instance, no GUI)
I want to make this operation faster (e.g. 0.5 seconds) and also reduce the resulting pdf size. To this end, I want to try different pdf export settings (eg reduce image resolution) as found in PDF Export General
My understanding is, that I should be able to change those settings by using a different filter, but I don’t know how to edit existing filters or use new ones. Can anyone point me to relevant documentations or tutorials?
1000 thanks in advance.
PS.
- I know I can make it faster by using a listener process
- I did check several discussions like the following ones, but none of those helped me solve my issue: How can I set default export to PDF settings when running --convert-to pdf from command line