Popular Articles
Last viewed:
- Disable Button on Submit (Prevent multiple submits)
- ASP.NET Charting Control 3.5 fix for "Error executing child request for ChartImg.axd"
- ASP.NET CSS Highlight TextBox on Focus
- SQL Server Database Project and Database Source Control
- Format a DateTime as a Facebook-style date with Months, Days, Hours, Minutes Ago
- Getting Started with .NET Entity Framework
Recent comments
- jkll
13 hours 25 min ago - Thank You
1 day 13 hours ago - Another approach
3 days 14 hours ago - Issue
4 days 3 hours ago - thanks
4 days 14 hours ago - Calendar date time
4 days 20 hours ago - Nice Explanation
5 days 9 min ago - ramya
1 week 20 hours ago - thank a lot
1 week 1 day ago - Very useful, but...
1 week 4 days ago

Image Support WORKS!
I'm not sure why others had a problem with it, however, I was able to use this with images without any problem. Below is the basic HTML that I generated (my images were 800X600).
<html>
<body>
<table height='800' width='600'>
<tr><td><img src='filepath1' /></td></tr>
<tr><td><img src='filepath2' /></td></tr>
<tr><td><img src='filepath3' /></td></tr>
</table>
</body>
</html>
This is a great little free method to get simple PDFs created. I highly recommend it!