Previous Plot LISP with AutoCAD PDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have used the following LISP routine in our office for years with numerous printers, including the Adobe PDF driver, without issue. Since upgrading to 2016 and using the new AutoCAD 2016 PDF driver, the script has sort of broken down. I would like to know if there's a way to modify this script to use to print the previous plot for all printers.
This is what works for everything but AutoCAD 2016 PDF. When creating an Adobe PDF it prompts for a PDF file name and location.
(DEFUN C:8 ()(COMMAND "-PLOT" "" "" "PREVIOUS PLOT" "" "" "" "")(PRINC))
The undesired behavior when using it with the AutoCAD 2016 PDF driver is that it doesn't prompt for a file name or location; it just saves it to the same directory as the .dwg file with whatever name the layout has. However, when I manually enter "-PLOT", etc., it does give me a prompt for name and location. Adding a pause to the script also didn't seem to help.
Is this possible to do without setting up a new Previous Plot command for AutoCAD 2016 PDF prints?
***EDIT***
Sorry, I meant to post this is the Customization forum, if a moderator could move it for me.
Work: AutoCAD 2022.1.3, Windows 10 Pro v22H2 64-bit, Intel Core i7-8700K, 32GB RAM, Samsung 960 Pro SSD, AMD Radeon Pro WX 5100, 3 Dell Monitors (3840x2160)
Home: AutoCAD 2022.1.3, Windows 10 Pro v22H2 64-bit, Intel Core i7-11700, 64GB RAM, Samsung 980 Pro SSD, NVIDIA Quadro P2200, Dell Monitor (3840x2160)