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
0
votes
0 answers

AxAcroPDF on selecting

I have a VB winform where i load a PDF to a AxAcroPDF. If i select on this form, i can right-click and copy this selection to clip board. Is there any way to override this and save this selection to like "C:\temp\temp.bmp" when i do this selection?…
gubbfett
  • 2,157
  • 6
  • 32
  • 54
0
votes
1 answer

How to search text (Exect match) in pdf in C#

I am stucking in my application. I want to search text (Exact match) and there location and highlight the text in pdf through axacropdf control in c#. How can I do this. I have googled many topics but no helps. How can I achieve this target. Have…
Dinesh Kumar
  • 101
  • 1
  • 11
  • 22
0
votes
1 answer

Navigate particular page in pdf inside axacropdf control in c#

I have stucking in my application. I have developing a pdf viewer application. I creating windows application with .net 3.5. In this application I have taken axacropdf control and took hyperlink 1 to 10 as page number. Now I want to show pdf file…
dinesh kumar
  • 35
  • 2
  • 8
-1
votes
1 answer

Win Forms Application Pdf Built in Not Working

I have a help button on my form when the user clicks it initializes the Help.cs form which has axAcroPDF1 initialized. Everything works as expected but when I build the application and move the release folder to a USB to copy it over to another…
CodeMan
  • 133
  • 3
  • 19
-1
votes
1 answer

Viewing PDF file in Windows Form application

I am using axAcroPDF to view PDF files in in my win form application. Whenever I try to run the app I get an empty messagebox like in the image below. Does anyone know why? To load the PDF file I added this code to a button OpenFileDialog dialog =…
Bari
  • 75
  • 1
  • 8
1 2 3 4
5