Hi,
I have seen your post on using qpdf with the zf(-100) function and was wondering if you could be so kind to share an example line of code. I can use pdf from the DOS command line no problems with the following:
qpdf --encrypt test123 test123 256 -- c:\test\basement.pdf c:\test\basementenc.pdf
Trying the following from the iris terminal I get a RET=2 in messages.log and the PDF is not created.
d $ZF(-100,"/logcmd", "qpdf", "--encrypt test123 test123 256 --", "C:\test\basement.pdf", "c:\test\basementenc.pdf")
Kind Regards,
Jason