berthertogen / weasyprint.wrapped

A .netstandaard wrapper for the weasyprint PDF printer. This package is standalone and does not required you to install any software on your server. It runs on windows and linux.
BSD 3-Clause "New" or "Revised" License
25 stars 7 forks source link

Feature/add stream response #53

Closed Petteroe closed 8 months ago

Petteroe commented 8 months ago

Thank you for a nice package. I just started using it in a project now.

One thing I wanted to do, however, is to let the stream trickle all the way out to my endpoint where I can stream out the file in the response. So I modified your Print class slightly. I thought I'd share it with you in case you wanted to take it into the common project.

BTW, this PR also includes an upgrade to version 61 of Weasyprint.

berthertogen commented 8 months ago

Awesome work!!!! Thank you for the contribution.