axacropdf

AxAcroPDF - Vista64 Class Not Registered Error

We have a WinForms application written in C# that uses the AxAcroPDFLib.AxAcroPDF component to load and print a PDF file. Has been working without any problems in Windows XP. I have moved my development environment to Vista 64 bit and now the application will not run (on Vista 64) unless I remove the AxAcroPDF component. I get the follow...

AxAcroPDFLib.AxAcroPDF.LoadFile changes?

Hi, I have made a Windows client application where I use the AxAcroPDF control to display a pdf-file on a form. It seems to me that after I have upgraded my Acrobat reader from version 8 to version 9 the LoadFile method returns true when the file is opened correctly, where version 8 returned false. Is this a correct observation? Best ...

axAcroPDFLib at closing problem C#

Im using a axAcroPDFLib control taken from a Adobe Reader 9 installation to show and print user PDF documents within my C# window forms application. Everything works just fine untill the appication close... It throws the following error: The instruction at "0x0700609c" referenced memory at "0x00000014". The memory could not be r...

Display OLE Object(pdf) in axAcroPdf

Is there any way to get a pdf from an access database and display it directly into an axAcroPdf control without having to save the document on the disk? If this isn't possible with Access, can you recommend some other db to use? My "mentor" suggested I'd use firebird but until this problem occurred, access did everything I needed it to ...

AxAcroPDF swallowing keys, how to get it to stop?

The AxAcroPDF swallows all key-related events as soon as it gets focus, including shortcuts, key presses, etc. I added a message filter, and it doesn't get any key-related messages either. It's a COM component, could that be relevant? Is there any way to catch these before the control starts swallowing them? ...

Adobe PDF Reader component (AcroPDF.dll) - is it possible to access table of contents and bookmarks from code?

I'm using the above DLL in my .NET project. It seems to make different functions accessible, but I can't find bookmarks and table of contents. Is it possible to access those? Also, any manuals/guides available for this component? ...