• 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 Filter Script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PDF Filter Script


  • Subject: Re: PDF Filter Script
  • From: Shane Stanley <email@hidden>
  • Date: Tue, 31 Oct 2000 08:40:41 +1100

On 31/10/00 1:20 AM +1000, Alex Kaczun, email@hidden, wrote:

> I would like to batch & process an entire folder full of QXP
> files automatically using this or another applescript.
>
> Does anyone have an applescript or possible solution for this process???
>
To do it via AppleScript, you can't use this filter. Instead, you use
something like:

tell application "QuarkXPress 4.11"
tell document 1
set y to file path
set x to page width
set properties of print setup to {paper width:x, printer type:"Acrobat
Distiller", [...]}
print PostScript file ((y as text) & ".ps")
end tell
end tell

And don't bother with anything less that 4.11.

--
Shane Stanley, email@hidden


References: 
 >PDF Filter Script (From: "Alex Kaczun" <email@hidden>)

  • Prev by Date: Re: FileMaker 'create new record @'
  • Next by Date: Re: The New AppleScript Users Digest
  • Previous by thread: PDF Filter Script
  • Next by thread: Newbie question : How to set MIME <-> File Type/Creator ?
  • Index(es):
    • Date
    • Thread