Re: AVDocSaveOptimized mit Visual Basic 2012
Wenn es eine Antwort auf meine Frage gibt: Könnten Sie etwas konkreter werden? Welche andere Funktion kann ich zum Stempeln verwenden, die keine Schriftarten einbettet? Wie kann ich mit VB konkret...
View ArticleRe: AVDocSaveOptimized mit Visual Basic 2012
I don't know, sorry, I would not use VB, I would use a plug-in.
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
Thank you very much for posting this...I have been searching for a month on how to get rid of the annoying tool bar on the right that takes 1/2 of the page
View ArticleCompress PDF
Hi Experts, We have loaded very large PDF files which has images in it to our production oracle database, but where in which we supposed to upload only 8MB files. when the files goes beyond 8MB we...
View ArticleAcrobat sdk, not able to run samples, getting a message, unable to start the...
Hi, I have downloaded Acrobat sdk XI and tried to run plugin samples in visual studio 2010, It is build successfully but when I try to run the program am getting an error message saying " Unable to...
View ArticleRe: Acrobat sdk, not able to run samples, getting a message, unable to start...
How do you run the program?I need to copy the compiled BasicPlugin.api under Acrobat\plug_ins folder. I can create a subfolder of plug_ins and copy the .api file there. Just one level deep: if I create...
View ArticleRe: Acrobat sdk, not able to run samples, getting a message, unable to start...
Thank You. will try this.
View ArticleHow to add version number for plugin ,the version number can be accessed by...
I am developing plugs-in for Adobe reader in Windows, I want to add version number for plugin ,the version number can be accessed by AcroJS. But I donnot know how to add this number.Would you help me?
View ArticleRe: How to add version number for plugin ,the version number can be accessed...
You say the version number can be accessed by AcroJS. What API did you plan to use?
View ArticleRe: Compress PDF
Acrobat is not technically suited nor licensed for server use. Adobe's PDF Library might offer methods to compress,I think it has an API to the PDF optimizer.
View ArticleRe: How to add version number for plugin ,the version number can be accessed...
The "PlugIn Object" in AcroJS has a "version" property to read plugin version,but I donnot know how to set version for my plugin.
View ArticleRe: How to add version number for plugin ,the version number can be accessed...
Ok, thanks for pointing this out. A plug-in is a DLL in Windows or bundle in Mac OS. These have versions set in the usual way - right click - Properties (Windows) or Get Info (Mac) will show the...
View ArticleRe: How to add version number for plugin ,the version number can be accessed...
Thank fro your answer. Yes,I create a VERSION resource(In Windows),but AcroJS cannot read the version. I dnnot know why.
View ArticleRe: How to add version number for plugin ,the version number can be accessed...
Does your version show up in Windows Explorer properties?Is your version written as four full parts separated by dots (e.g. 1.0.0.1) not by commas?
View ArticleRe: How to add version number for plugin ,the version number can be accessed...
Yes,my version can show up in Windows Explorer properties and written as four full parts separated by dots. But it still cannot work.
View ArticleCheck Box Properties-Change/stay Red when checked
I currently have a form created to use as a checklist and want the important boxes to turn read when clicked on. I currently have a Mouse Up trigger selected to Run a JavaScript for the following code:...
View ArticleRe: Check Box Properties-Change/stay Red when checked
Most likely the field highlight color changes the color of your field when you exit it. You should either disable it (Edit - Preferences - Forms) or change something else, like the border color. This...
View ArticleAbout the PiBrokerSDK and ProtectMode in Adobe Reader 10 & 11
Hi,I have worte a plugin for Adobe Acrobat and Adobe Reader(reader-enabled). My plugin worked fine on Acrobat 9\10\11 and Reader 9 but not on Reader 10\11.Then I made a broker with the PiBrokerSDK...
View ArticleI want to have the tint to the color information of the Cos Object.
I have developed a plug-in now. My plug-in is creating a color with a Cos Object.And, It is used to fill the art object.I would like to have the information of tint to this color.Please tell me how to...
View ArticleRe: Check Box Properties-Change/stay Red when checked
Even though there is a better forum for these types of questions, let's just take care of it here (especially after you were actually sent here by one of the experts in another forum where you posted...
View Article