Questions tagged [axacropdf]

An object containing a set of methods that provide access to PDF browser controls. This is a creatable interface. This object makes it possible to load a file, move to various pages within the file, and specify various display and print options.

An object containing a set of methods that provide access to PDF browser controls. This is a creatable interface. This object makes it possible to load a file, move to various pages within the file, and specify various display and print options.

Adobe Acrobat live docs ( version 11 )

65 questions
11
votes
1 answer

Enabling annotation in Adobe AxAcroPDFLib

I embedded a PDF viewer in a C# Winform using AxAcroPDFLib. However, the annotation buttons in the toolbar (comments...) are disabled. I searched and found that they are disabled by default, but some reported enabling them using…
Jerry
  • 4,258
  • 3
  • 31
  • 58
10
votes
1 answer

Documentation for Adobe PDF Reader control axAcroPDF

Where can I find a list of public parameters and methods for axAcroPDF control? I'm most interested in string parameters list for setView() method.
ArtK
  • 1,157
  • 5
  • 17
  • 31
8
votes
3 answers

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…
daveywc
  • 3,136
  • 7
  • 45
  • 58
8
votes
3 answers

AcroPDFlib, AxAcroPDFLib commercial use

I'm C# developer and i'd like to use this libraries: AcroPDFlib, AxAcroPDFLib from Visual Studio COM References. Is it't legal to sell software which using these libraries ? I know that it's required to have installed Adobe Reader on PC. Can I sell…
Andrzej
  • 561
  • 1
  • 7
  • 22
7
votes
1 answer

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…
hecvd
  • 659
  • 1
  • 8
  • 24
3
votes
4 answers

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…
Joel Rein
  • 3,608
  • 1
  • 26
  • 32
3
votes
0 answers

AxAcroPDFLib.AxAcroPDF fails with MS Visual Studio Pro 2013 after May 2014

I'm using MS Visual Studio Professional 2013 (Version 12.0.30501.00 Update 2) and MS .NET Framework Version 4.5.50938. I also have installed in my system (Windows 7 Home Premium - Service Pack 1) the Adobe Reader XI Version 11.0.07. Before 3 months…
3
votes
0 answers

how to determine if AxAcroPDF reader has loaded or is busy

Please guys help me with this problem. I have an application writen in VB.net that uses AxAcroPDF. I need to show a "busy" message when the control is still loading. Please how to i get the status of the control at any time?
3
votes
3 answers

Embed a PDF into a WPF application

I'm trying to embed/display a PDF in a WPF application. So far, I've tried those solutions, without success: Display the PDF in a WindowsFormsHost hosting an AxAcroPdf control, similarly to what's shown here. The problem is that my application sets…
Benjamin Beaulieu
  • 995
  • 2
  • 10
  • 26
3
votes
1 answer

How to detect if AxAcroPdf component has loaded PDF?

I have an AxAcroPdf component in my C#.Net application which loads a pdf from a url: pdfViewer.src = previewUrl; When there is nothing at that URL the component hangs. I have tried adding a timer which checks a boolean value which is updated after…
Carasel
  • 2,740
  • 5
  • 32
  • 51
3
votes
0 answers

AxAcroPDF and OnMessage / postMessage

I have a pdf opened in an AxAcroPDF control and am trying to capture a posted message from JS in the pdf. Here is my javascript code.... try { app.alert(this.hostContainer); var x = new Array(); x[0] = "Hello"; …
2
votes
2 answers

Prevent user from printing/saving PDF file in C#

I am writing an application that views PDF files, this application uses AxAcroPDFLib AxAcroPDF My problem here is that I want to prevent user from saving and/or printing PDF files that are being viewed in my application Or in other words I want to…
Ahmad Hajjar
  • 1,796
  • 3
  • 18
  • 33
2
votes
3 answers

AxAcroPDFLib.AxAcroPDF.LoadFile changes?

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…
Krimson
  • 762
  • 6
  • 25
2
votes
1 answer

How to scroll the pdf document using Vscrollbar in C#.net?

Here i want to scroll the pdf document using vScrollBar in c#.net. i have displayed the pdf document in axAcroPDF.i want scroll down and up using windows form control(vScrollBar). How can i do it please answer anyone.
Chinna
  • 59
  • 1
  • 1
  • 8
2
votes
1 answer

Changing driver settings for printing a PDF

How can I change settings in my printer (driver), before printing out a PDF? To be more specific - I want to force my printer driver to use a printer settings instead of driver defaults - basically an equivalent of clicking Properties in a Print…
MarcinWolny
  • 1,600
  • 2
  • 27
  • 40
1
2 3 4 5