Re: .rsp file
Yes... who has suggested setting READER_PLUGIN to get them to work, and why?
View ArticleRe: .rsp file
The documentation, please check Plug-ins and Applications> Developing Plug-ins and Applications> Creating an Adobe Reader Plug-In> Developing and enabling an Adobe Reader plug-in>...
View ArticleRe: .rsp file
Dear Bernd, thanks a lot. I have tested DdeServer with acrobat without changing the settings and it woorked fine. Your help is appreciated.
View ArticleRe: Project preprocessor definitions
No, that is not required to get Acrobat to load the .api file. It is the first step in making a plug-in for Adobe Reader, a process which also includes applying to Adobe for a license and getting a...
View ArticleRe: Project preprocessor definitions
Thanks a lot for your reply. I just knew that this procedure is only for Adobe Reader and not for Acrobat.
View ArticleFull screen mode with VB
Hello everyone, I'm working on a small MS Access database for maintaining and displaying spareparts.I have two ActiveX-controls with "Adobe PDF Reader " in the OLE-property.I have already managed to...
View ArticleRe: Full screen mode with VB
There are no APIs for the Reader controls to do that. You could, however, fake a keydown to force it into full screen. But then the user would have to know how to get it out of FS, of course.
View ArticleRe: Full screen mode with VB
By the way, to develop with Adobe Acrobat or Adobe Reader you do need the Acrobat SDK. But as Leonard has said, it doesn't offer this in the free Reader.
View ArticleRe: Why are signatures created by digital signature plugins, removable?
So, you are saying that there is NO WAY I can make the signatures created by our Digital Signature plugin read-only/locked (or whatever term is suitable for it) to make it un-clearable/un-removable,...
View ArticleHow to get names and values of all forms on the page?
I need to receve names and values of all forms(TextFields, checkboxes etc...) on the page using VB.Is there a way to do this within Acroexch or JSobject?Thanks
View ArticleInquiry
Hello every one, I have never used Adobe SDK and I would like to use it to build a plug-in for Acrobat for one of my schools projects. Is it possible to build a plug-in that enable user to estabilsh...
View ArticleRe: Why are signatures created by digital signature plugins, removable?
I thought I said that with Acrobat X and later (the versions that are currently supported by Adobe), your signatures can't be removed either.
View ArticleRe: How to get names and values of all forms on the page?
Yes there is. Documentation is in the Acrobat SDK along with sample code.
View ArticleRetrieving text problem Pdetextselect
http://forums.codeguru.com/showthread.php?441325-Adobe-Plugin-Question &p=2126991#post2126991 I have used the above link to get text from marked annotation in pdf.In the above code i have not...
View ArticleRe: Why are signatures created by digital signature plugins, removable?
lrosenth wrote: I thought I said that with Acrobat X and later (the versions that are currently supported by Adobe), your signatures can't be removed either. I mentioned in my first post that our...
View ArticleRe: Why are signatures created by digital signature plugins, removable?
Can you post a sample PDF that demonstrates the problem? Does the problem still exist in Acrobat XI? Do you have the certificates for the signatures? If you have the (private) certs, then you have the...
View Article