Re: Adobe Acrobat XI SDK Samples problem
Why are you reading a PDF file from the ancient Acrobat 8 SDK instead of the current SDK? No, Reader is not enough. You need Acrobat. Adobe like to sell copies of Acrobat, they have the upper hand...
View ArticleHow to get the number of pages in a PDF file with AcroPDF ActiveX control
Hi, I am using the AcroPDF ActiveX control provided by Acrobat Reader and Professionals(version 9). I just wonder if I using LoadFile to load a PDF document, how can I know the number of pages in that...
View ArticleProblems in loading PDF document in AcroPDF ActiveX control
Hi, Currently I am using AcroPDF activex control provided by Acrobat Reader/Professional(9.0). There is a strange thing, when I call LoadFile to load a PDF file for the first time, there are nothing...
View ArticleRe: Adobe Acrobat XI SDK Samples problem
I am using current SDK (ver. 11), that doc is the latest version I found.What do you mean by:- create the plug-in with AcrobatI am creating the plug-in in the Visual Studio, using the headers (and...
View ArticleRe: Adobe Acrobat XI SDK Samples problem
You are right, my language may be misleading. Create the plug-in with Visual Studio with the headers, install it to the Acrobat plug-ins folder and run Acrobat. You cannot create a plug-in that loads...
View ArticleRe: Adobe Acrobat XI SDK Samples problem
Perhaps a little more context. You should understand that the Acrobat SDK is a tool for encouraging people to buy Acrobat - especially the consumers of plug-ins.Reader plug-ins can be made, subject to...
View ArticleRe: With VBA in excel, how can I copy a pdf document (page by page into...
Hello Test Screen Name,I am making no headway and am hoping that you can offer some help? This is my my code but I am copying the entire file each time. Private Sub Sample_Pages()'IAC objectsDim...
View ArticleSearch PDFs for image not found – Red X
We generate hundreds of PDFs per day. Sometimes our system will generate a PDF without an image, just the red X.Is there any way to search the PDF and find the ones with red Xs in them?We’re running on...
View ArticleRe: Problems in loading PDF document in AcroPDF ActiveX control
Acrobat 9 is no longer supported by Adobe.
View ArticleRe: Search PDFs for image not found – Red X
What do you mean by a "red X"? That's not something in PDF – so it's entirely coming from your system. Have you contacted the vendor that supplied the PDF software you are using?
View ArticleUsing a TSA in own signature handler
Good day, Can someone help me with the steps involve in creating using a TSA inside a custom signature handler api? When I set the TSA as my default time server as sign my signature field with the...
View ArticleRe: Adobe Acrobat XI SDK Samples problem
Thank you very much!Installing trial version of Acrobat fixed my problem.Thanks again for you patience with me.
View ArticleVBA inserting form fields, different positions result for different users.
I'm certianly at a loss for wrapping my head around this. Adobe Acrobat 9 Standard (v 9.5.4)Excel 2010 (VBA) The problem: When I create the PDF document from Excel, I search for a string of text in...
View ArticleRe: VBA inserting form fields, different positions result for different users.
You need to examine the PDF that is created. Perhaps the creation tool (which appears to the native MSFT creator) is using different offsets or transforms. Honestly, no way to tell w/o looking at the...
View ArticleWeblink driver
I am creating a Weblink filter driver (based on WebLinkDemo sample from SDK) to handle one particular type of links.Everything works OK, except for the “filtering” part:if I determine that I DON’T want...
View ArticleRe: Weblink driver
The documentation is sketchy, but I don't see anything suggesting this is designed to allow you to implement filters. Rather, it is designed to implement entire web access systems, perhaps to support a...
View ArticleRe: VBA inserting form fields, different positions result for different users.
Thanks for the reply, I did spend some time working on this issue... here is what I found... 1) First of all, I did have a custom Points to Inches setting in my Acrobat options... 110 vs 96....
View ArticleRe: Weblink driver
No, I have not found anything in documentation that suggests that I could do that But, to be fair, I also did not find anything about Adobe discontinuing their support for custom URLs (my links work...
View ArticleRe: VBA inserting form fields, different positions result for different users.
Just one of the reasons why creating the PDF via Adobe Acrobat instead of MSFT's native PDF creation is preferred by our customers
View ArticleRe: Weblink driver
The custom URL issue appears to be a more complex issue that originally thought.
View Article