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

password production export pdf --- urgent help

Community Beginner ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

I need to enable the below security setting while exporting the PDF. How to do this via scripting

a.png

TOPICS
Scripting

Views

534

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
Guide ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

this is right forum to ask..

JavaScript

Votes

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
Community Beginner ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

I can see some security setting in the export options. Is this possible via in design script

Votes

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
Community Expert ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

tpk1982  wrote

this is right forum to ask..

JavaScript 

Don't think so…

We can find some settings for passwords with PDF Export in InDesign's DOM:

Set password security:

app.pdfExportPreferences.useSecurity = true;

Set a password:

app.pdfExportPreferences.changeSecurityPassword = "MyPassword";

Also look into all properties in pdfExportPreferences that begin with disallow:

Adobe InDesign CS6 (8.0) Object Model JS: PDFExportPreference

Regards,
Uwe

Votes

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
Guide ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

LATEST

Thanks Uwe, I thought the OP asking to do this in PDF itself..

Votes

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