Re: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
Guys, when you ask Adobe to be consistent and to allow easy removing of these items in the same way as toolbar items... You seem to overlook simple fact that "Tools" is in fact spam which is...
View ArticleHow to count pages with Adobe Reader XI
Hello, experts!My task - to count the pages in PDF file.I have a Adobe Reader XI, Windows 8 x64 I make a scripts inside my program on VBS (Visual Basic Script). It is not problem to integrate my...
View ArticleAcrobat 4.0 API - Problem with highlighting
I am using VB6 and Acrobat 4.0 because for now it's the only that works on an old pc that I have. I need to highlight a word in a document and put an annotation on it. this is the code that I use (I...
View ArticleRe: How to count pages with Adobe Reader XI
1) To use the PDF Library you'd contact Datalogics (http://www.datalogics.com/) who handle licensing. It is a C/C++ library. Licensing and pricing is by negotiation, but think $$$$.2) The Acrobat SDK...
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
@Vadim – while you may find these “Tools” to not be useful, the fact is that MANY users out there have chosen to purchase that functionality.
View ArticleRe: How to count pages with Adobe Reader XI
You should download the SDK and read the included documentation.
View ArticleRe: Acrobat 4.0 API - Problem with highlighting
It is really 4.0 or 4.0.5 (or something else)? 4.0 had MAJOR problems – so need to make sure you have the fixes. But to be honest, you are dealing with a product that is 15+ years old…
View ArticleRe: How to count pages with Adobe Reader XI
I aready installed Acrobat SDK. But this way I should use Acrobat. I'd like to use Reader. So I found the solushion of my problem without using any programms or applications.At my program interface I...
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
It irks me that the meaning of the word "spam" has degenerated to now basically mean every kind of commercial on a computer. Would you call TV or radio ads spam? How about billboards? Commercials in a...
View ArticleRe: How to count pages with Adobe Reader XI
Acrobat SDK also talks about how to automate Reader. If you just search for /Count, you will get back a LOT of incorrect information. First, that same name is used in a LOT of different places in the...
View ArticleRe: Acrobat 4.0 API - Problem with highlighting
I know that it's old, in fact the next step for 2015 is to buy the latest version. I have 4.0.0506.
View ArticleRe: Acrobat 4.0 API - Problem with highlighting
In fact, I don't think the OLE API has changed in 15 years - perhaps 1 new method for running JavaScript. It is JavaScript that has all of the new functionality, but word searching and highlighting is...
View ArticleRe: Acrobat 4.0 API - Problem with highlighting
I know that there is Java but for the new version. In any case, I also tried with CreateWordHilite for the second list but nothing.Using CreatePageHilite and setting the "hiliteListOk.Add 113, 1" the...
View ArticleRe: Acrobat 4.0 API - Problem with highlighting
R.Strauss wrote: ***************************************************hiliteList.Add 0, 32767Set wordHilite = pdPage.CreateWordHilite(hiliteList)For idx = 0 To wordHilite.GetNumText - 1 'taking the...
View ArticleRe: How to count pages with Adobe Reader XI
Acrobat SDK also talks about how to automate Reader.thank, I'll observe it. If you just search for /Count, you will get back a LOT of incorrect information. First, that same name is used in a LOT of...
View ArticleRe: Acrobat 4.0 API - Problem with highlighting
Excuse me, the right name is wordHilite hiliteList.Add 0, 32767Set wordHilite = pdPage.CreateWordHilite(hiliteList)For idx = 0 To wordHilite.GetNumText - 1 'taking the word for searching word =...
View ArticleRe: Editable Dropdown Box Issue
Is there a way to save the change to the template so that future forms will include the addition? I'm thinking if just a save event is added, it will save all the other form fields, too.
View ArticleRe: Broker processes for Reader 10
I think I figured out what to do. The plugin needs to use SandboxHFT_VERSION_1 instead of the latest version. Also, the broker process needs to be created using SbxLaunchPIBrokerExtn instead of...
View ArticleCan we register an icon into AVCommand?
I am trying to make a custom-made command using AVCommandHandler. The custom-made command which I created is functioning normally. However, a command is classified into the "Others" group in an action...
View ArticleRe: PDF.OCX or AcroPDF.DLL
lrosenth e como é que posso instalar o AcroPDF.DLL no Delphi 7 ?
View Article