This content has been marked as final.
Show 7 replies
-
1. Re: Is it possible to utilize Acrobat PDF Optimizier preset during save?
(Leonard_Rosenthol) Oct 22, 2008 7:05 AM (in response to andrejusc)An Acrobat plugin can call upon PDFOptimizer to perform operations, yes. -
2. Re: Is it possible to utilize Acrobat PDF Optimizier preset during save?
andrejusc Oct 22, 2008 9:07 AM (in response to andrejusc)Does it mean that plugin will activate that Acrobat PDF Optimizer dialog? Is it possible not to activate that dialog and do it in programmatic way? If so - what API calls should be used?
Is it something to do with AVAppSetPreference? -
3. Re: Is it possible to utilize Acrobat PDF Optimizier preset during save?
(Leonard_Rosenthol) Oct 22, 2008 10:55 AM (in response to andrejusc)PDDocOptimize, I think. It doesn't change the Save function, but it lets you perform the optimization and then save.
No UI - it's all programmatic. -
4. Re: Is it possible to utilize Acrobat PDF Optimizier preset during save?
andrejusc Oct 22, 2008 11:09 AM (in response to andrejusc)I'm using right now Acrobat SDK 7.0.5 (Acrobat 7.x is used by customer). There is no such method called PDDocOptimize. Was it introduced later, for example for 8.0.x SDKs?
I could find only this for AVDocDoSaveAs:
Allows clients (such as Optimizer) to do their own file saving. You can replace this method with your own version, using HFTReplaceEntry.
What is that HFTReplaceEntry? -
5. Re: Is it possible to utilize Acrobat PDF Optimizier preset during save?
Bernd Alheit Oct 22, 2008 11:59 AM (in response to andrejusc)AVDocSaveOptimized in Acrobat 8 SDK. -
6. Re: Is it possible to utilize Acrobat PDF Optimizier preset during save?
andrejusc Oct 22, 2008 9:41 PM (in response to andrejusc)Yes, I see this now in Acrobat 8 SDK. But now I also see this description for AVGetOptimizerPresets:
Note:Certain user-created presets might not be available to the API
What presets will be not available to the API and in which situations? -
7. Re: Is it possible to utilize Acrobat PDF Optimizier preset during save?
(Leonard_Rosenthol) Oct 22, 2008 9:45 PM (in response to andrejusc)AFAIK they should all be available...


