×
Menu
Index

Controlling Output File Names From AutoCAD

 
Unfortunately Autdesk has been horrible to say the least with how they pass the filename out to a system printer driver.  For some reason they thought it would be a good idea to always append on a " (1)" to the end and for a few version also appened on the .dwg or .dxf extension name.  Also prior to 2005 they only passed the short name and not the fullname with the path.  So in AutoCAD 2000, 2000i, 2002, and 2004 we cannot know what they default folder is to save it in so it will default to the last folder that you saved the PDF file in.
In AutoCAD 2006 and newer if you have the fullplotpath system variable set to 1 then we do know what folder to save the file in.
 
So let's says you have a drawing saved as Drawing1.dwg in your My Documents folder.
(C:\Documents and Settings\YourLogin\My Documents\Drawing1.dwg)  If we look at the various versions of AutoCAD this is how the filenames are going to be sent out to the system printer driver.
Version
Fullplotpath
Filename that is sent out to the System Printer Driver
2000
NA
Drawing1 Model (1)
2000i
NA
Drawing1 Model (1)
2002
NA
Drawing1 Model (1)
2004
NA
Drawing1 Model (1)
2005
NA
C:\Documents and Settings\YourLogin\My Documents\Drawing1.dwg Model (1)
2006
0
Drawing1.dwg Model (1)
2006
1
C:\Documents and Settings\YourLogin\My Documents\Drawing1.dwg Model (1)
2007-2013
0
Drawing1 Model (1)
 
 
1
C:\Documents and Settings\YourLogin\My Documents\Drawing1 Model (1)
 
So because we know that you probably do not want the AutoCAD naming conventions we have added a few filters into our PDF-XChange for AcroPlot Pro Printer Driver.  To access these settings simply run the AcroPlot Admin Program.
 
Strip off " Model (1)" - When checked this will remove all " Model (1)" from the end of the filename and you will just end up with Drawing1.pdf
 
Strip off " Model (1)" - When checked this will remove all " Layout* (1)" from the end of the filename and you will just end up with Drawing1.pdf.  You do have to be careful on this one because if you have the word Layout in the filename with a space before it then it will strip out starting at that point.  So do not be naming your drawings like "Sample Layout.dwg"
 
Strip off " (1) - This will just strip off the " (1)" from the end so you will end up with "Drawing1 Model.dwg"  We strongly recommend that you keep this one checked.
 
Strip off all layout names - This one will strip off the layout name no matter what it is. Also this one only works properly if you do not have any spaces in your folder name and the filename because it works by stripping off starting at the 1st space that it finds.
 
Strip off ".dwg " - This will strip off just the .dwg from AutoCAD 2005 and 2006.  Depending on the other ones that you also have selected it will strip off those also.
 
Strip off ".dwg *" - This will strip off everything after the .dwg from AutoCAD 2005 and 2006 so it will remove all layoutnames.