Re: Set destination file for Adobe PDF 7.0 printer, How ?
Re: Set destination file for Adobe PDF 7.0 printer, How ?
- Subject: Re: Set destination file for Adobe PDF 7.0 printer, How ?
- From: Philip Aker <email@hidden>
- Date: Tue, 26 Sep 2006 13:26:35 -0700
On 2006-09-26, at 12:05:08, Nima Tiran wrote:
I'm new in this list, and searched for my question in archive
didn't find any answer, I'm trying to use Adobe PDF 7.0 to print my
page, it generates the PDF file of my document with the same
original doc name and it's locating PDF file in Desktop. My
question is how can i give the address of PDF file for that printer?
I use the PMSessionCopyDestinationLocation() but seems doesn't
work, any idea how can I solve this issue,
It sound to me like you are on the wrong list for such questions
because PMSessionCopyDestinationLocation() is at an application's
source code level. So in the future you should try the Applescript-
Implementors list <email@hidden>.
Normally to tell an application to print at the code level, you would
issue an AppleEvent of class 'aevt' and id 'pdoc' and supply a list
of typeAlias ('alis') to the target application in the direct
parameter (keyDirectObject). Depending on the application, there may
be additional parameters available. The main APIs in question are
AECreateDesc(), AECreateAppleEvent(), AEPutParamDesc(), and AESend().
Look them up in ApplicationServices.framework and Carbon.framework.
Philip Aker
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden