473,770 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 6645
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
1306
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, 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....
1
5425
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 (form called ProgressForm) and the built the dll. Then I reference this new assembly from within my asp.net applicaiton and tried to access Windows.Forms.ProgressBar from within the ProgressForm but apparently it doesn't work. Because it won't...
1
1350
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 platform 4.2 binary image. I really have no clue how to go about. I still use CE 4.2 and win 2003 mobile. Please help... Thanks Wave
1
8559
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 Me.ReportViewer1.ServerReport.ReportPath = "/myproject/DemandeDeCotation" Me.ReportViewer1.ServerReport.ReportServerUrl = New System.Uri("http://myserver/reportserver2005", System.UriKind.Absolute)
3
7670
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. kinda the way you can embed applications in applets for Java,
13
3165
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 Windows Media Player or Excel or Visio document inside, double click on it and *bang* you coud start edit it using Excel/WMP/Visio toolbar. Apparently even OpenOffice could do that.
1
1142
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 application, without the need to manually install the ocx into the registry when the app is run a new machine. I thought this was a feature now available, but i cant seem to get it
1
2989
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 EMBED tag so I'm going to use some code to correct it but I can't tell which tag is responsible for the display. Andrew Poulos
5
2673
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
4560
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 memorize and/ or familiarize myself in WinForms will disappear in WPF? I did note in one early version of C#, the non-generic "ArrayList" was replaced by the generic and template <based List, but that kind of change is not a big deal. If WPF...
0
9618
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10101
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9906
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6712
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.