Check if Reader is in Protected Mode
Hello, Is there something through the API that I can use to check if Protected Mode is Enabled in Reader?
View ArticleRe: Adding Custom Dictionary using Javascript
Thank for the response. We have a medical dictionary with us. Which contains all the words, how do I add the full dictionary with the addWord functionality. Is there is any option to load the...
View ArticleRe: How to set position of a PDEPath object
my values for are as follows:matrix.h is 520544 whose co-ordinate value is 7matrix.v is 30517256 whose co-ordinate value is 465 matrix.a is 65545 whose int value is 1matrix.b is 0matrix.c is 0matrix.d...
View ArticleRe: How to set position of a PDEPath object
previous values were zeros although the object was appearing at co-orinate 530, 867, when page size was 825x1041matrix.h is 0 whose co-ordinate value is 0matrix.v is 0 whose co-ordinate value is 0
View ArticleRe: Adding Custom Dictionary using Javascript
REad each word from the dictionary with other API and add one at a time.
View ArticleRe: How to set position of a PDEPath object
A Matrix with all zeroes is faulty. Please check. Also, what are you trying to achieve -- what transformation (with numbers)
View ArticleRe: Adding Custom Dictionary using Javascript
Thanks for the response. We will looking into that. Shaji
View ArticleRe: Check if Reader is in Protected Mode
You can ask if a given document is in Protected View - AVDocIsInProtectedView().
View ArticleRe: Check if Reader is in Protected Mode
According to the API reference, AVDocIsInProtectedView() "Checks whether a given document is opened in Protected View or not."I need to check if Reader itself is running in Protected mod as a plugin is...
View ArticleRe: How open PDF and save like open with reader and save it again (C#).
I think you could use the PDDoc object, which supports Open/Save/Close through OLE. Look in the "interapplication communication" section of the docs. You could also create actions that do essentially...
View ArticleRe: The AcroPDF.PDF Class is no longer accessible from VisualBasic6 after...
I think for developer who needs to make serious changes on this issue, should considered removing the dependency on Adobe reader. There are heaps of PDF reader that can do the jobs, however if you...
View ArticleRe: The plugin is gets called when we open any pdf document in internet explorer
Thanks for the response. It got worked. Sowbhagya
View ArticleRe: How to set position of a PDEPath object
I am getting following values for that object, can you let me know whether this is faulty. matrix.a = 65544matrix.b = 0matrix.c = 0matrix.d = 65539matrix.h = 0matrix.v = 0These are all fixed numbers...
View ArticleRe: Check if Reader is in Protected Mode
Try doing a write to a protected location and see if it fails. There is no API call.
View ArticleIs Farsi language supported in Acrobat XI SDK?
Is Farsi language supported in Acrobat XI SDK? After the help I received from Irosenth determining that Khmer language was not fully, supported I will need to know the same for Farsi. Thanks,Mike
View ArticleRe: Is Farsi language supported in Acrobat XI SDK?
As I asked with Khmer, supported in what way? There is no shaper for Arabic languages, if that if what you are looking for - you must do that yourself when creating the PDF.
View ArticleRe: Is Farsi language supported in Acrobat XI SDK?
Sorry Irosenth. More detail from me would have been nice. Yes, that is correct. We would need the shaping engine thanks for the fast reply. Much appreciated.
View ArticleBookmark Properties
Hi, I have created bookmark with multiple levels from CSV using both JavaScript and Applescript. Bcoz., I'm not familiar with JavaScript to read and write CSV. In Applescript don't know how to create...
View ArticleRe: Bookmark Properties
You seem in your previous posts to have established that AppleScript can create the kind of bookmark actions you want. And we have clearly replied that JavaScript cannot. And you want nested bookmarks;...
View Article