Skip to content

Instantly share code, notes, and snippets.

View gabsferreira's full-sized avatar

Gabs Ferreira gabsferreira

View GitHub Profile
@johnnyreilly
johnnyreilly / PdfGenerator.cs
Created April 9, 2012 05:58
C# Wrapper for WKHTMLtoPDF
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security;
using System.Web;
using System.Web.Hosting;
namespace PdfGenerator
{
public class PdfGenerator