Popular Articles
Last viewed:
- Silverlight Memory Leak DataGrid, DataForm, DataTemplate, etc...
- Building a Web Service in ASP.NET 3.5
- How to Format Code to Post on your Blog
- Change Password Policy on Windows 2003 Server
- Performance benchmarks for LINQ vs. SqlDataReader, DataSet - Selects: Part 1
- Global.asax Events in IIS 6 and IIS 7 for Static Resources
Recent comments
- Aha! Problems with UpdatePanel? Sorted ...
11 hours 16 min ago - Some help required with this
16 hours 50 min ago - Never seen this issue
1 week 1 day ago - Error in query.ToList()
1 week 1 day ago - Thanks
1 week 1 day ago - Thanks
1 week 4 days ago - To get the data working,
2 weeks 13 hours ago - If I manually change the
2 weeks 13 hours ago - Handling EDM Relationship Metadata
2 weeks 14 hours ago - About the itextsharp version
2 weeks 16 hours 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!