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
1 answer

Loading file on axacropdf (pdf component) from mixed listbox

I'm getting the folder names, and getting the pdf files at the same directory, and listing both in the same listbox with this code: Private Sub frmBooks_Load(sender As Object, e As EventArgs) Handles MyBase.Load For Each folder As String In…
arc95
  • 97
  • 1
  • 8
0
votes
1 answer

Determine Current page in AxAcroPDF object in C#

The Adobe AxAcroPDF control has no function to return the current page number. I'm just making a personal utility, so I had the luxury of settling on a hack method I thought I would share... It's patched together with bits and pieces from across the…
TomEverin
  • 415
  • 1
  • 5
  • 12
0
votes
1 answer

Inconsistent behaviour axAcroPDF

I have a pdf viewer which for the sake of the example, displays selected filename from a listbox. It is a simple form with a listbox an axAcroPDF and textbox to confirm correct filepath. The code is as follows and the files have been placed in a…
Big Vil
  • 7
  • 6
0
votes
1 answer

Winforms, how to update pages in pdf using a thread

I have a Main.cs and a Pdf.cs. My Main.cs has 3 buttons, everytime you click on each button it navigates to the page of a pdf file in Pdf.cs. Ex. you click button 1, a new window will popup and displays the pdf file at page 1. If you click button 2,…
Raymond Dumalaog
  • 353
  • 4
  • 13
0
votes
1 answer

how to get the selected text from acropdf component to an edit directly with Delphi 7

I study preparing a dictionary programme with delphi. So far I have solved my problems about Word documents but I've got some problem about PDF documents. I imported and installed the AcroPdf component with Delphi 7 and I want to get the word (or…
0
votes
2 answers

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?
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
0
votes
1 answer

Get Current Page in a PDF in windows application

I have a application where I have a pdf to show. I used AxAcroPDFLib. I can successfully show any pdf in that control. Now I want to get the current page of that pdf. There is no method like getCurrentPage in AxAcroPDFLib. How to get that current…
Saikat
  • 410
  • 2
  • 9
  • 25
0
votes
0 answers

Save AxAcroPDF file using iTextSharp in vb.net

Greetings to all iTextSharp geeks out there. Q: Is it possible to save the pdf file that was viewed in AxAcroPDF viewer using iTextSharp, which retains the rotated position(specifically) of the document when edited in the AxAcroPDF or any edits in…
xCHAN
  • 118
  • 15
0
votes
1 answer

axacropdf EPM error in VB

A bunch of custom applications in my environment use adobe axAcroPDF library to display pdfs. Everything worked well until one day one user requested Adobe Acrobat installed. After installation some applications display an error and will not display…
ArtK
  • 1,157
  • 5
  • 17
  • 31
0
votes
0 answers

How to directly access text in AxAcroPDFLib?

I have a COM component of class AxAcroPDF which is part of Adobe acrobat 7.0 browser control type library 1.0. I would like to search text inside the PDF like it would be a String is it possible? I went through:…
Yoda
  • 17,363
  • 67
  • 204
  • 344
0
votes
1 answer

Error HRESULT E_FAIL with AcroPDFLib component

I am having trouble starting a Windows Forms application. My application uses the AcroPDFLib component to view a PDF in a Windows form. When I start the application, I get the error indicated above. Looking at the StackTrace, I find muptiple calls…
Paul
  • 1,375
  • 2
  • 21
  • 55
0
votes
1 answer

windows forms print pdf using axAcroPDF

ASP.NET 4.5, c#, VS2013 I have a windows form application in c#. The application creates a pdf and I wanted to print it to a specific printer. I could do: axAcroPDF1.printWithDialog() and user selects a printer from the list. But my users do not…
0
votes
2 answers

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"…
Bogdan
  • 662
  • 1
  • 12
  • 23
0
votes
1 answer

WPF / C# Display of Acrobat Toolbar

I'm creating a WPF application that has viewing of PFDs built into it. I use WindowsFormsHost method to view the PDF: var pdfViwer = new AdobePDFViewer(@"E:\temp\test\testFile1C.pdf"); this.PDFViwer.Child =…
B.K.
  • 9,982
  • 10
  • 73
  • 105
0
votes
1 answer

AcroPdfLib: SetZoomScroll

I'm currently having a problem with AcroPdfLib method SetZoomScroll(). The problem is that this method doesn't properly set coordinates. Zoom value is viewing properly. But for example when I'm setting SetZoomScroll(350, 480, 10). Zoom =…
marczulajtis
  • 127
  • 2
  • 15