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

baseUrl option for ConfigurationProvider added #43

Closed jlafox closed 1 year ago

jlafox commented 1 year ago

Possibility to set baseUrl (https://doc.courtbouillon.org/weasyprint/stable/api_reference.html#cmdoption-u). By default, it sets "." so no intervention with the previous behavior. It helps to locate static assets in Blazor, like fetcing .css files and images

berthertogen commented 1 year ago

Thank you very much for the contribution!