Re: can't create AcroExch.App on asp.net
LiveCycle PDF Generator is one of Adobe's server products (technically suitable and licensed for server use; license terms may vary according to negotiation). But it is not an API equivalent to...
View ArticleRe: Change in capital to Lower while extracting contents
Well, yes, if ActualText were used to fix it, it wouldn't be faulty any more. It's open to debate whether a PDF where the on screen text isn't what is extracted, is faulty or not. But if the file is...
View ArticleRe: can't create AcroExch.App on asp.net
Creating PDF from HTML with all checkboxes, radiobuttons and other..., which can be exist in HTML. And assigning the corrent values in PDF from xml.
View ArticleWhy are signatures created by digital signature plugins, removable?
Hi, I have a digital signature plugin for signing and verification. The signatuers created by this plugin can be cleared/removed on any machine (other than the one on which it was created) on which...
View ArticleRe: Could not load file or assembly Interop.Acrobat
There is no free version of Acrobat. What you are cry likely referring tois the Adobe Reader. Adobe Reader only supports a very small subset of thefunctionality describes in the Acrobat SDK. You need...
View ArticleRe: Change in capital to Lower while extracting contents
Well… There are valid reasons for having the actual text not match the visual appearance. A good example is abbreviations - "doctor" vs. "Dr.", so that one can differentiate it from Drive, etc.
View ArticleRe: Why are signatures created by digital signature plugins, removable?
That is only possible with VERY OLD (and no longer supported) versions of Acrobat. Since Acrobat 9, that won't happen.
View ArticleCustom URL links in PDF don’t work.
I have registered custom xyz: protocol handler in Windows.Creating a hyperlink in MS Word and clicking it works OK – my handler app gets invoked.Saving Word document as PDF used to work (somewhat – by...
View ArticleHow do I catch exception in AxAcroPDFLib?
How do I work around the following fatal error: AccessViolationExceptionSteps to reproduce the error:1. MS VisualStudio 20102. Create a UserControl, Add a Button components to the form.3. Add a...
View ArticleRe: Custom URL links in PDF don’t work.
You say "saving word document as PDF used to work". What steps were followed to save the Word document to PDF?What now happens when you try?I don't understand the connection to the custom protocol...
View ArticleSnippetRunner Sample
Greetings, I'm trying to get the snippetrunner sample working on windows, but I can't find the project folder specific for windows platform that contains .vcproj
View ArticleRe: SnippetRunner Sample
According to the documentation it is supposed to be in Sources\platform\ directory. Unfortunately I can find only two folders there the Acrobat and the shared folders!!!!!
View ArticleRe: SnippetRunner Sample
What folder are you looking in? It doesn't sound anything to do with the SDK. I see install location for SDK\Adobe\Acrobat XI SDK\Version 1\PluginSupport\Samples\SnippetRunner\win32 and in there...
View ArticleRe: SnippetRunner Sample
What version of Acrobat SDK? The project files are under ... \Samples\SnippetRunner\win32
View ArticleRe: SnippetRunner Sample
Thanks for your reply, Yeah I know that these are the project files. But I got an error while building the project. 1>------ Build started: Project: SnippetRunner, Configuration: Debug Win32...
View ArticleRe: SnippetRunner Sample
Thanks for your reply, Yeah I know that these are the project files. But I got an error while building the project. 1>------ Build started: Project: SnippetRunner, Configuration: Debug Win32...
View ArticleRe: SnippetRunner Sample
Probably you need to buy Visual Studio (Express versions doesn't support afxres.h)
View ArticleWhat is the best way to pass the web url of a link embedded in a PDF document?
I have a WPF app in which is hosted an instance of axAcroPDF. I've included it via a System.Windows.Forms.UserControl that is a child of a System.Windows.Forms.Integration.WindowsFormsHost.The PDF...
View Article