Plot to PDF file with -PLOT command without having file name dialog

Plot to PDF file with -PLOT command without having file name dialog

Kazunori.Aoki
Participant Participant
2,212 Views
4 Replies
Message 1 of 5

Plot to PDF file with -PLOT command without having file name dialog

Kazunori.Aoki
Participant
Participant

Hi.

Is it possible to plot a layout to PDF file with -PLOT command without having file name dialog?

I do not want to specify a file name on the dialog; I want to input it in command line.

 

What I want to do is plotting several layouts to separated PDF files using a script file.

I know I can do it in Publish dialog, but I prefer to do it with a script.

0 Likes
Accepted solutions (2)
2,213 Views
4 Replies
Replies (4)
Message 2 of 5

cadffm
Consultant
Consultant
Accepted solution
I think you dont talk about a autocad dialog...

With the native AutoCAD PDF driver (DWF to PDF.pc3 for example), yes.

It is also possible with every other pdf driver if you can set the filename handling to automatic in that driver.

Check your PDF driver settings about FileName setting.

Sebastian

0 Likes
Message 3 of 5

Kazunori.Aoki
Participant
Participant

Hi, great!
Yes, I could do it with "DWF to PDF.pc3" after changing FILEDIA to 0.

Thank you very much!!

0 Likes
Message 4 of 5

maratovich
Advisor
Advisor
Accepted solution

You will have to change the variable of FILEDIA every time.
There are additional programs for printing to automatically specify the file name.
Search on the forum - batch printing.

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
0 Likes
Message 5 of 5

Kazunori.Aoki
Participant
Participant

Thank you for the information!

0 Likes