PDF Workflow script
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.