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.
- Host: GitHub
- URL: https://github.com/slavikdev/htmlprint
- Owner: slavikdev
- License: mit
- Created: 2017-01-04T10:34:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T12:14:16.000Z (over 9 years ago)
- Last Synced: 2025-03-24T05:46:02.825Z (about 1 year ago)
- Language: C#
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTMLPrint
.NET library to print HTML pages.
[](https://ci.appveyor.com/project/slavikdev/htmlprint)
[](https://github.com/igrigorik/ga-beacon)
## Example
```csharp
var printable_url = new PrintableURL( "https://github.com/slavikdev" );
printable_url.Print();
```