Like this all similar Token presence pages should be created as separate bundles.
For this operation i need some guidance how to do it .
Open the doc - PDDocOpen
Get the wordlist for a page (PDDocCreateWordFinder, PDWordFinderAcquireWordList etc).
Search the wordlist for the key words.
If they match then use PDDocDeletePages to remove the page
Save the document.
But if you're doing this within an exisiting project thats not an Acrobat plugin you will either have to launch Acrobat and use IAC to control it, license Adobe's PDFLib (expensive) or use a 3rd party tool (such as the other PDFLib etc) to process the document.
Good luck, its pretty easy to do, the hard part is selecting how to integrate this with your existing project.
Where can i get details regarding usage of SDK for
programming prospective ?
Like how to install SDK and how to use API for my required
coding.
The right names of things are about to get very important, so let's
review.
Acrobat Reader - obsolete. The name changed to...
Adobe Reader. The "free Reader" for PDF files. Sometimes just Reader.
Adobe Acrobat (Acrobat Standard and Acrobat Professional), or just
Acrobat, Adobe's commercial Acrobat products, used to create PDF
files, and much more.
Acrobat SDK: developer tools for automating Adobe Acrobat.
A few pages in the SDK also can be used for the free Reader, but
almost entirely, if you want to use the SDK you need to buy Acrobat
Standard (and in some cases, like JavaScript, Acrobat Professional).
The SDK is from $99 for the full package, with examples, but many
documents, including the introductory ones, are free to download.
Nonexistent products: Adobe Writer, Acrobat Writer.
>
>Where can i get details regarding usage of SDK for
>programming prospective ?
http://partners.adobe.com/public/developer/acrobat/sdk/index_doc.html
Aandi Inston
The SDK (Software development kit) costs money but you can download the headers for free. This gives you access to all the exposed calls in Acrobat but lacks much of the documentation and examples that make life much easier.
However the headers download does at least include a starter project for Acrobat plugin development.
NOTE: That to do development for Reader you need a special key from Adobe. I can't remember the current price for this but Reader development costs extra.
NOTE: That to do development for Reader you need a special key from Adobe.
I can't remember the current price for this but Reader development costs
extra.
The key is required for the development of a plug-in for Adobe Reader.