PDFsharp & MigraDoc Foundation

PDFsharp - A .NET library for processing PDF & MigraDoc Foundation - Creating documents on the fly
It is currently Thu Jul 18, 2024 5:26 am

All times are UTC


Forum rules


Please read this before posting on this forum: Forum Rules



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: ASP.NET Sample
PostPosted: Mon Mar 12, 2012 11:31 pm 
Offline

Joined: Mon Mar 12, 2012 11:20 pm
Posts: 2
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


Top
 Profile  
Reply with quote  
 Post subject: Re: ASP.NET Sample
PostPosted: Tue Mar 13, 2012 8:25 am 
Offline
PDFsharp Guru
User avatar

Joined: Mon Oct 16, 2006 8:16 am
Posts: 3101
Location: Cologne, Germany
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.

_________________
Regards
Thomas Hoevel
PDFsharp Team


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 59 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Privacy Policy, Data Protection Declaration, Impressum
Powered by phpBB® Forum Software © phpBB Group