Closed asbjornu closed 2 years ago
Good suggestion, feel free to offer a PR!
Actually, I don't think the parent native library supports this, so without support there it can't be supported in this wrapper. Best would probably to raise an issue/feature request with wkhtmltopdf.
ObjectSettings
has anHtmlContent
property which provides a useful way to assign HTML content without having to store it on disk anywhere. TheHeaderSettings
class has anHtmlUrl
property, but lacks anHtmlContent
property. It would be nice ifHeaderSettings.HtmlContent
was made available as an alternative toHeaderSettings.HtmlUrl
.