danfickle
danfickle
I've put up a trie based [Twemoji parser for Java 8](https://gist.github.com/danfickle/82dc6757244edfb1937722eebbb9e9e2) as a gist. It is based on work I did to get [emojis working in PDF](https://github.com/danfickle/openhtmltopdf/wiki/Emoji-Support). It parses the...
Hi @zopyx, I've seen your impressive website in the past and I have the repo starred. We have some compliance with the paged media and generated content for page media...
Hi @zopyx, I've just uploaded the [openhtmltopdf-cli](https://github.com/danfickle/openhtmltopdf-cli). Enjoy (hopefully)!
Hi @mssaravanan and @joelk111, I've commented in #103.
@mssaravanan, if you are running version `1.0.10` you should get details of the actual exception. Could you post it here?
Hi @mcser, Thanks for the info. It should work on all display values except `display: inline` which generally try to avoid page breaks inside anyway. So it should just ignore...
Hi @kaziabidazad Is there any chance the URL is https and secured with letsencrypt? If so, only relatively modern releases of Java will accept the let’s encrypt certificate. Please make...
UPDATE: I just realized we weren't outputting details of the exception associated with a log message. I have changed that and will do a release in the next couple of...
If anyone wants to debug this before the next release, it would be a great help. You need to add this code before using the builder. This code will output...
This will work, sort of. The only problem is the ```counter(page)``` and ```counter(pages)``` will be wrong on subsequent documents. I'll try to get these working again in the fast renderer...