I am trying to create an AppleScript (specifically a Folder Action) that will
tell FreeHand to open a file then Print:
Save As PDF, using OS X's Print Services. Essentially the same thing as
opening a file, choosing Print, then Save as PDF.

FreeHand's AppleScript dictionary references a Save command, but it
consistently returns an Error Type 3.

The ultimate objective is for files copied to a specific folder to be saved as
PDFs, using OS X Folder Actions.

Any suggestions/insight?


from the FH AppleScript Dictionary:
save reference -- The object to save.
?????[in alias] -- The file in which to save the object.
?????[as
FH9/FH8/FH7/Flash/Photoshop5/Photoshop4RGB/AI11/AI88/AI3/AI55/AI7/ASCII/FH45/
GenericEPS/MacEPS/MSDOSEPS/PhotoshopEPS/QuarkEPS/PDF/BitmapPICT/PICT/PICT2/RTF
/TIFF/BMP/JPEG/GIF/PNG/TGA] -- The file type of the document in which to save
the data. This is case-sensitive.
?????[IncludeFHDocInEPS boolean] -- Include the FreeHand document in
exported EPS files.
?????[page small integer] -- The page to export. If omitted, ALL pages will
be exported. Does not apply to saving as FreeHand Document.
?????[SelectedOnly boolean] -- Output selected objects only.