> My current process (for non map book maps) is to automate the opening
> of the mxd, which on open calls a pdf export routine, then closes it's
> self.
>
> A suggestions that works with this workflow would be ideal.
I would (a) install a virtual pdf printer driver which can be set to
save automatically, set that to be the default printer, and then (b)
use the r-click context menu item "Print" or a batch file
(a) PDFCreator works well in this regard. There are probably others.
The article is a bit long in the tooth now, but here is a general
outline of how we use it:
http://yukongis.ca/oldsite/DoItYourselfPostscriptPrinter
(b) Windows command prompt example for Arcmap 9.1,9.2:
start /wait C:\path\to\ArcGIS\Bin\ArcMap.exe /p "Foobar Map.mxd"
Arcmap 9.3:
"C:\Path\To\Common Files\ArcGIS\bin\ArcGISFileHandler.exe" /p
"Foobar Map.mxd"
For more information and a batch file to print all mxd's in current
directory see
http://yukongis.ca/How_To/BatchPrintMaps
cheers,
-matt