Reply To: CS5: Place dialog defaults?

#53219

@Roland: there is a way changing the default Place parameters through scripting. Try the following JavaScript, just a single line long:

app.pdfPlacePreferences.pdfCrop = PDFCrop.CROP_MEDIA;

It'll work until you choose to change the settings through the UI. After a restart of InDesign you have to fire the script again…
Hope that helps.

Uwe

This article was last modified on June 25, 2010

Comments (0)

Loading comments...