KarolR Posted September 4, 2021 Posted September 4, 2021 I can only add page configurations in the plot dialog box Quote
BIGAL Posted September 4, 2021 Posted September 4, 2021 Have a look at this https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/import-page-setup-and-make-it-current-for-the-current-layout-or/td-p/6449392 Quote
tombu Posted September 4, 2021 Posted September 4, 2021 See duplicate thread https://forums.augi.com/showthread.php?176076-Where-are-the-page-setups-i-make-in-the-plot-dialog Have you tried the PAGESETUP command? https://help.autodesk.com/view/ACD/2022/ENU/?guid=GUID-F5AFE4EB-9A1D-4938-AE4F-F37FD5587DE3 I use macros to import layouts from a template file along with Page Setups for both plotting and outputting to PDF using Lee Mac's Steal from Drawing lisp. http://www.lee-mac.com/steal.html ^C^C^P(DelPageSetup "11×17*")(Steal (strcat (vl-filename-directory (getenv "QnewTemplate")) (chr 92) "AutoCAD Template" (chr 92) "Templates.dwt") (list (list "Page Setups" (list "11×17" "11×17 PDF"))(list "Layouts" (list "11×17")))) Lots of ways to do this. Quote
nukecad Posted September 4, 2021 Posted September 4, 2021 (edited) The OP has also asked the same on Cadeverything. I've answered there and given him a link to my old set of metric templates. Edited September 4, 2021 by nukecad 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.