Hello,
I’m trying to export a PDF that has permissions set so that the PDF cannot be printed, changed, etc but unoconv doesn’t appear to take multiple export options. I’ve tried this, which appears to be accepted but ignored:
unoconv -f pdf -e RestrictPermissions=true -e PermissionPassword=test -e Printing=0 -e Changes=0 -e EnableCopyingOfContent=false tester.doc
I’ve enclosed them in quotes and it complains and ignores the options entirely.
Any ideas?
Or if there is libreoffice -e options I can use instead would be most useful.
Best,
John