stechio
stechio
[PR commit: [59c4701725978aeabefeab0cc80723debdffe471](https://github.com/stechio/openhtmltopdf/commit/59c4701725978aeabefeab0cc80723debdffe471)] Here it is a demonstration of its use (see generating code below): - Initial state (note that contents in layer "OCG 2" are hidden): - All layers...
@aleksandr-m said: > Log4j2 perhaps? And get rid of `openhtmltopdf-log4j` and `openhtmltopdf-slf4j`. > [cut] > You don't have to include whole Log4j2 just [log4j-api](https://logging.apache.org/log4j/2.0/manual/api.html). > [cut] > And the end...
Hi Daniel. Of course, I understand such kind of changes can't be easily merged into mature projects without disrupting existing dependencies; nevertheless, I meant to apply them for pulling in...
Concatenating multiple renderings at their respective bottom positions is doable yet not so straightforward; you have to combine the solutions discussed here: - https://github.com/danfickle/openhtmltopdf/issues/662 - https://github.com/danfickle/openhtmltopdf/pull/666 (see also https://github.com/danfickle/openhtmltopdf/issues/427) At...
Hi Lucien, merci pour ton rapport. Despite your successful fix, that alleged lag is worth some investigation: I would prefer a solid, generalized solution (sort of automatic calibration) to an...
Hi Fernando, thanks for using this library. Before delving into your problem, I noticed some issues about your code that are better to get preliminarily fixed: 1) bad coding practices...