Results 1 to 2 of 2

Thread: Where are the page setups i make in the plot dialog

  1. #1
    Member
    Join Date
    2012-09
    Posts
    15
    Login to Give a bone
    0

    Default Where are the page setups i make in the plot dialog

    I can only add page configurations in the plot diaolg box

  2. #2
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,658
    Login to Give a bone
    0

    Default Re: Where are the page setups i make in the plot dialog

    See duplicate thread https://www.cadtutor.net/forum/topic...e-plot-dialog/

    Have you tried the PAGESETUP command? https://help.autodesk.com/view/ACD/2...F-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
    Code:
    ^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.

Similar Threads

  1. 2016: Page Setup Manager/Page Setups not importing
    By tbevis730888 in forum AutoCAD General
    Replies: 2
    Last Post: 2016-07-02, 03:49 PM
  2. Multiple Plot/Page setups
    By Matt777 in forum AutoCAD Tips & Tricks
    Replies: 5
    Last Post: 2008-06-25, 03:57 PM
  3. Is it possible to purge page setups, from the plot dialog box?
    By john.103073 in forum AutoCAD LT - General
    Replies: 5
    Last Post: 2006-04-05, 08:51 PM
  4. Missing Page Setups in Page Setup Override
    By footprint_arch in forum AutoCAD Sheet Set Manager
    Replies: 2
    Last Post: 2005-06-15, 08:41 PM
  5. Using Batch Plot with Page Setups does not work
    By eric.simms in forum AutoCAD Plotting
    Replies: 1
    Last Post: 2005-02-11, 05:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •