danfickle
danfickle
@omna-manz, Until we fix this, you could just add `.svg` to the end of your SVG urls (in your templates) and then remove the suffix in a custom uri resolver...
@pipti - The div's position is relative to the end of the html element (or the parent layer), but I can see why it would be useful to position content...
Yes, no support currently for OCGs.
I've started work on modernizing [the advance shaping PR for pdfbox](https://github.com/apache/pdfbox/pull/126) at [danfickle/pdfbox](https://github.com/danfickle/pdfbox). The files are under: + [.ttf.advanced package](https://github.com/danfickle/pdfbox/tree/advance_opentype/fontbox/src/main/java/org/apache/fontbox/ttf/advanced). + [PDAbstractContentStream](https://github.com/danfickle/pdfbox/blob/10c5a6b5afec8ac93995302798f125518c50f36c/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDAbstractContentStream.java#L275) + [OpenTypeFont](https://github.com/danfickle/pdfbox/blob/10c5a6b5afec8ac93995302798f125518c50f36c/fontbox/src/main/java/org/apache/fontbox/ttf/OpenTypeFont.java#L167) + [AdvancedTextLayout sample](https://github.com/danfickle/pdfbox/blob/advance_opentype/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/AdvancedTextLayout.java) It is very...
Thanks again @rototor. I've merged your work into the `pdfbox_3` branch (mostly by accident!). I can keep up-to-date with further changes with this link: https://github.com/rototor/openhtmltopdf/compare/danfickle:pdfbox_3...open-dev-v1-pdfbox-3.0.0
Hi @abozanona, That might be the best way to achieve it currently, but we should be able to do this at the renderer phase, so leave this issue open.
South Asian script support is rather poor, I'm afraid. This is because we don't have a comprehensive text shaping engine. In the future we may be able to use Java's...
Hi @429748372, Table headers should be in a `thead` element, something like: ```` this is a header ````
I've noticed that with heavy mixed font text, up to 80% of cpu self-time is spent initialising the `IllegalArgumentException` that pdfbox uses to indicate that the current font does not...
Hi @PanithanK, Could you confirm you have title, subject, author, description and lang in your document as demonstrated by the following sample? ````html All-in-one PDF/UA Testcase ````