Re: Hide 3D annotation toolbar
You mean the toolbar that comes up when you click on the 3D object? AFAIK, you can't hide it.
View ArticleRe: Late binding to adobe reader plugin.
The Plugin will be loaded. It will be late bind after Adobe Reader will be up and running, where the Plugin will activated on start up. I will gladly do it myself. The question is more theoretically,...
View ArticleRe: Is there any way to know that model tree is open or not ?
I don't believe there is any way to check this.
View ArticleRe: Help with word under cursor position
Is it possible to get the selection cursor position? (The one that blinks)
View ArticleRe: Hide 3D annotation toolbar
You can hide it by default in a document but the user can always turn it back on again if they want to, as there's no way to disable the right-click menus. The boolean /TB tag which controls it is...
View ArticleRe: Late binding to adobe reader plugin.
In theory – sure. But its not something we've ever done.
View ArticleDifferent/Secure Passwords in a Plug-in
I am developing fillable PDFs for my company to send to survey participants, however I have hit a bit of a road block in providing all the serivices we need. I need to be able to encrypt multiple...
View ArticleRe: Different/Secure Passwords in a Plug-in
You can encrypt any file with any password. Of course, you need to do so manually. If you want to automate that process then you would need some custom solution. 1 – Plugins are written in C/C++.2 –...
View ArticleRe: Hide 3D annotation toolbar
Yes Dave that what i want ..I want to hide toolbar by default .Let the user turn it on afterward ..Thank you so much.. Can you tell me one more thing how can i control the hide/visible state of model...
View Article3D annotation : Populate views from file
Hello , I am developing a c++ plugin in which i insert 3D annotation into page. I have views inside file and i can add this from property dialog of 3D annotation like right click on 3D...
View Articleadobe reader control kills key events
I am using visual studio express 2013 on Win7 professional (x64) to write a private c# form application.Adobe reader is installed and added to my project.The control shows a pdf, wounderful. But at the...
View ArticleRe: Hide 3D annotation toolbar
The /NP tag in the same /3DA dict controls the 'user interface' which in the Acrobat Family refers to the left sidepane with the model tree and object info.
View ArticleRe: Hide 3D annotation toolbar
Thank you Dave ..This helps me a lot..Where i can find all this details that you given me or any detail document ?Do you have any idea about this quesry http://forums.adobe.com/thread/1338303?tstart=0...
View Articleshow last activation side toolbar
I created one tool bar and added to toolbar. When i opened acrobat pdf, shown my toolbar in side toolbar, opened my toolbar and used it. But when i closed acrobat pdf, again open acrobat pdf then my...
View Articleinsert png image into pdf
I found width and height of png image. But when i m calling AddImageSnip() after that it shown message "Out of Memory". While i select jpg file and i found width and height of jpg file after that i m...
View ArticleRe: insert png image into pdf
Try to search this forum.http://forums.adobe.com/message/4425293
View ArticleRe: insert png image into pdf
There is no concept of PNG, TIFF, GIF or other image formats in PDF. JPEGis an exception, and in most cases you can embed a JPEG image directly intoyour PDF file without having to uncompress and...
View Article