473,399 Members | 2,159 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,399 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 6615
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.