• 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
Adobe InDesign CS3 JPEG export range problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adobe InDesign CS3 JPEG export range problem


  • Subject: Adobe InDesign CS3 JPEG export range problem
  • From: Bert Groeneveld <email@hidden>
  • Date: Thu, 22 Apr 2010 16:55:53 +0200

Hello, I'm trying to export every page of a given InDesign CS3 document to separate jpg's.
Something seems to go wrong with specifying the export range (variable numb). I tried some other values instead of 1-1, but none of my attempts worked out so far.
Can anyone please help me through this?
This is what I have (error occurs on the commented line):

on Export_JPGs(myDoc, the_export_folder)
tell application "Adobe InDesign CS3"
set myJPEG_Prefs to JPEG export preferences
tell myJPEG_Prefs
set resolution to 72
set JPEG Quality to maximum
set JPEG export range to export range
set JPEG Rendering style to baseline encoding
end tell


set pageCount to count every page of myDoc
tell myDoc
repeat with i from 1 to pageCount
set numb to i & "-" & i as string
tell application "Adobe InDesign CS3"
set JPEG export range of JPEG export preferences to numb -- Script errors on this line
end tell
export format JPG to (the_export_folder & i & ".jpg" as string)
end repeat
end tell
end tell
end Export_JPGs

Thanks for any help,
Bert.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Adobe InDesign CS3 JPEG export range problem
      • From: CYB <email@hidden>
    • Re: Adobe InDesign CS3 JPEG export range problem
      • From: Martin Michel <email@hidden>
  • Prev by Date: Waiting for a web page to be fully loaded
  • Next by Date: RE: Adobe InDesign CS3 JPEG export range problem
  • Previous by thread: Re: Waiting for a web page to be fully loaded
  • Next by thread: Re: Adobe InDesign CS3 JPEG export range problem
  • Index(es):
    • Date
    • Thread