Re: Can I use the cerficate on another plugin
I suggest you, or your legal team, read Adobe's license agreement with great care. It doesn't sound likely to be allowed, but I'm not a lawyer.
View ArticleRe: Can I use the cerficate on another plugin
My answer was based on what is permitted, not what is possible...
View ArticleRe: Can I use the cerficate on another plugin
Can I register the new projcet with the certificate so it works on adobe reader. Technically, yes. Legally, NO! In fact, if you do so, you are violating your license with Adobe and could potentially...
View ArticleRe: Can I use the cerficate on another plugin
I don't think you guys are reading the full question I'm having a problem deploying my project the toolbar does not appear but works on my PC. I have a test acrobat project that works. I want to move...
View ArticleRe: Can I use the cerficate on another plugin
I don't think you are reading the full question I'm having a problem deploying my project the toolbar does not appear but works on my PC.I have a test acrobat project that works on the deployment pc. I...
View ArticleRe: Sign PDF Documents
Is there a way to provide to default interface which lists the certificates from personal store for signing? Also, can outCertListCab of PSSigSigPropParams hold multiple certificate buffers? Thanks and...
View ArticleRe: Deploying Adobe reader plugin not working
I created a test app and fixed the dll issues, now my test app works perfectly. I tried moving my actual plugin, the one that can work on adobe reader and that still does not appear. I also used the...
View ArticleRe: Deploying Adobe reader plugin not working
The first code to be executed, the entry point, is PluginMain in pimain.c. You could add a debugging message to this, but beware you must not use AVAlert because it is too early. You would have to use...
View ArticleRe: Can I use the cerficate on another plugin
Oh - thought it was a completely different plugin. Use the source debugger in your development environment to make sure that the plugin is even being loaded. Or put some logging/debugging code into...
View ArticleRe: Deploying Adobe reader plugin not working
I fixed it. Turs out it was c++/vs related. There was a problem with my project file I synced the working project file settings with my application, fixed a few issues and it seems to be stable. Thanks...
View ArticleRe: Can I use the cerficate on another plugin
Hey I fixed my project, I posted the solution on another article http://forums.adobe.com/message/6068337#6068337 Thanks
View ArticleRe: Deploying Adobe reader plugin not working
Acrobat is 20 years old. C# is barely 10. Do the math
View ArticleRe: Deploying Adobe reader plugin not working
That is fair but the sdk is not that old so they/you could have re-done it in c# and u would have more devs developing plugins then more would by their/your products. SDK's should target mainstream...
View ArticleRe: Deploying Adobe reader plugin not working
Ah, but C# wouldn't help folks building plugins for the Mac. And many of our developers deliver their plugins on both platforms - so today they can do it via a single set of code (since C++ is...
View ArticleRe: Deploying Adobe reader plugin not working
One of the limitations of plug-ins (in many apps) is that they tend to have to be developed in the same language as the host. Otherwise the cost of converting linkages makes plug-in performance...
View ArticleRe: Deploying Adobe reader plugin not working
Don't forget that Acrobat and Reader are not only available for Windows.There is no C# on Mac OS or Linux. Karl Heinz KremerPDF Acrobatics Without a NetPDF Software Development, Training and More......
View ArticleRe: Deploying Adobe reader plugin not working
Thank you your responses are very insightful. I really enjoyed reading them.
View ArticleOpen Multiple PDFs from within excel using VBA
Hi,I'm using excel 2010 and would like to open pdfs based on filenames I have listed in excel. I attached a little of my code below which gives an idea of what I'm doing. First question:Is there a way...
View ArticleRe: Disable hand navigation in full-screen PDF
I must open this loop again since as this script worked great up to X, in XI there are problems for me (at least using Reader 11.0.06 on the Mac--both running 10.6.8 and 10.8.5). The "foward-one-page"...
View Article