danfickle

Results 79 comments of danfickle

It seems to be saying there is a problem with the XMP metadata. However, I have tested with PDFBOX preflight validator, VeraPDF validator and [this online XMP validator](https://www.pdflib.com/pdf-knowledge-base/xmp/free-xmp-validator/) and they...

I'm not sure about this one. Anyone else got any ideas? Acrobat Pro is not very helpful here.

Dynamically sized repeating page content needs `float: top` and `float: bottom`, neither of which we currently support. The good news is that I'm implementing footnotes in #711 which is giving...

Thanks @wmattei, I have renamed issue so you can leave it open.

Thanks @LiYiyao9, This simple sample will make it easier to debug this issue.

Hi @dmitry-weirdo, thanks a lot for going to such lengths to debug this issue! Maybe we should add a note to the wiki?

No CSS3 support currently. What parts of CSS3 do you need out of interest? It's a static renderer with no js support so definitely no angular support.

Backgrounds should work. I [just committed tests on background](https://github.com/danfickle/openhtmltopdf/commit/4317965a85c70fcea89302efbf6478647d2faaa3). It may not work using the style attribute due to #27 Media queries are not implemented yet, but could be ported...

Hi @kareem-abdul, A bit late, but you can use a border on the descendant `td` or `th` elements. This is a good bug write-up and ideally we'd support borders on...

Background color is also rendered off to the left. PDF test case for this issue at: com.github.neoflyingsaucer.test.pdf.TestPage.testBodyBackgroundColor()