Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26679

    This is not a problem with PD4ML (I don’t think anyway). If I have the following HTML code:

    <html><body>foo bar</body></html>

    Rendering this with a command like “java -jar pd4ml.jar file:test.html test.pdf” works fine. If I render it through a 3rd party java app it renders with spaces missing:

    “foobar”

    Any idea what might cause this? I have asked in the forum for the java app, just thought I’d ask in case someone knew.

    #28870

    Is the third-party app based on PD4ML?

    If so, the only theoretical explanation is that the application has misconfigured TTF embedding feature or it uses corrupted TTF fonts with spaces defined wrong way.

    (Sounds strange, but it is usual for special TTF fonts, intended to display digits from 0 to 9 only)

    I would also suspect a buggy version of PD4ML, but I do not remember any version with a problem like that.

    #28871

    No, its not a PD4ML based app. Its actually Rollbase. Just uses PD4ML to render a HTML template to PDF. So it is most likely a font config problem.

    Thanks a mill! Gives me a place to look.

    BTW, PD4ML is the latest version 3.80fx2

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.