Re: Permission denied on apps javascript folder
The change to begin putting user JavaScripts into a "privileged" folder that the user needs to create was for security reasons. Application level scripts are extremely powerful but can be extremely...
View ArticleRe: Permission denied on apps javascript folder
This doesn't make sense as people just switch to using the app folder instead of the defunct user folder.
View ArticleRe: Permission denied on apps javascript folder
It makes sense when the IT department has locked down the Program Files folder and users can't write to the Acrobat application JavaScript folder when they aren't an administrator on their machine....
View ArticleRe: Permission denied on apps javascript folder
Can a different folder be designated for user scripts; ie, is there an Acrobat command for pointing the document to a different folder location?
View ArticleRe: Permission denied on apps javascript folder
No, you can't change the path of these folders. On Fri, Mar 6, 2015 at 12:27 AM, DarrellDoesData <forums_noreply@adobe.com>
View ArticleRe: Permission denied on apps javascript folder
OK, if there are multiple user directories on a PC (not uncommon), which one gets the \AppData\Roaming\Adobe\Acrobat\xx.0 folders?
View ArticleRe: Permission denied on apps javascript folder
AFAIK, Each user gets their own roaming data directory
View ArticleChange pdf optimization setting
hi friends Is it is possible to change pdf optimization technique using acrobat sdk, C# or Plugin or javascript
View ArticleRe: Permission denied on apps javascript folder
Why didn't you create a general funcion WriteIDS() which takes the data from a seperate file?
View ArticleAVDocSaveOptimized Example
Hi friends Any example for AVDocSaveOptimized() method and how to set the parameter I Searched in Sdk 10 documentation but its not available
View ArticleRe: how I get the font color of a word?
I defined as a PDColorValue. PDColorValue theColor;;
View ArticleRe: Change pdf optimization setting
No, there are no APIs to change the settings. You can, via the plugin APIs, run the Optimizer with whatever settings you wish – but that doesn’t change any of the stored settings.
View ArticleRe: how I get the font color of a word?
That’s what I thought – common mistake. If you look at the definition of PDColorValue, you will see that it is a *PDColorValueRec. You can’t pass an unitted pointer. If you define theColor as a...
View ArticleRe: AVDocSaveOptimized Example
how to fill image color: like Down sampling value etc. I Searched in sdk but there is no example. Where to refer
View ArticleRe: how I get the font color of a word?
thank you very much,it worked perfectly fine after defining as PDColorValueRec.thanks again.Oscar
View ArticleRe: AVDocSaveOptimized Example
You won't find examples to copy, I'm afraid. You have to read the documentation, or header files if that's easier.
View Article