Re: Digital Signature plugin issue.
That is your choice, of course, but experience suggests you may have exhaused the help you can find in this forum. Experience also suggests that dealing with developer support teams is frustrating and...
View ArticleRe: Digital Signature plugin issue.
I think you misunderstand my problem, I simply wants, my plugins call back function should be called from acrobat while signing the document rather than default digsig function....
View ArticleRe: Digital Signature plugin issue.
I am happy to say I fully understand your problem. However, I am not convinced that you have implemented something to solve your problem. Have you found any documentation stating that, if you implement...
View Articleenable reader plugin
I have a plugin written using SDK10 and visual studio 2008. It is a very simple one and just added a few lines of the code to PluginInit method in starter. The plugin’s name remains the same—“Starter”....
View ArticleCreated a master excel documnet (later a database) from scaned forms
I have 3,000 old forms all in the same format (pre printed) with data entered onto the forms. How can I define each area of the form that contains the specific content that I would like to place into...
View ArticleRe: Created a master excel documnet (later a database) from scaned forms
You could certainly write a program using the SDK to do this. For each document, you'd apply OCR and then you'd gather the words and compare coordinates. Then you can transfer that data to Excel...
View ArticleRe: Created a master excel documnet (later a database) from scaned forms
If you OCR the files in Acrobat (successfully) it can probably also done using a script in Acrobat.It's possible to tell a script to search for text in a specific physical area of a page and then...
View ArticleDeploying Adobe reader plugin not working
Hi I have an adobe reader plugin that works on my development machine. It displayes the toolbar in the "Extended" tab. I copied the .api file onto the plugins folder on another machine but the extended...
View ArticleRe: Deploying Adobe reader plugin not working
Usually this is because your plugin is linked against some library (such as the Visual Studio Runtime) that is on your machine but not the other.
View ArticleRe: Deploying Adobe reader plugin not working
Yes I do have that, but I deployed it. I also tested on my pc. I renamed the folders so that it would not be able to find the dlls but the toolbar still apeared (on my PC). My dlls are com visable c#,...
View ArticleRe: Deploying Adobe reader plugin not working
1. The standard tool for diagnosing missing DLLs is DEPENDS.EXE - search for it. But first be sure it isn't loading. 2. You can add an AVAlert anywhere at all in your code. It will block Acrobat/Reader...
View ArticleRe: Sign PDF Documents
Hi Irosenth, I was able to sign the document with the default certificate (John Doe). However, I would like to prompt a UI dialog (standard one) which lists all the certificates in personal store and...
View ArticleRe: Created a master excel documnet (later a database) from scaned forms
I can not find any samples within the SDK. Do you know of anyplace that a sample exists? To test I would like to take one field from the form. Lets call it Customer Name. This on all forms...
View ArticleRe: Created a master excel documnet (later a database) from scaned forms
You are right, there are no samples in the SDK to demonstrate this. The reason is that this is not a stright forward process. There are two appraoches you can take: You iterate over all words in the...
View ArticleRe: Created a master excel documnet (later a database) from scaned forms
The SDK has perhaps a thousand methods and a few dozen samples. The samples are just to illustrate the documentation, not to save programmers from having to do detailed study and then write code.
View ArticleGet text field value using AxAcroPDFLib control?
Hi, I search through internet and I couldn't find solution for my problem. I have windows form application which using AxAcroPDFLib control. I load pdf file to this control and it is OK. Pdf file which...
View ArticleRe: Get text field value using AxAcroPDFLib control?
No, forms automation requires Acrobat, a different API, and does not work for external windows.
View ArticleCan I use the cerficate on another plugin
Hi I was having some problems with my plugin i.e. it wasn't appearing on my deployment pc. I copied the code from that project to another project. This was a slow and painful process but it worked at...
View Article