473,385 Members | 1,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Embed PDF in Winforms

Good Day, Gentlemen:

I've been tasked with creating a screen that allows users to
double-click items from list of filenames. Each filename in the list
corresponds to a PDF file. On double-click, the corresponding PDF file
should be displayed. The catch is that the PDF viewer needs to be embedded
*inside* my WinForms app, as opposed to being externally launched. The user
needs to be able to scroll through the PDF and optionally print it.

Does anyone know how to do this? I don't mind purchasing a 3rd party
component, so long as it's a fully managed .NET component.

Help a brother out,

Jules
Nov 22 '05 #1
8 6611
On Fri, 12 Aug 2005 10:07:56 -0500, Jules Winfield wrote:
I've been tasked with creating a screen that allows users to
double-click items from list of filenames. Each filename in the list
corresponds to a PDF file. On double-click, the corresponding PDF file
should be displayed. The catch is that the PDF viewer needs to be embedded
*inside* my WinForms app, as opposed to being externally launched. The user
needs to be able to scroll through the PDF and optionally print it.


You can simply add the Acrobat ActiveX control to your toolbox and then
drag & drop it on your form. Easy. Or use the Web Browser ActiveX; but if
you only need to display PDF files, the Acrobat control is probably the
best option.
Nov 22 '05 #2
On Fri, 12 Aug 2005 10:07:56 -0500, Jules Winfield wrote:
I've been tasked with creating a screen that allows users to
double-click items from list of filenames. Each filename in the list
corresponds to a PDF file. On double-click, the corresponding PDF file
should be displayed. The catch is that the PDF viewer needs to be embedded
*inside* my WinForms app, as opposed to being externally launched. The user
needs to be able to scroll through the PDF and optionally print it.


You can simply add the Acrobat ActiveX control to your toolbox and then
drag & drop it on your form. Easy. Or use the Web Browser ActiveX; but if
you only need to display PDF files, the Acrobat control is probably the
best option.
Nov 22 '05 #3
> You can simply add the Acrobat ActiveX control to your toolbox and then
drag & drop it on your form. Easy. Or use the Web Browser ActiveX; but if
you only need to display PDF files, the Acrobat control is probably the
best option.


Thanks for the tip. Does this ActiveX control come pre-installed with
Windows or is it installed when the user first installs Acrobat?
Nov 22 '05 #4
> You can simply add the Acrobat ActiveX control to your toolbox and then
drag & drop it on your form. Easy. Or use the Web Browser ActiveX; but if
you only need to display PDF files, the Acrobat control is probably the
best option.


Thanks for the tip. Does this ActiveX control come pre-installed with
Windows or is it installed when the user first installs Acrobat?
Nov 22 '05 #5
On Fri, 12 Aug 2005 11:03:52 -0500, Jules Winfield wrote:
You can simply add the Acrobat ActiveX control to your toolbox and then
drag & drop it on your form. Easy. Or use the Web Browser ActiveX; but if
you only need to display PDF files, the Acrobat control is probably the
best option.


Thanks for the tip. Does this ActiveX control come pre-installed with
Windows or is it installed when the user first installs Acrobat?


It's installed as part as the Acrobat Reader install so the user has to
have Acrobat reader on his PC. You should try to find some documentation
about this ActiveX (there must be something on the Adobe web site) and in
particular determine which version of Acrobat Reader is required to support
embeding its ActiveX control in a Windows application so that you can tell
you users which version they need.
Nov 22 '05 #6
On Fri, 12 Aug 2005 11:03:52 -0500, Jules Winfield wrote:
You can simply add the Acrobat ActiveX control to your toolbox and then
drag & drop it on your form. Easy. Or use the Web Browser ActiveX; but if
you only need to display PDF files, the Acrobat control is probably the
best option.


Thanks for the tip. Does this ActiveX control come pre-installed with
Windows or is it installed when the user first installs Acrobat?


It's installed as part as the Acrobat Reader install so the user has to
have Acrobat reader on his PC. You should try to find some documentation
about this ActiveX (there must be something on the Adobe web site) and in
particular determine which version of Acrobat Reader is required to support
embeding its ActiveX control in a Windows application so that you can tell
you users which version they need.
Nov 22 '05 #7
if you don't want to relay on acrobat you have to invest in third party
components there are few of them but they arent cheap. you may want to
look at pdftron which is very rich general purpouse library or pdf
rasterizer which is more specilized one. there are others so try
googling them.

Jules Winfield wrote:
You can simply add the Acrobat ActiveX control to your toolbox and then
drag & drop it on your form. Easy. Or use the Web Browser ActiveX; but if
you only need to display PDF files, the Acrobat control is probably the
best option.

Thanks for the tip. Does this ActiveX control come pre-installed with
Windows or is it installed when the user first installs Acrobat?

Nov 22 '05 #8
if you don't want to relay on acrobat you have to invest in third party
components there are few of them but they arent cheap. you may want to
look at pdftron which is very rich general purpouse library or pdf
rasterizer which is more specilized one. there are others so try
googling them.

Jules Winfield wrote:
You can simply add the Acrobat ActiveX control to your toolbox and then
drag & drop it on your form. Easy. Or use the Web Browser ActiveX; but if
you only need to display PDF files, the Acrobat control is probably the
best option.

Thanks for the tip. Does this ActiveX control come pre-installed with
Windows or is it installed when the user first installs Acrobat?

Nov 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jules Winfield | last post by:
Good Day, Gentlemen: I've been tasked with creating a screen that allows users to double-click items from list of filenames. Each filename in the list corresponds to a PDF file. On double-click,...
1
by: Mehr H | last post by:
I've been trying to figure out how i can embed a Windows.Forms.ProgressBar in my webform (aspx) file. I have tried putting a Windows.Forms.ProgressBar as public on a regular winform designer form...
1
by: whidbeywave | last post by:
Hello Elite minds, I have worked on embedding winforms control in IE, and I have seen it works superb. I wish to do same thing for Pocket internet explorer in pocket pc and on any other WIN CE...
1
by: Pieter | last post by:
Hi, In my application VB.NET 2005 application I placed a ReportViewer, and link it to a server-report: Me.ReportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Remote...
3
by: johnThemod | last post by:
Hi, Im new to these groups, Im wondering is it possible to develop a windows application(c#) and embed it into a browser. So if a user goes to this page, the application woudl be downloaded....
13
by: Lloyd Dupont | last post by:
In the good old days I believe people were using the arcane technology which came to be known as COM+ to embed other application's document in their own document. Like a Word with document a...
1
by: Petded | last post by:
Hi, im using a ocx/active controls in winforms in visual studio 2005 c++ express edition. Isnt there a way to embed the activex control so it can be distributed with the resulting...
1
by: Andrew Poulos | last post by:
With "normal" SWF HTML there's an EMBED tag nested within an OBJECT tag. How can I check which tag is actually displaying the SWF? I'm using CSS on them and the style on the OBJECT affects the...
5
Inbaraj
by: Inbaraj | last post by:
Hi.. I want to embad a .jar file into my C# WinForms can any one help me how to do this... plz help me with sample code.... Thanks in advance.... with reg Inbaraj
23
by: raylopez99 | last post by:
Here I am learning WinForms and two months into it I learn there's a WPF API that is coming out. Is this WPF out yet, and is it a threat to WinForms, in the sense that all the library routines I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.