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

AllowPSFileOps (Mac OS Sierra, Acrobat DC)

Guest
May 30, 2017 May 30, 2017

I am from Japan.

I read the following document.

Acrobat DC SDK Documentation

I tried on Terminal:

plutil -replace AllowPSFileOps -bool true ~/Library/Preferences/com.adobe.distillerDC.plist

but, always reset to default value when Distiller restarted.

I usualy OS X Yosemite and Distiller X (com.adobe.distiller10.plist), it works fine.

Sincerely,

AOKI Yoshihiro

TOPICS
Acrobat SDK and JavaScript
1.2K
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

correct answers 1 Correct answer

Adobe Employee , May 30, 2017 May 30, 2017

No, you need to pass it DIRECTLY to the Distiller executable – something like:

./Distiller.app –F foo.eps

Translate
Adobe Employee ,
May 30, 2017 May 30, 2017

That is correct. You MUST pass that command directly to Distiller on each invocation of Distiller, for security purposes.

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
Guest
May 30, 2017 May 30, 2017

Thank you very very much for your reply.

I tried many times:

1. use `plutil' command on the Terminal

2. just after, invoke Disitiller (by click from dock)

(I use Terminal (`open' command), many EPS to PDF, with bash)

but, Dsitiller doesn't work (RunfileEx.ps so).

Sholud  I use `.joboptions ' or `prologue.ps' ?

Sincerely,

AOKI Yoshihiro

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
Guest
May 30, 2017 May 30, 2017

Sorry, I dragged many EPS to Distiller from Finder.

each EPS include:

(/User/aoki/works/..../xxx.eps) run

---

sorry, my poor English.

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
Adobe Employee ,
May 30, 2017 May 30, 2017

No, you need to pass it DIRECTLY to the Distiller executable – something like:

./Distiller.app –F foo.eps

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
Guest
May 30, 2017 May 30, 2017

I try it!

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
Guest
May 30, 2017 May 30, 2017
LATEST

I was able to do it!

arigato gozai masita.

THANK YOU VERY MUCH.

very much.

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