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

Allow file paths to be passed via overload method #49

Closed berthertogen closed 10 months ago

berthertogen commented 10 months ago

Create an overload that allows for file paths to be given.

berthertogen commented 10 months ago

Still needs to be covered by tests! Test for absolute or relative paths? Should we use our working directory and clean it?