Xanadu AutoDWF reactor - publish DWF file with every file save
--------------------------------------------------------------
(C)2006-2009 XANADU a.s., www.xanadu.cz

Setup:
AutoDWF.VLX must be loaded into every AutoCAD document to auto-publish saved DWG to DWF.
You can load it automatically using ACAD.LSP/ACADDOC.LSP or with the _APPLOAD command.

Usage:
On every SAVE/QSAVE/END of your DWG drawing AutoDWF saves/publishes a copy of your drawing to
a DWF file. Old version of the DWF file os rewritten with the updated copy. You can setup
the target folder for your DWF file and optionally upload it to a FTP or iPROJECT server.

The drawing must by named (not "Drawing1.dwg") to autopublish DWF.

The AutoDWF command can be used to disable/re-enable the auto-publishing functionality (ON/OFF options).
The 'noQS' toggle sets whether the _QSAVE (Ctrl+S) command also publishes DWF or not.
The 'Folder' option sets the target folder/subfolder name (e.g.: C:\myDWFs, no trailing backslash).
The 'FolderType' suboption specifies how the 'Folder' name is used - the 'Absolute' setting just uses
the 'Folder' name as the target, the default 'Drawing' option saves the DWF copy with the DWG file,
'Current' saves the DWF in the AutoCAD current (Start-In) folder.
The 'Layout' option specifies which layout is published. The default 'Current' means the current layout
when the drawing was saved (= mostly Model), 'Model' means "always publish the Model tab", the new
(4/2009) option '3Dmodel' will publish 3D DWF copy of the model tab, the option 'Specified' lets
you specify a fixed layout name to publish (must exist in all drawings). The 'All' option
switches to a different DWF processing - all Layouts (must be initialized) are published to a multisheet
DWF file. The new (7/2009) 'Append' suboption will append layout name to PDF filename. The 'Scale'
suboption will leave the plot scale to Default (instead of Fit to scale).
The 'Upload' option lets you automatically upload the published DWF to a FTP server or your iPROJECT
server (see www.iproject.cz).
The option 'Now' performs the DWF publishing on demand (not on save) - even when the reactor is switched
Off. You can e.g. call "AutoDWF Now" in your menu macros for final plotting.
The 'Status' option lists current AutoDWF settings.

DWF contains the active space/layout.

Publishing 3D DWF may display a prompt to display the published DWF - you may want to keep this alertbox
disabled - check the option.

All AutoDWF settings are saved between sessions - they are stored in the Windows Registry, under:
HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\Rxx.x\ACAD-xxx:xxx\Applications\AutoDWF

History:
V1.3 - adds the Layout-Append and Layout-Scale options
     - fixes bug in default answers for options (stringp nil error)
V1.2 - adds the 3Dmodel option

(see XANADU's web server for AutoDWF updates and www.xanadu.cz/en/develop.asp for other CAD utilities)

--------------------
XANADU a.s.
www.xanadu.cz
info@xanadu.cz
