I would like to lock the print option settings on a PDF file. I want to make it so the "fit to page" and "shrink to fit" options are not selectable. People keep printing our maps with these options on and the scale becomes incorrect.
Any ideas?
I would like to lock the print option settings on a PDF file. I want to make it so the "fit to page" and "shrink to fit" options are not selectable. People keep printing our maps with these options on and the scale becomes incorrect.
Any ideas?
You could add a button to the document that calls the Javascript version of the print command, and using that you can [i]select[/i] the page handling mode, but you can't stop them changing it nor can you permanently lock it.
This code on a button would print the document at no scaling (though you'll still get the dialog box as the user has to select which printer to send the job to):