Jump to content

Recommended Posts

Posted

 

To Forum,

 

How to I set AutoCAD Automatic publish default to print size 11 X 17?

At this time it is prints to some odd page size.

 

 

Thank you,

 

Posted

Use the Page Setup Manager instead of the Plot function. Set the paper size and anything else you want to become the default settings. Save your settings.

 

Every time you plot after that, you will get those settings automatically. You can override them if you need to.

Posted

Ok,

   I made a page setup Called AutoPub for 11 x 17 pdf's.

   How do I get AutoCAD to default to that AutoPub setup?

 

Thank ou,

Posted

See this page for information about applying page setups to multiple layouts in a drawing. Note the "Related Tasks."

 

See this page for information about copying page setups from one drawing to another. The link at the bottom ("See Also") doesn't really tell you how to change all the layouts, it just gives you a LISP function to do that--which isn't much help if you're not LISP savvy.

Posted

 

I just want AutoPublish to print a 11 X 17 single sheet when I save drawing.

I would like for it to save the layout I am working in.

 

I am not necessary wanting to print multiple layouts from a drawing.

 

So how can i get Auto Publish to use AutoPublish page setup file or page settings by default?

 

Thank  

Posted

Sorry, I was confused. I've never used the AUTOPUBLISH feature. I can't find any advice on how to define the sheet size.

 

You might be able to redefine the save command to publish your layout whenever you save. The problem there is, that will happen for every save in every drawing.

 

Another option is to plot it manually every time. The problem there is, you have to plot it manually every time.

 

There may be a way to automatically publish your document instead of using the AutoPublish routine, but I can't find that either.

Posted

Using a custom plot lisp you can set the output sheet so it will ignore any default page settings set. We had a fixed title block re size and location so worked every time.

 

 

(COMMAND "-PLOT"  "Y"  "" "DWG To PDF"
	       "Iso full bleed A3 (420.00 x 297.00 MM)" "m" "LANDSCAPE"  "N"   "W"  "-6,-6" "807,560" "1=2"  "C"
	       "y" "Acad.ctb" "Y"	"n" "n" "n" pdfName "N" "y"
    )

Yes can plot 1 or all just ask. But there are some rules like known title blocks being used.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...