
Originally Posted by
BlackBox
PUBLISH Command & ScriptPro plot the drawings in series (one-at-a-time), where plotting via Core Console can do so in parallel (10-20-30-more? at once, depending on the system resource your workstation has) which exponentially reduces plot times.
Unfortunately, PSETUPIN Command doesn't set the Page Setup current, which is why vla-SetActivePageSetup was created... Since it's done in .NET, it also works in Core Console, ObjectDBX, etc.
A named page setup can be saved as part of the plot command when the page setup is added to the drawing using DWGCONVERT command. Substitute your Source Drawing, Page Setup, and Printer values shown in red. This script applies to the Model layout.
SavePageSetUp-A0-PDF-Limits.scr:
Code:
filedia 0
cmddia 0
(command "-psetupin" "C:/autocad/!frames/!PageSetup/A0-PDF-Limits.dwg" "A0-PDF-Limits" "y")
-PLOT
No
Model
A0-PDF-Limits
DocuCom PDF Driver.pc3
No
Yes
No
filedia 1
cmddia 1
qsave
close
Yes