Skip to main content
Participating Frequently
December 14, 2021
Question

Don't crop artwork imported form Ai

  • December 14, 2021
  • 2 replies
  • 805 views

Hi there. When trying to import artworks from Ai to Id they are automatically cropped to the Id page format. (I do that in order to combine master elements applied in all pages to already created artworks from Ai)

What I need to do is to keep bleed from Ai so as to export printable pdf. It is impossible to do so with the cropped bleed. Any ideas? Thanks for helping.

This topic has been closed for replies.

2 replies

rob day
Community Expert
Community Expert
December 15, 2021

Hi @opkathens , If you are using the PlaceMultipagePDF script from the ID Sample scripts folder? It sets the crop to media, so that would override the stickiness of the place options setting.

 

You could edit the script, in a plain text editor or ExtendScript toolkit. Line 102 is this:

 

 

app.pdfPlacePreferences.pdfCrop = PDFCrop.cropMedia;

 

 

try editing to this:

 

 

app.pdfPlacePreferences.pdfCrop = PDFCrop.CROP_BLEED;

 

 

 

 

Dave Creamer of IDEAS
Community Expert
Community Expert
December 14, 2021

When you place your AI file, select Show Import Options. From there you can select the Bleed crop box.

Keep in mind that this will affect your future PDF placement too. 

David Creamer: Community Expert (ACI and ACE 1995-2023)
opkathensAuthor
Participating Frequently
December 15, 2021

Hmm, the problem is that I have used the multi-page PDF script and there are no import options...

Also, even when placing Ai with bleed selected the artwork seems to be shrunk to fit the Id page size.

opkathensAuthor
Participating Frequently
December 15, 2021

Sorry I see now that with bleed or art or media the artwork is always cropped no matter what option selected