Re: Permission denied on apps javascript folder
In general, an installer should expect that app folders are locked and elevate privileges with a UAC prompt. This needs great care, as the app stays elevated. Better to use the user folder if you can.
View ArticleRe: Permission denied on apps javascript folder
Is there really not one (cannot have one) or is it a question of making one?
View ArticleRe: Permission denied on apps javascript folder
I tried creating a Javascripts folder where some other user folders exist (under /C/Users/USERNAME/AppData/Roaming/Adobe/Acrobat/11.0/), and placed a script in it. The script was not executed when the...
View ArticleExport/Import of PDF Optimizer settings using C#
Hi Friends Is it is possible to change the setting of pdf optimizer and save it with new name using C#
View ArticleRe: Permission denied on apps javascript folder
Yes, I created the javascripts folder in the users path and everything worked fine. I thought that folder was automatically generated? It is in Acrobat 9.
View ArticleRe: Permission denied on apps javascript folder
DarrellDoesData wrote: Well, that makes sense, but when I handed the application to a client who had Acrobat 11, there wasn't a javascripts folder already set up under users.../privileged, so...
View ArticleImporting XML to Blank PDF Template;Form based on LiveCycle Designer 8
Hello, I searched my questions and only thread closer to what i need is from 2012 and not sure is something have changes since then...I have rights enabled form designed in Adobe LiveCycle Designer...
View ArticleRe: Importing XML to Blank PDF Template;Form based on LiveCycle Designer 8
You will want to purchase/license Adobe AEM Forms (formerly LiveCycle Forms)
View ArticleRe: Permission denied on apps javascript folder
It's not really an installation, per se. It's an MSAccess VBA program. When the program is first launched, it invokes the Acrobat object and does a GetPath to see where the javascripts folder is...
View ArticleRe: Permission denied on apps javascript folder
The VBA program can create necessary folder.
View ArticleRe: Permission denied on apps javascript folder
The User javascripts folder is automatically generated in Acrobat 9. Why isn't it in Acro 11?
View ArticleRe: Permission denied on apps javascript folder
That's a question for the Adobe developers...
View ArticleRe: Permission denied on apps javascript folder
Because most users don’t need it so we don’t bother.
View ArticleRe: Permission denied on apps javascript folder
lrosenth wrote: Because most users don’t need it so we don’t bother.Since the folder was there by default in version 9, I'm sure a lot of developers wrote scripts assuming they wouldn't have to check...
View ArticleRe: Permission denied on apps javascript folder
I agree. It's a silly decision. It hurts developers, is not backwards compatible, and the users couldn't care less about it.
View ArticleRe: Permission denied on apps javascript folder
Well, we made the change with Acrobat X, IIRC. I honestly don’t remember whether there were complaints. But most app-level scripts don’t get installed using the method that you are – they get...
View ArticleRe: Permission denied on apps javascript folder
lrosenth wrote: Well, we made the change with Acrobat X, IIRC. I honestly don’t remember whether there were complaints. But most app-level scripts don’t get installed using the method that you are –...
View Articlehow I get the font color of a word?
what I am doing wrong here?I am trying to get the color of the word. PDWordFinderAcquireVisibleWordList(wordFinder, i, NULL, &wordInfo, &pXYSortTable, NULL, &numWords); for (ASInt32 k =...
View ArticleRe: Importing XML to Blank PDF Template;Form based on LiveCycle Designer 8
If you're looking to integrate the functionality into your application, you could license the Datalogics PDF Java Toolkit. Among other things, it has APIs that allow you to import and export XML to and...
View Article