Re: Retrieving text problem Pdetextselect
Yes, the documentation that is part of the Acrobat SDK.
View ArticleRe: Inquiry
I was doing ok until you said "As you know " Why would we know that? PDF links don't contain Xpointers. The range of links available are essentially those available in Acrobat, and you can link to...
View ArticleRe: Retrieving text problem Pdetextselect
I don't think it's a good idea to try to learn how to use the SDK by reading random samples on the web. The interfaces you can use are in the SDK. I do not see these methods in my SDK, so I agree with...
View ArticleHow to count number of related radibuttons in the doccument?
The field "radiobutton" can have several related radiobuttons.How to count quantity of radibuttons with the same name in the doccument?
View ArticleRe: Inquiry
Thanks a lot. I didn't mean that PDF doesn't support Xpointer, but I was wondering if that's possible or not. Thanks again.
View ArticleRe: How to count number of related radibuttons in the doccument?
With this.getField("radiobutton.0"); this.getField("radiobutton.1"); and so on you can access the different instances.
View ArticleRe: Inquiry
I think you first have to make the big decision about whether you really want to make a custom link type. Be sure you first understand all the existing link types, as described in 32000-1 (the PDF...
View ArticleMerge files with a batch script
I have 8,000 files and I want to merge the files that have the same prefix name in the filename. i.e.122TX4939.pdf122TX4939 Support.pdf122TX4939 Additional.pdf 333RS111.pdf333RS111 Support.pdf...
View ArticleRe: How to count number of related radibuttons in the doccument?
Ok, thanks, and how can I know haw many instances at all?
View ArticleRe: How to count number of related radibuttons in the doccument?
Start with number 0 and increment the number until the method getField returns no object.
View ArticleRe: Merge files with a batch script
Download the Acrobat SDK. Read the Documentation Read the sample code. Write your own program.
View ArticleRe: How to count number of related radibuttons in the doccument?
Just like I thought, thank you.
View ArticleRe: Merge files with a batch script
I've downloaded SDK but was hoping for a little more help than that to get started. Thanks for your comments.
View ArticleRe: Merge files with a batch script
The scanning of folders and forming candidates is entirely outside Acrobat's control. Then the merging of files can be done with several entirely different APIs, but always on the model Open first...
View ArticleRe: Full screen mode with VB
Hello, thanks for your replies.The Acobat SDK is available on the machines where the PDF-files are linked to the database.With "PDdoc.SetPageMode 1" I have already eliminated the bookmarks in my...
View ArticleAdobe Acrobat XI SDK Samples problem
I am having problems building and running SDK samples.When built “out of the box”, the WebLinkDemo fails while getting HFT for AcroColor.After some googling, I found Adobe Acrobat XI SDK Release...
View ArticleRe: Adobe Acrobat XI SDK Samples problem
You are misunderstanding the directions. The sentence is "To enable your plug-in for Adobe Reader XI, you must update AcroDspOptions.rsp by removing the acrocolorHFT define and adding the READER_PLUGIN...
View ArticleRe: Adobe Acrobat XI SDK Samples problem
Of course, because that API (and MANY others) don't exists for Reader. Why would you define READER_PLUGIN?
View ArticleWith VBA in excel, how can I copy a pdf document (page by page into different...
I want both a page image and the text from that page on each worksheet but am struggling with the acrobat object model....
View Article