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

•  Applescript Quartz .PDF engine (OS)   — vs.  — Adobe .PDF engine?

Enthusiast ,
Sep 29, 2025 Sep 29, 2025

Hello -

A colleague of mine asked me to "develop" a small app that convert in batch
"High Resolution" .PDF (ie. Preserve Illustrator Editing Capabilities, Create Acrobat Layers from Top-Level Layers, …) to "Low Resolution" (including NO "Compatibility with Illustrator", "layers" visibles, …).

I was first thinking to make an Applescript (since working on Mac) that open Acrobat to re-save the High Res .PDF, etc. But apparently I come against some OS Security restrictions (EVEN I allow "Accessibility permissions to control other apps (like Acrobat)" to my exported Appescript app).

1st question:
Is it that hard to code such a thing with Applescript?

2sd question:
I was thinkung to repalce the Adobe PDF engine by the OS default one "Quartz".
But Will I keep the embed profile ans o on from my original .PDF?

3rd question:

Is there a better option? Knowing ALL my colleague's requests and that I want the "optimized" .PDFs to be saved i the same original folder (ie. NOT on my desk 😉 )

Thank you for any input/feedback
Enjoy your day.
 
 
 

- Dimitri

 

TOPICS
JavaScript
68
Translate
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
1 ACCEPTED SOLUTION
Enthusiast ,
Sep 30, 2025 Sep 30, 2025
LATEST

Hello Creative Explorer 🙂
 
 
Thank you for your suggestion.

Finally, after some research,

I've installed “GHOSTSCRIPTvia HomeBrew.
It extends the options of the “Quartz” engine (Mac OS).

And I managed to code what I wanted,
except for hiding the layers (which are in my original .PDF, coming from Ilustrator .PDF exportation (and requested at that step by my colleague)).

Other than that, my (Applescript) app is fast, reliable and efficient even in batch process.
 

 
Thank you

 

 

 

- Dimitri

 

View solution in original post

Translate
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
Community Expert ,
Sep 29, 2025 Sep 29, 2025

@dimitri_cas I wonder if this GitHub would be better for these type of questions? Especially if you want to focus from custom scripting challenges to leveraging existing open-source tools and community knowledge. For that matter, GitHub has a massive repository for utility tools, including command-line interfaces (CLIs) and native Mac apps designed for tasks like PDF manipulation! 

Translate
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
Enthusiast ,
Sep 30, 2025 Sep 30, 2025
LATEST

Hello Creative Explorer 🙂
 
 
Thank you for your suggestion.

Finally, after some research,

I've installed “GHOSTSCRIPTvia HomeBrew.
It extends the options of the “Quartz” engine (Mac OS).

And I managed to code what I wanted,
except for hiding the layers (which are in my original .PDF, coming from Ilustrator .PDF exportation (and requested at that step by my colleague)).

Other than that, my (Applescript) app is fast, reliable and efficient even in batch process.
 

 
Thank you

 

 

 

- Dimitri

 

Translate
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