Covert to PDF script
Covert to PDF script
(OP)
Hi,
Could anyone help me on a script to convert dwg file to pdf format? I have about 200+ dwg that I need to convert. I have acrobat distiller installed already. My problem is that I do not know how to write the script to specify the save command when the file dialog box comes up. I would greatly appreciate it if anyone can post a sample pdf conversion script. Thanks a lot!
Chan
Could anyone help me on a script to convert dwg file to pdf format? I have about 200+ dwg that I need to convert. I have acrobat distiller installed already. My problem is that I do not know how to write the script to specify the save command when the file dialog box comes up. I would greatly appreciate it if anyone can post a sample pdf conversion script. Thanks a lot!
Chan





RE: Covert to PDF script
which AC-version are You running? You don't save a *.dwg-file to a *.pdf-file. You have to use the "plot"command-> Adobe pdf-plotter.
And then You have to look for the tool "batch-plot"
Use the keyword search
( http://www.eng-tips.com/viewthread.cfm?SQID=38534&SPID=555&newpid=555&page=1 )
Lothar
RE: Covert to PDF script
I'm using AutoCAD 2004. I understand I need to plot to acrobat distiller. However, at the end of the process it will prompt you to enter the file name and/or location to save the pdf file. I'm trying to write a script to automate this but I do not know how to bypass this prompt. I greatly appreciate it if you have any solution. Thanks!
-Chan
RE: Covert to PDF script
TTFN
RE: Covert to PDF script
RE: Covert to PDF script
http://paracadd.com/
Flores
RE: Covert to PDF script
BU
"Whether you think that you can, or that you can't, you are usually right "
.. Henry Ford
RE: Covert to PDF script
Did you ever get an answer to your question - I know exactly what you want but have not been able to break the dialog in the script or in the bacth plot. I produce hundreds of drawings and to creat pdfs in one hit would save so much more time.
RE: Covert to PDF script
I agree with borgunit. PDF995 is a great little tool for creating pdf's. In essence, you go through your normal plot procedure and pick PDF995 as your printer although I have'nt tried it in conjunction with a batch utility but it may be worth a try using the one smcadman mentioned.
Get PDF995 at http://www.pdf995.com/
Haggis
RE: Covert to PDF script
I did figure it out and I know how to change the destination folder now. I use acrobat distiller to create PDFs. If you go to the settings>>Printers, go to properties of acrobat distiller, you will find a "Port" tab and from there you can create a new port with a user defined folder.
To disable the dialog box, open AutoCAD with any drawing. Go to File->> Plot, Select Acrobat Distiller and go to Properties. Select Custom Properties, and uncheck "View Results in Acrobat" and "Prompt for the PDF Filename"
Hope this helps.
-Chan
RE: Covert to PDF script