(v13) AddPassword in the HqnControl procset
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP
This procedure is used to add file type specific handling of passwords. Of the file types supported in the RIP as shipped by GGS, only PDF includes a password procedure. If a procedure is not present for a file type, then a warning will be emitted, and the password will be ignored.
Like AddPageRange the procedure supplied is not expected to execute a file, but to configure the environment in such a way that the password will be applied when the file is executed using the execution procedure.
/MyType { statusdict /MyTypePassword 3 -1 roll put } bind
/HqnControl /ProcSet findresource /AddPassword get exec