Has "Safe Path" changed in Acro X?
i'm using javascripts have been working years, adobat pro x parts of scripts failing.
i'm trying extract individual pages of pdf separate pdf file, on network share. has been working acrobat x, "raiseerror. file might read-only..." i've modified same file add page number.
the thing can think of "safeness" of safe path has been changed network shares no longer considered safe. can't save hard disk.
btw, doc.extractpages call wrapped in app.beginpriv , set app.trustedfunction, isn't problem.
thanks
darryl z.
well now, i've got work. wrote javascripts platform-independent, windows , mac users could, what's phrase, "just along". added bit of logic put platform-dependent string in front of path gave doc.extractpages. turns out mac doesn't need "/volumes/" figure out i'm asking save on network drive.
who have guessed?
so anyway, safe path apparently hasn't changed, mac paths shouldn't prefixed "/volumes/".
another success story
More discussions in JavaScript
adobe
Comments
Post a Comment