ggrossetie / asciidoctor-web-pdf

Convert AsciiDoc documents to PDF using web technologies
https://asciidoctor.org
MIT License
443 stars 90 forks source link

Add support for page-foreground-image #701

Open benlandg opened 3 weeks ago

benlandg commented 3 weeks ago

Currently Asciidoctor-web does not seem to support :page-foreground-image: -attribute. Would be great to include it.

ggrossetie commented 2 weeks ago

Indeed, you can configure a foreground image using CSS but we do not support the attribute. Feel free to open a pull request to implement it.