Re: Weblink driver
It really is not that complicated (and it worked in Reader 9): one could simply call ShellExecute() and pass that custom URL.To avoid surprises, one could first call AssocQueryString() to check if the...
View ArticleRe: Weblink driver
Unfortunately, when you consider the numerous and varied attacks/hacks on Acrobat and Reader – it is VERY complicated! What you just described below would open a client up to a HUGE NUMBER of potential...
View ArticleRe: Weblink driver
Following that logic, you might as well disable http: links – I understand they too could be dangerous.I am talking about custom protocols that are already registered in Windows; if they are malicious...
View ArticleConvert PDF to PDF/A-2b
I am trying to build the option to convert PDF files to PDF/A-2b into my already existing Acrobat X plugin. I have figured out how to select the correct handler for...
View ArticleRe: Convert PDF to PDF/A-2b
You need to set the appropriate settings in the ASCab. The alternative is to use the JavaScript methods for controlling Preflight.
View ArticleBatch printing job Acrord32 exe kill not working in ASP .Net app
We have a wierd issue in batch printing job when printing couple of files. It opens a small popup window and silently print a file which is working fine with Word and excel files, printing files,...
View ArticleRe: Batch printing job Acrord32 exe kill not working in ASP .Net app
You mentioned ASP.net, but that is a server technology and Adobe Reader can't be used in the way you describe on a server.
View ArticleRe: Convert PDF to PDF/A-2b
And this is precisely what I'm seeking information onWhat key/value pairs are supported by the "com.callas.preflight.pdfa" handler?
View ArticleRe: Convert PDF to PDF/A-2b
That should be documented in the SDK headers where all the other CAB values for AVConversion are documented.
View ArticleRe: Convert PDF to PDF/A-2b
I agree: it SHOULD! However all I can find is a mention that it can be left NULL to pick the default.And since the this would be handler dependent,there SHOULD be some mention of the name of the...
View ArticleRe: Convert PDF to PDF/A-2b
I haven't looked recently, but are there not(a) methods to enumerate the available handlers and(b) a method to return the default parameter cabinet Poking around the default cabinet is hardly a...
View ArticleRe: Convert PDF to PDF/A-2b
After locating handler I call the handlers defaultSettings() method and print out the returned ASCab: ASCab defaultSettings = handler->defaultSettings(m_PDFAConversionHandler->uniqueID,...
View ArticlePdfExporter won't do my 451 page doc to exel
how do I convert a large file - bought the product and it does not work for what I need - if can't be done may as well get refund
View ArticleRe: With VBA in excel, how can I copy a pdf document (page by page into...
I did read the documentation but nowhere did I find the help I needed. I eventually found the help I needed by googling! It would have been good to find documentation that explained how to use an...
View ArticleRe: PdfExporter won't do my 451 page doc to exel
Where did you buy the product PdfExporter?
View ArticleAcrobat SDK C# Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)
Hi, Here I want to known one thing clearly, that is I was developed one application in C# with Acrobat SDK. In my application I am using Acrobat AxAcroPDFLib.AxAcroPDF and also some other acrobat...
View ArticleRe: Acrobat SDK C# Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)
Does it happen if you use supported releases (10,11)?
View ArticleRe: PdfExporter won't do my 451 page doc to exel
bought it directly from inside adobe reader x - was on right side
View ArticleRe: Acrobat SDK C# Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)
sorry, i am unable to understand you!!! i am using Acrobat 7.0.0 only.
View Article