highlight text not working in multi-thread client-server application plug-in
I'm developing a plugin application for my dissertation research on multi-application environment. I have an application server that communicate with the PDF document via plugin. The plugin acts as...
View ArticleRe: highlight text not working in multi-thread client-server application plug-in
You can only use the Acrobat API in your main thread. All other threadsneed to communicate with the main thread if they need to use the AcrobatAPI. This means that you need to e.g. implement a command...
View ArticleRe: Bookmark Properties
So in JS, you can set the action to be a JavaScript action that takes the user to the correct page. The effect is the same.
View ArticleRe: highlight text not working in multi-thread client-server application plug-in
Thanks a lot for the reply. I guess I probably need some sort of a notification when the data is received and do a callback to the main thread to run the acrobat API. Is there anyway I can create...
View ArticleRe: highlight text not working in multi-thread client-server application plug-in
Handle it yourself using standard OS or cross-platform methods. It nothing Acrobat SDK specific.
View Articlewhat is the registry key in Adobe Acrobat v9 which turns the dialog off: any...
what is the registry key in Adobe Acrobat v9 which turns the dialog off: any form fields that have the same name in the merged documents are now...
View ArticleHow to move clip elements of an image in side a pdf page
Dear Friends, I am a beginner in plug-in work of acrobat, and I am facing some problem for moving image(with its clip elements) from once place to other inside page. I am able to move all elements...
View ArticleRe: what is the registry key in Adobe Acrobat v9 which turns the dialog off:...
There is no key because that is an important dialog. Why would you want it to go away?
View ArticleRe: How to move clip elements of an image in side a pdf page
Should be exactly the same thing.
View ArticleRe: How to move clip elements of an image in side a pdf page
Dear Lrosenth, I tried to manipulate matrix of clip objects those are some path objects. The problem is the initial co-ordinate of path operators matrix.h and matrix.v is showing 0. Where as...
View ArticleRe: How to move clip elements of an image in side a pdf page
I have verified that PDEElementSetMatrix() works just fine on Clips.
View ArticleRe: How to move clip elements of an image in side a pdf page
Your matrix operations look very odd. The approved way to apply a transform in all cases is to make a transformation matrix and concatenate it before the CTM.Also, if you are working with form XObjects...
View Articleconvert PDF to XPS
I need to convert a large number of documents from PDF format to XPS format. I can do this with a vb 2013 program which uses axAcroPDF.LoadFile and axAcroPDF.printAll, printing to an XPS Document...
View ArticleRe: convert PDF to XPS
Why would you want to do this? PDF is an open international standard (ISO 32000-1:2008) which thousands of supporting applications, hardware, etc. and standardized by over 50 countries around the...
View ArticleRe: convert PDF to XPS
What you want to automate is the XPS driver. That may be possible, but you're asking in the wrong place, it's nothing to do with Adobe.
View ArticleHow do I remove the floating toolbar in a C# program
Hello, I am trying to find out how to remove the floating toolbar in a Winforms C# .NET app. I'm using theaxAcroPDF control. The toolbar (the floating one) I would like to remove. I have tried the...
View ArticleRe: How do I remove the floating toolbar in a C# program
There are no floating toolbars in Acrobat/Reader X or later. So what are you referring to?
View ArticleRe: How do I remove the floating toolbar in a C# program
I want to remove what you see in the picture...the floating bar which has the Zoom, pirint, Save. It is the dark graytranslucent bar with the icons. Mike
View ArticleRe: How do I remove the floating toolbar in a C# program
Oh, the HUD. You can't remove that.
View Article