balbarak / WeasyPrint-netcore

WeasyPrint Wrapper for .Net on Windows
BSD 3-Clause "New" or "Revised" License
71 stars 19 forks source link

Roadmap question #4

Closed githubfanster closed 4 years ago

githubfanster commented 4 years ago

Hello! Was just wondering if support for WEasyPrint would continue to catch up with later releases of WEasyPrint? Looks like WEasyPrint latest version , 51, is the minimum version i'll need because of its support for running generated content.

Also, is this library limited to what WEasyPrint can do in command line mode only?

Thank you for your work! Hope it continues :-)

balbarak commented 4 years ago

Hi, The support will continue and a new release will ship soon. Currently the library is limited to WEasyPrint command line. If you have any idea or suggestion feel free to contribute or open new issue

Thanks

githubfanster commented 4 years ago

Just a thought. If you're interested in deeper integration between your library and WEasyPrint, you might want to consider investigating using Python for .Net to call WEasyPrint api

https://github.com/pythonnet/pythonnet/issues/984

I myself have not used Python for .Net but I sure am hoping there would be C# bindings for WEasyPrint just as there are now C# bindings for wkhtmltopdf and PuppeteerSharp for Puppeteer (i'm currently using PuppeteerSharp to generate PDFs)

balbarak commented 4 years ago

WeaspyPrint depends on GTK3 library which need extra work to handle not only python

I am going to look for it

Thank you for your suggestion.