Re: Open Multiple PDFs from within excel using VBA
It is worth trying ShellExecute, a superior method to Shell because you just pass it the filename to open and it looks up the app. It takes URLs but will pass them to the default browser.
View ArticleRe: Open Multiple PDFs from within excel using VBA
Hi Test,We would like to open directly in adobe for the following reasons:1. The users like opening our pdfs in adobe over browsers by a large margin.2. If we use a mapped drive and adobe, you can...
View ArticleRe: Open Multiple PDFs from within excel using VBA
Hi Michael,Thanks for putting me in the correct spot. First time on these forums.
View ArticleHow can I find shapes in a pdf with .net
I see how I can use the pdf library to find text. However I want to find an oval shape that is inline and report back its location?
View Articleget page number from adobe reader activex control
I used adobe reader activex contol in my application, I wanna access currect page number of open pdf, for that I require AcroExch.App.Avpageview. where we can get it and what would be the cost of it.Or...
View ArticleRe: get page number from adobe reader activex control
This is an interface supplied by Adobe Acrobat, Standard or Professional. (Note that EACH user will need to buy a copy). (And note that you cannot mix interfaces, so you won't be able to use this while...
View ArticleRe: How can I find shapes in a pdf with .net
Which PDF library are you using, and what API finds text? Perhaps we can point you in the right direction. Is the oval part of page contents, or an annotation? (There are no ovals in page contents,...
View ArticleRe: How can I find shapes in a pdf with .net
To expand on what TSN said - a PDF has no "ovals", but it might have some paths. Adobe's PDFLibrary can help you find those paths (using the PDE layer) and you could apply some math t determine if...
View ArticleRe: how can i hide navigation panel buttons
Why would we want to disable it? Because it annoys the hell out of us every time we open a document so we want to disable it not to have to remove it every time. The average users like me and all of us...
View ArticleGet PDF Display Page Number Acrobat Reader
Hi, I am working on some automation in that I used Acrobat Reader XI to view PDF.I want to get display page number of opened PDF.I used app.doc.pageNum();It is giveing me the page number when I used...
View ArticleRe: Get PDF Display Page Number Acrobat Reader
I used app.doc.pageNum();It is giveing me the page number when I used this code in Acrobat Debuger manually.Are you sure about that? Because pageNum is a property, not a function... About how to get a...
View ArticleRe: Get PDF Display Page Number Acrobat Reader
sorry I typed it wron its app.doc.pageNum;
View ArticleRe: Get PDF Display Page Number Acrobat Reader
can we run Javascript Externally on PdF opened in Acrobat Reader.
View ArticleRe: Get PDF Display Page Number Acrobat Reader
I think so, but you should really ask over at the Acrobat SDK forum. This is not really a JS issue.
View ArticleComparing two pdf
Hi All, I have compared two pdf files using below method DigSigCompareWords(docA, docB, true); The report will be generated as document A document B where i'm seeingall the compare words and matched...
View ArticleFindText function doesn't work in Acrobat XI
I have a simple code compiled with the new Acrobat.tlb file, where I show a Pdf file in my application.My .exe file works correctly on the PC with Acrobat Pro 9 installed.In the pc with Acrobat X and...
View ArticleRe: FindText function doesn't work in Acrobat XI
Are you able to select the text (manually), copy it, and paste as expected into Word?Does the manual find work?
View ArticleRe: FindText function doesn't work in Acrobat XI
I have tried your suggestion (for example cPdfAVDoc->FindTextA(WideString("R1").c_bstr(), 0, 0, 1);)but the result is the same.Searching directly in the find window of the Acrobat in my application...
View ArticleRe: Comparing two pdf
The new "consolidated report" offered in Acrobat XI is not available from the SDK at this time.
View Article