Skip to main content
Skip table of contents

Disabling file mapping for pagebuffer redirection


This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core.

A %pagebuffer% device key /FileMapRedirectFileName has been added to control whether or not to allow the redirected PGB file name to be file mapped. When true (the default) the file name is mapped as before. When false a '/' is prepended to the generated PostScript name to disable file mapping.

This change does not remove any existing entries from FILEMAP.DAT. It provides a means to stop further entries being added.

To disable file mapping of the redirected PGB file name set the %pagebuffer% device key /FileMapRedirectFileName to false. For example:

TEXT
            (%pagebuffer%)
            <<
            /Password 0
            /RasterRedirectRDWR (pgbrdwr1)
            /RedirectFileNamedWithJobname false
            /FileMapRedirectFileName false
            >> setdevparams


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.