Re: Acrobat SDK C# Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)
Only Acrobat X and XI are currently supported. Acrobat 7 was released in2005, which in the world of computer software is ancient. And Reader 5 iseven older... The only currently supported configuration...
View ArticleRe: PdfExporter won't do my 451 page doc to exel
This is the ExportPDF online service, no product. Post your problem in following forum:http://forums.adobe.com/community/exportpdf?view=discussions
View ArticleUsing VBA, how do I merge a 3-page PDF with an existing PDF?
Sub MergePDFS Dim AcroApp As Acrobat.CAcroAppDim cover As Acrobat.CAcroPDDocDim backup As Acrobat.CAcroPDDocDim coverName As String Set AcroApp = CreateObject("AcroExch.App")Set cover =...
View ArticleRe: Using VBA, how do I merge a 3-page PDF with an existing PDF?
Take a look at this blog post I wrote quite some time ago. It uses mergingof two documents to explain how the Acrobat's IAC works: http://khkonsulting.com/2009/03/adobe-acrobat-and-vba-an-introduction/...
View ArticleRe: Acrobat SDK C# Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)
A simple google can get: Common problems such as Windows Error Code 0x80040154 can be resolved with without too much difficulty. In this article we will go through solving the problem and how to...
View ArticleRe: Calculating outSigValueSize
Hi, I am from China, adn I am writing a signature handler. I read the signature api referance, but I don't really understand it. I also read the other documents but i still don't know how to use the...
View ArticleRe: Add digital signature by SDK API
Have you solced the problem? The same problem with me.
View ArticleRe: How to Print a PDF programmatically without the Adobe Reader Window
I've been bitten by this "security feature" recently and digged up an ancient Adobe account to respond to the ludicrous statement: "Because silent printing is a security risk – and unlike our...
View ArticleRe: How to Print a PDF programmatically without the Adobe Reader Window
Re: How to Print a PDF programmatically without the Adobe Reader Window Any application, once executed, can print to any printer the machine has access to without user interaction. Adobe reader has no...
View ArticlePrevent printing to PDF file
Hi, I'm trying to prevent the user to print a protected PDF document to a PDF file. My questions:- How do I detect that the user prints to a specific printer? My replacement callback for AVDocDoPrint...
View ArticleRe: Prevent printing to PDF file
Just encrypt the file and specify that printing is not supported. No need to do anything special. OR do you only want to prevent printing to a PDF (but allow printing to a physical printer)?
View ArticleRe: Prevent printing to PDF file
HI,"OR do you only want to prevent printing to a PDF (but allow printing to a physical printer)?"Yes, this is want I want to achieve!
View ArticleRe: Prevent printing to PDF file
That's (for the most part) impossible, unfortunately. Since there is no way to identify a given printer as a "PDF printer", the only thing you could do would be to get the name of the printer and...
View ArticleRe: Prevent printing to PDF file
I currently have a solution which encrypts PDF documents via a generated password, so the user must not remember it.The user should be able to print this document, but not to print it as new PDF, which...
View ArticleRe: Prevent printing to PDF file
If you allow printing, there really isn't any security. Consider, for example that the user could print it, then take the stack of pages and stick it in the scanner, to scan-to-PDF. Or, what may be a...
View ArticleRe: Prevent printing to PDF file
Yes, I know the problems with that. But my customer (the document encryptor) demands it in this way...And I know a perfect solution is impossible.
View ArticleRe: How to Print a PDF programmatically without the Adobe Reader Window
Agreed. However, since the automation of our software is a common operation that has been used in malicious ways, we chose to prevent that. Thus we are improving the security of our software.Pray...
View ArticleRe: Add digital signature by SDK API
I'm new to adobe and I'm using pubsec based on the docsign example.
View Articleget digestValue
Good day, I am writing a signature handler (like DocSign example) and I use PROP_PSENG_SignFormatPKCS1 to create the signature value; the digestValue is NULL and it says the dataBuffer is a handler to...
View Article