gpd Posted August 23, 2010 Posted August 23, 2010 Hi all, I am working on a lisp routine to automate print job. The printer that I have has 2 trays one loaded with A2 and the other with A3 paper. The problem is when taking print on A2 sheet we have to explicitly specify in the print dialog box to use tray 2 otherwise simply choosing A2 paper size does not work and the print comes out on A3 sheet. How to specify in lisp routine that tray 2 should be used for printing. Thanks. Quote
BlackBox Posted August 23, 2010 Posted August 23, 2010 You might try using a page setup for each paper size you use. Look into using the ._PageSetup command. Using LISP you can specify which page setup to use when you issue the print. Hope this helps! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.