danfickle

Results 15 issues of danfickle

Unfortunately, the current version of PDF-BOX does not support unicode font embedding. The good news is that PDF-BOX 2 does, but is as of now, unreleased on maven.

critical

After much soul searching I have decided to deprecate this repository. The core problem was that there has been a huge amount of code churn by me with not much...

critical

Test case at: com.github.neoflyingsaucer.test.pdf.TestPage.testInfiniteLoopBugOnTooWideContent(): ``` @Test @Ignore("Failing (infinite loop somewhere in code)") public void testInfiniteLoopBugOnTooWideContent() { PdfTest pdf = new PdfTest("InfiniteLoopBugOnTooWideContent"); String html = "" + "@page { size: 30px;...

bug
critical

This means that html with a background-color or background-image overrides body with same. Test cases at `com.github.neoflyingsaucer.test.BackgroundTest.testBackgroundColorOnBodyAndHtml()` and `com.github.neoflyingsaucer.test.BackgroundTest.testBackgroundImageOnBodyAndHtml()` See also #33

bug

Web Open Font Format is now the standard for embedding fonts on the web so we need to support it. Does anybody know of a WOFF to TrueType script in...

enhancement
help-wanted

We could use the ICU project for text classification into left and right flowing text. http://site.icu-project.org/

enhancement