An open API service indexing awesome lists of open source software.

https://github.com/slavikdev/htmlprint

.NET library to print HTML pages.
https://github.com/slavikdev/htmlprint

Last synced: 11 months ago
JSON representation

.NET library to print HTML pages.

Awesome Lists containing this project

README

          

# HTMLPrint
.NET library to print HTML pages.

[![Build status](https://ci.appveyor.com/api/projects/status/h7m4ecpxxoa2phxb?svg=true)](https://ci.appveyor.com/project/slavikdev/htmlprint)
[![Analytics](https://ga-beacon.appspot.com/UA-89293155-1/jo/readme?pixel)](https://github.com/igrigorik/ga-beacon)

## Example
```csharp
var printable_url = new PrintableURL( "https://github.com/slavikdev" );
printable_url.Print();
```