Re: Which is the sanctioned way to retrieve the page-level orientation angle?
Offhand, I believe it's PDPageGetRotate()
View ArticleRe: Which is the sanctioned way to retrieve the page-level orientation angle?
And if you do use Cos, be aware that this is one of the page level objects that can be inherited from the parent.
View ArticleRe: How to catch a button clicked event in a form?
Well, this would work, but the idea is to be able to catch the event without to actually need to add any action on the button itself. (In order for any button to trigger the action with no specific...
View ArticleRe: How to catch a button clicked event in a form?
We never really intended that someone would want this for the case where the action isn't directly associated with the button. Can you explain what you are trying to accomplish?
View ArticleRe: How to catch a button clicked event in a form?
In a few words, I'm renewing a big set of forms. They have some parts that are similar, but all the javascript actions used in the "common parts" have to be defined individualy for each form. It causes...
View ArticleRe: How to catch a button clicked event in a form?
So why not replace those actions with a single action that calls your plugin's custom action (which calls the web service)?
View ArticleRe: How to catch a button clicked event in a form?
I'd say because noone thought about it before! LolBut it means to add that specific action to every single field at form creation... Or maybe I can have the plugin to add it itself at form opening....
View ArticleRe: How to catch a button clicked event in a form?
Yes, have your plugin fix up a form when it encounters it.
View ArticleRe: Excel VBA add-in to create a PDF: What is acrodistdll.dll?
The relevant page in the documentation is here: http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwh impl/common/html/wwhelp.htm?context=Acrobat10_SDK_HTMLHelp&file=Distil...
View ArticleHow can I add update information/notification of 3rd party software (like...
Hi,I have a C# desktop application which will keep track of my installed software(in my PC). I want to make this application more smart, like when the update version of the installed software will come...
View ArticleRe: How can I add update information/notification of 3rd party software (like...
Well, each app will be different. You will need detailed research. In some cases the process will be opaque or undiscoverable. For Adobe Reader you might find the Enterprise Deployment documentation...
View ArticleHow to pass a JS object from VB.NET?
Using Acrobat X Pro, I want to hand plain Javascript objects from VB.NET to Acrobat JS functions. For instance (just a snippet): Dim pdDoc As CAcroPDDoc =...
View ArticleRe: How to pass a JS object from VB.NET?
Get rid of the "new with". However, be aware that conversion of other formats to PDF via that method may not be supported in the future.
View ArticleRe: How to pass a JS object from VB.NET?
Thanks for your answer. I am aware of the conversion feature, have read the forums. Implementing your hint would result in syntax errors, since {.bUseConv = 1, .cPath = inputFile} is not a valid VB.NET...
View ArticleRe: How to pass a JS object from VB.NET?
Right... Hmm...I don't speak VB.NET Are there examples in the SDK for VB that might help here?
View ArticleRe: How to pass a JS object from VB.NET?
Well I threw a look into the SDK examples at first, that's why I got the other parts up and running. But how to hand a (JS) object from VB.NET to a JS function using the PDF JS object is not explained,...
View ArticleRe: How to pass a JS object from VB.NET?
I don't believe you can pass an object around like that.
View ArticleRe: enable reader plugin
Would you please tell me how you apply for the Reader-enable key? for business use or personal use ? How long does it take ? thx a lot
View ArticleRe: Queries around Adobe Reader Plugins
If we relicensed plugin for reader 9,is the key still valid for reader 8 ?
View ArticleRe: enable reader plugin
Details are in the SDK, in the Reader Integration folder (IIRC). You need to apply for all uses since the license includes a "key" that is required to actually build a valid Reader plugin. Depends on...
View Article