• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
PDF Workflow script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PDF Workflow script


  • Subject: PDF Workflow script
  • From: Martin Orpen <email@hidden>
  • Date: Mon, 26 Jul 2004 23:05:30 +0100

In the latest release of the Developer documentation there is a PDF with the
title: " Providing PDF Workflow Options in the Print Dialog"

It uses the following script as an example:

on open these_items
tell application "Mail"
set composeMessage to (make new outgoing with properties
{visible:true})
tell composeMessage
tell content
repeat with aFile in these_items
make new attachment with properties {file:aFile} at
before the first character
end repeat
end tell
end tell
end tell
end open


When I run the script via the new print dialog (enabled by adding a folder
called "PDF Services" in the Library folder) I just get an error: "Error
while printing."

Has anybody got the PDF Workflow Options to work in 10.3.4? Anybody from
Apple able to comment on this - or help me understand the rather terse
documentation?

--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: PDF Workflow script
      • From: Paul Skinner <email@hidden>
    • Re: PDF Workflow script
      • From: "Shane Stanley" <email@hidden>
  • Prev by Date: Re: Photoshop resize image
  • Next by Date: Re: PDF Workflow script
  • Previous by thread: Re: Creating a new header item in Mail
  • Next by thread: Re: PDF Workflow script
  • Index(es):
    • Date
    • Thread