<meta name="viewport" content="width=device-width" />
<link href="~/Images/HiQPdf_64x64.ico" rel="shortcut icon" />
<table style="width:800px">
<img alt="" style="width: 75px" src="~/Images/banner.png" />
<td style="font-weight:bold; font-size : 22px">
Getting Started with HiQPdf in MVC
<div style="width:800px; padding-bottom:20px">
Below you can find a collection of simple applications to demonstrate the basic features of the HiQPdf HTML to PDF Converter. You can convert a web page from Internet to PDF,
convert this view to PDF or convert another view of this application to PDF in the same session. For a complete set of samples for all the features of the HiQPdf library please
check the demo applications for ASP.NET and Windows Forms.
@using (Html.BeginForm("ConvertAnotherViewToPdf", "Home", FormMethod.Post))
<table style="width:800px; padding-top:30px">
<td style="font-weight:bold; font-size : 20px; color:navy">
Convert Another View to PDF
<td style="height:10px"></td>
Click the button below to convert another view of this application in the same session. The session variable
value you can set below is displayed in the converted view to demonstrate that the session data is
<td style="height:10px"></td>
<b>Session variable value</b><br />
<input type="text" value="My session variable value" name="textBoxSessionValue" style="width: 450px;">
<td style="height:20px"></td>
<input type="submit" value="Convert Another View To PDF" />