Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

display PDF file into WinForms

Tags:

pdf

winforms

xps

I am working on a C# .Net Windows application. Here I create report using Infragistics.Documents.Report and export to .pdf & .xps format. Here I want to bringthose 2 files(.pdf & .xps) into WinForms and display. How to bring saved .pdf & .xps file into win forms.

like image 434
Ravi Avatar asked Jan 22 '23 00:01

Ravi


1 Answers

Put a web browser control in your form and navigate it to the PDF / XPS file. Providing a PDF Reader is installed on your system it should work great.

like image 200
Jeroen Ritmeijer Avatar answered Jan 30 '23 15:01

Jeroen Ritmeijer