• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How add trim marks and bleed to PDF MultiExporter.jsx

New Here ,
Aug 28, 2017 Aug 28, 2017

Copy link to clipboard

Copied

I am using MultiExporter.jsx

An Illustrator script for exporting layers and/or artboards into separate files (PNG8 / PNG24 / EPS ...

I would like to add this options when saving multiple artboards to separate PDFs:

- trim marks

- bleed: always 3 mm or: use document bleed settings

I managed to add trim marks but it makes bleed bigger than the desired 3mm

else if ( this.format == 'PDF' ) {

            options = new PDFSaveOptions();

            options.compatibility = PDFCompatibility.ACROBAT5;

            options.generateThumbnails = true;

            options.preserveEditability = false;

            options.trimMarks = true;

Any ideas?

Thank you so much,

TOPICS
Scripting

Views

381

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Adobe