gmanny / Pechkin

.NET Wrapper for WkHtmlToPdf static DLL. Allows you to utilize full power of the library.
401 stars 128 forks source link

Support for .NET 3.5 #43

Open miguelisidoro opened 11 years ago

miguelisidoro commented 11 years ago

Hi,

I noticed that the assembly is compiled in ,NET 4.0. I am in a project using SharePoint 2007 that supports until .NET 3.5 assemblies. Is there any .NET 3.0 or .NET 3.5 version?

Thanks Miguel

tuespetre commented 11 years ago

See issue 12; there is some discussion from a user there regarding a .NET 2.0 compatible version about ten replies down or so. I will take a look at making my fork use TraceSource instead of Common.Logging as well as anything else I may need to change so that it can be 2.0 compatible. Stay tuned!

tuespetre commented 11 years ago

I have my fork working for .NET 2.0 now. I just committed the changes. If you enjoy them please star/follow my fork. Thanks

tuespetre commented 10 years ago

Adding a link so it shows up in the pull request:

https://github.com/gmanny/Pechkin/pull/42