• 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
Re: PDF Workflow script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PDF Workflow script


  • Subject: Re: PDF Workflow script
  • From: Paul Skinner <email@hidden>
  • Date: Tue, 27 Jul 2004 02:54:32 -0400

Put an alias for Mail.app in that folder and try it again.

Paul

On Jul 26, 2004, at 6:05 PM, Martin Orpen wrote:

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.
_______________________________________________
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.


References: 
 >PDF Workflow script (From: Martin Orpen <email@hidden>)

  • Prev by Date: Re: PDF Workflow script
  • Next by Date: Re: PDF Workflow script
  • Previous by thread: Re: PDF Workflow script
  • Next by thread: Export an Excel Chart
  • Index(es):
    • Date
    • Thread