PDFsharp & MigraDoc Foundation
https://forum.pdfsharp.net/

ASP.NET Sample
https://forum.pdfsharp.net/viewtopic.php?f=2&t=1941
Page 1 of 1

Author:  csharper [ Mon Mar 12, 2012 11:31 pm ]
Post subject:  ASP.NET Sample

Is there any ASP.NET in C# that tells me how to generate a .PDF from an HTML file or building the PDF using html tags
for instance:
<table border=0 width='100$'>
<tr>
<td align="right">Name:</td>
<td align="Left">John Doe</td>
</tr>
</table>

The only sample I found was the PDFClock which it does say much such as what component to use in the
Something like
using System.Data;
using System.IO;
using System.Web;
using System.PDFSharp; //- What namespace to use?

TIA
Al

Author:  Thomas Hoevel [ Tue Mar 13, 2012 8:25 am ]
Post subject:  Re: ASP.NET Sample

PDFsharp does not parse HTML.
It is recommended to write the data that was used to create the HTML page also for the creation of a MigraDoc document.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/