Re: indexing pdf's
Did you look in the Acrobat XI help file? Also be sure you are reading the information accurately. You say Settings but it does not say settings, it says Tools. This is not a menu item but a button.
View ArticleRe: indexing pdf's
thank you ! "tools / document processing " wasn't be enabled (checked) in tools button
View ArticleRe: JSObject 'doesn't support' getPrintParams or Print - VBA/AcroJS
Hi, I don't know it exactly, but I assume you have to go over the AVDoc object. The AVDoc is the actual object (in JS = this object); PDDocs are all opened Docs. You may test it. Attached a working...
View ArticleHow to read line number text from PDF using plugin?
Hi, I would like to know how to read line number text from PDF using plugin? Thanks in advance.
View ArticleRe: How to read line number text from PDF using plugin?
There are no line numbers in PDF files - though there may be text on the page that you see as line numbers. What is the problem that you want to solve?
View ArticleRe: How to read line number text from PDF using plugin?
Basically I want create a report where I have text of PDF but don't have line number of text, so I want to get line number of that text and show in report.
View ArticleSign PDF Documents
Hi All, I have developed a smart card mini driver for a smart card and able to sign office documents. Now, I'm trying to sign a PDF document. To do so I'm using Adobe Acrobat Professional 11. When I...
View ArticleRe: How to read line number text from PDF using plugin?
Do you mean you want to get the number of lines on a page?
View ArticleRe: How to read line number text from PDF using plugin?
Or... you want to search for text and then report its "line number"?
View ArticleRe: How to read line number text from PDF using plugin?
yes, I want to search for text and then report its "line number" from PDF.
View ArticleRe: How to read line number text from PDF using plugin?
Ok, some background reading of the PDF Reference will help you understand why this is so difficult. PDF files are not organised into lines. It is best to think of each word or character on the page as...
View ArticleRe: Sign PDF Documents
1 - no, because SHA-1 is no longer used in most parts of the world. 2 - Yes, you should consider building a custom DigSig plugin. Details are in the SDK which you can download from the Adobe site.
View ArticleRe: Sign PDF Documents
Thanks for the reply. I believe I need to consider developing a DigSig plugin. One last question. I need to develop a adobe plugin with a "Sign" button in a new menu item and consider calling those...
View ArticleRe: Sign PDF Documents
Your assumption is INCORRECT. The whole point of a DigSig plugin is that your methods will appear alongside the built-in ones for both validation and signing.
View ArticleRe: Sign PDF Documents
Thanks for the reply. I had gone through the documentation (Acrobat Digital Signature API Reference.pdf) in brief. The documentation mentions to use PubSec HFT rather than DigiSig HFT. "PubSec forms a...
View ArticleRe: Digital Signature plugin issue.
Hi, I'm able to see the calls in plug-in when any PDF document is opened or closed (Load/UnLoad). However, when I try to sign the document, it is still trying to use DigSig.api rather than my .api. How...
View Article