Output Folder Settings
Save in the drawing folder
Saves the drawing in the same folder as the file being converted.
Save in a \PDF subfolder
Saves the file in a subfolder of where the drawing is located called \PDF. If the folder does not exist, it will be created.
Save in the last folder
Saves the file in the folder that the last file converted was saved to.
Save in a subfolder name after the Saved Settings name
If the Saved Settings box is populated AcroPlot will save the file to a folder with the same name. If the folder does not exist, AcroPlot will prompt the user to approve the automatic creation of that folder.
Save in custom subfolder
Setup a custom folder location to save the files in.
Note: The actual filename is set by checking the "Automatically increment the PDF filename" check box or using the Filenames dialog box to the right.
Supported Text Tags - Based on the folder name of the file.
||DRIVE|| = The drive letter (Ex. C:)
||DIR|| = The full folder structure (Ex. \Projects\Current\C1000)
||DIRMINUS1|| = All but the last folder (Ex. \Projects\Current)
||DIRMINUS2|| = All but the last 2 directories (Ex. \Projects)
||DIR1|| = The last folder (Ex. C1000)
||DIR2|| = The second to last folder (Ex. Current)
||DATE|| = The current date YYYY-MM-DD (Ex. 2011-08-20)
||DAY|| = The current day as 2 numbers (Ex. 02 for the 2nd day of the
month)
||DAY1|| = The current day as 1 number (Ex. 2 for the 2nd day of the
month)
||MONTH|| = The current month as 2 numbers (Ex. 01 for January)
||MONTH1|| = The current month as 1 number (Ex. 1 for January)
||MONTHSHORT|| = The current month as short text (Ex. Jan)
||MONTHLONG|| = The current month as text (Ex. January)
||YEAR|| = The current year as 4 numbers (Ex. 2011)
||YEAR1|| = The current year as 2 numbers (Ex. 11)
||SETTINGNAME|| = The saved setting name that you choose to use.
Some Common Examples:
To save it in the same folder on the same drive
||DRIVE||\||DIR|| = (Ex. C:\Projects\Current\C1000)
To save it in the same folder but on the D: drive
D:\||DIR|| = (Ex. D:\Projects\Current\C1000)
To save it in a PDF subfolder
||DRIVE||\||DIR||\PDF
|