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

Disable Edit and Export Function for Adobe Action

Explorer ,
Jan 07, 2017 Jan 07, 2017

Hi,

I want to know if there is a way to disable the ability to edit or export an adobe action (all in java script).  In other words, I do not want users to have access to the code or be able to export it for use between users.  I noticed the preinstalled Action Wizard actions such as "Archive Paper Documents" do not allow any editing (or access to the code).

Thanks.

Sue

TOPICS
Acrobat SDK and JavaScript , Windows
1.3K
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

LEGEND , Mar 20, 2017 Mar 20, 2017

You would need to pay an experienced C++ programmer to make plugins. They aren't scripts.

Translate
LEGEND ,
Jan 07, 2017 Jan 07, 2017

Do not let others use your computer and user ID.

You can add sequences only to you login id on yoir system. If others cannot get to your personal app folder they cannot get to your seq files,

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
Explorer ,
Jan 07, 2017 Jan 07, 2017

Thank you for your reply.  How does one do this?  I have no idea.  Thanks.

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
Explorer ,
Jan 07, 2017 Jan 07, 2017

I want to be able to import into other people's computer but not let them edit or export. This script won't just be on my system.

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 ,
Jan 07, 2017 Jan 07, 2017

That's not possible with Acrobat. If they have the ability to import, they can export and modify. Even if the file were in a system protected area, they could export, modify, and then reimport the modified version.

If you want to add functionality that can't be modified, I suggest you have plugins developed. Plugins are C++ programs that need to be compiled so they're harder to modify after distribution.

J-

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
Explorer ,
Mar 20, 2017 Mar 20, 2017

Hi,

I know it's been a while.  How does one add plug ins?  What would I need to develop?  Are there instruction?  I have a very basic script.  Sorry if this is such a basic question.

S

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
LEGEND ,
Mar 20, 2017 Mar 20, 2017

You would need to pay an experienced C++ programmer to make plugins. They aren't scripts.

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
Explorer ,
Mar 25, 2017 Mar 25, 2017

Hi

Can you give me an idea of how many hours this would take?  I basically want them to make it so this script cannot be imported or exported.  In other words, I want the code to be locked down so there is no access.  Thanks for your help.

Sargum

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
LEGEND ,
Mar 25, 2017 Mar 25, 2017

If it ws a plugin there would be no script, nothing to access. But the script itself would have to be redone as s plugin, which could take a day to a year.

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
Explorer ,
Mar 25, 2017 Mar 25, 2017
LATEST

I see...basically, I would have to pay a programmer to essentially re-write the script code in C++.  It would be liking starting all over.  Thanks for helping me understand the enormity of the task.

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