In this directory you will find some example actionscripts.

      Name                    Last modified       Size  Description

[DIR] Parent Directory 28-Mar-2003 08:48 - [   ] upload_file.sh 20-Mar-2003 20:17 1k [   ] show_capabilities.sh 20-Mar-2003 21:06 1k [   ] send_with_mail.sh 20-Mar-2003 22:40 2k [   ] add_pdfmarks.sh 20-Mar-2003 20:10 2k

To use them, simply copy them in a $TARGET_DIR, make them executable and
rename them to "actionscript-pre" (to be called before the file will be
saved) or "actionscript-post" (executed after storing the print file)

actionscript-pre:

    add_pdfmarks.sh
    
        This script adds some pdfmarks to PostScript file than can fill
        in the DOCINFO records used in the "Document Info" dialog of
        Acrobat (Reader)
    
actionscript-post:
    
    show_capabilities.sh
    
        Demonstrates which environment variables a folder actionscript
        can use and how to save debugging info
    
    send_with_mail.sh
    
        Shows how to invoke an application via AppleScript. This script
        collects some accounting info and creates a new outgoing message
        in Mail.app
    
    upload_file.sh
    
        This script demonstrates how to upload a printed file via either
        FTP or HTTP