Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Browsing all 10848 articles
Browse latest View live

Re: With VBA in excel, how can I copy a pdf document (page by page into...

There are APIs to get the image of the page (via the clipboard) and to get the text – you just have to use them.

View Article


Re: With VBA in excel, how can I copy a pdf document (page by page into...

I am a novice and have had little to do with API's so a little more information would be greatley appreciated, thanks!

View Article


Re: With VBA in excel, how can I copy a pdf document (page by page into...

Have you download the SDK and read the documentation?   What about looking at the sample code?   While there is nothing specific to Excel or VBA, there are a variety of VB examples.

View Article

Re: With VBA in excel, how can I copy a pdf document (page by page into...

No I have not downloaded SDK.  I was trying to just work it out with vba but have struggled with the object model and lack of doco.  I will download sdk and have a look at that, thanks.

View Article

Re: With VBA in excel, how can I copy a pdf document (page by page into...

It is a very common misconception that you can "work out" a fairly complexAPI by just googling for sample code for a couple of hours. In the bestcircumstances, this is a bad idea, in most real world...

View Article


Re: With VBA in excel, how can I copy a pdf document (page by page into...

That all makes good sense but I may be biting off more than I can chew.  Will look at SDK now. Thanks a lot!

View Article

Re: Acrobat 10.1.7 crash by loading plugin with using clr

Hi, I created new account as business. This problem also happen in latest version of Acrobat, 11.0.03.I suppose that loading Windows.Forms components within plugin leads a crush of Acrobat.

View Article

adobe acrobat profressional can support "IBM Filenet case manager " integration

Can you tell me whether the adobe acrobat profressional can support "IBM Filenet case manager " integration, such as it can be integrate with sharepoint.

View Article


Re: Why are signatures created by digital signature plugins, removable?

The sample pdf alone will not reproduce the issue, our plugin has to be installed as well. We have not tested it with Acrobat XI. So far we have tested it on Acrobat X    10.1.3 and 10.1.4. No, we dont...

View Article


Re: With VBA in excel, how can I copy a pdf document (page by page into...

The important thing about an SDK is that it is mainly documentation. It may also have some samples and tools, but the key thing is the documentation. So by delaying downloading it, you have created the...

View Article

Re: Acrobat 10.1.7 crash by loading plugin with using clr

Some people seem to have succeeded with this approach, but it seems unnatural and prone to difficult to solve problems. I believe plug-in programmers need to grasp the nettle and learn how to make...

View Article

Re: With VBA in excel, how can I copy a pdf document (page by page into...

I have downloaded the SDK and been reading the doco and have some understanding of the pd and av layers.  I cannot work out  how to move through the pages of the pdf document.  Do I use the PDDoc or...

View Article

Re: With VBA in excel, how can I copy a pdf document (page by page into...

A page is represented by a PDPage. But you can't change the PDPage that you are working with, you have to get ("acquire") a fresh one for each page.

View Article


Re: With VBA in excel, how can I copy a pdf document (page by page into...

Thanks for that tip. It is bedtime for me so I will try in the morning! 

View Article

Re: Adobe Acrobat XI SDK Samples problem

You do NOT want to do this, because you do NOT want to enable your plug-in for Adobe Reader.But I *DO* want to enable my plug-in for the Reader!Or is there another Adobe SDK, specifically for the Reader?

View Article


Re: Adobe Acrobat XI SDK Samples problem

lrosenth wrote: Why would you define READER_PLUGIN?Because I followed Adobe's instructions: To enable your plug-in for Adobe Reader XI

View Article

Re: Adobe Acrobat XI SDK Samples problem

I rephrase my reply. You may wish to compile a plug-in for Reader but you must use only those features available in Reader. This means that some of the samples, including this one, cannot be used since...

View Article


Re: Adobe Acrobat XI SDK Samples problem

You should also understand that the instructions in the release notes are to be read in addition to the SDK. They are not a complete list of how to enable your plug-ins for Reader, but an additional...

View Article

Re: adobe acrobat profressional can support "IBM Filenet case manager "...

Acrobat Professional has no native support for "IBM Filenet", however (and since this is the SDK area), you could use the SDK to add it.

View Article

Re: Adobe Acrobat XI SDK Samples problem

There is no separate SDK for Reader. Are you trying to develop plug-ins without owning Acrobat? You will need Acrobat to do the development.Why would I need Acrobat? I have Adobe Reader, Adobe SDK and...

View Article
Browsing all 10848 articles
Browse latest View live