RE:InDesign 'crop images to frames'
RE:InDesign 'crop images to frames'
- Subject: RE:InDesign 'crop images to frames'
- From: email@hidden
- Date: Tue, 06 Mar 2007 09:40:36 -0600
- Priority: normal
Hi Shane,
Thanks very much for your reply. I get the same results. It still
seems backwards to me though, because I would think if you set 'crop
images to frames' to true that you'd want the file size to be smaller
(as if you were cropping the image to the frame size you want and
discarding any of the image that was hidden). Even if it seems
backwards at least it will still work for what I am needing. Thanks
again for taking the time to help with this. As always, I really
appreciate it. :-)
Jay
-------------
>On 6/3/07 7:23 AM, "email@hidden" <email@hidden> wrote:
>
>> I might be misunderstanding this, but in InDesign CS2, do they have
>> 'crop images to frames' working backwards in 'PDF export
preferences'?
>
>Try doing some actual exports of a doc with a heavily cropped pic:
>
>set deskPath to path to desktop as Unicode text
>tell application "Adobe InDesign CS2"
> tell PDF export preferences
> set crop images to frames to false
> end tell
> export
document 1 format PDF type to (deskPath & "Testfalse.pdf")
> tell PDF export preferences
> set crop images to frames to true
> end tell
> export document 1 format PDF type to (deskPath & "Testtrue.pdf")
>end tell
>
>OMM, Testtrue.pdf ends up a lot bigger than Testfalse.pdf
>
>--
>Shane Stanley <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:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden