@kenneth.smithV6QLC,
Will you be using the AutoLISP (command) function to perform the plot?
If so, here is a screen capture of the steps (simplified). Shade options are highlighted.
Command: -PLOT
Detailed plot configuration? [Yes/No] <No>: y
Enter a layout name or [?] <Model>:
Enter an output device name or [?] <None>: dwg to pdf.pc3
Enter paper size or [?] <ANSI A (11.00 x 8.50 Inches)>: Letter
Enter paper units [Inches/Millimeters] <Inches>:
Enter drawing orientation [Portrait/Landscape] <Landscape>:
Plot upside down? [Yes/No] <No>:
Enter plot area [Display/Extents/Limits/View/Window] <Display>:
Enter plot scale (Plotted Inches=Drawing Units) or [Fit] <Fit>:
Enter plot offset (x,y) or [Center] <0.00,0.00>:
Plot with plot styles? [Yes/No] <Yes>:
Enter plot style table name or [?] (enter . for none) <>: acad
Plot with lineweights? [Yes/No] <Yes>:
Enter shade plot setting [As displayed/legacy Wireframe/legacy Hidden/Visual styles/Rendered] <As displayed>: R
Save changes to page setup? Or set shade plot quality? [Yes/No/Quality] <N>: Q
Enter shade plot quality [Draft/Preview/Normal/pResentation/Maximum/Custom] <Normal>: M
Save changes to page setup? [Yes/No] <No>: N
Proceed with plot [Yes/No] <Y>:
So the code might be:
(command "_.PLOT" "Y" "" "DWG to PDF.pc3" "Letter" "Inches" "Landscape" "N" "Display" "Fit" "" "Y" "acad" "Y" "Rendered" "Quality" "Maximum" "N" "Y")
Of course, substitute your plotter name, paper size, and the other appropriate responses.
If you are going to use Visual LISP, that gets a little more complicated. I will have to do some more research, but thought I would post this as quick, and hopefully helpful response.
Regards,
Jerry
-----------------------------------------------------------------------------------------
CAD Administrator
Using AutoCAD & Inventor 2025
Autodesk Certified Instructor
Autodesk Inventor 2020 Certified Professional
Autodesk AutoCAD 2017 Certified Professional