Skip to main content
Participating Frequently
September 13, 2017
Question

Saving as Binary in ExtendScript Error

  • September 13, 2017
  • 2 replies
  • 367 views

Hey guys,

I am trying to save a script as binary in extendscript so a client cannot view our code but I am running into an issue. Hopefully someone here knows a workaround.

In my script I have it calling to include an outside data file to pull informational values the script needs;

#include "/Users/GratefullyDyed/Sublimation/data.js";

Now I need to change that file path to the path that will be on my clients computer. When I do that and try to save as binary I get an error that "file path does not exist", because the file path is on their computer and not mine.

Is there a simple way around this I am missing?

Thanks!

This topic has been closed for replies.

2 replies

Karl Heinz  Kremer
Community Expert
Community Expert
September 13, 2017

What application are you programming for? Once we know, your question can be moved to a more appropriate forum.

Bernd Alheit
Community Expert
Community Expert
September 13, 2017

Acrobat doesn't supports ExtendScript.