HTML to PDF / DOCX / RTF Java converter library Forums PD4ML v3 Archived Forums (Read Only) HTML/CSS rendering issues Is it any possible to use the fonts in the ITextAsian.jar?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26378

    Is it any possible to use the fonts in the ITextAsian.jar?
    If pd4ml can do it, how to config?

    #27988

    No, PD4ML cannot use ITextAsian.jar.

    Do you have any troubles with TTF embedding feature of PD4ML?

    #27989

    No, the file sizes of the pdf genereted via PD4ML with TTF just much bigger than IText + ITextAsian.
    Same HTML source,
    PD4ML + TTF: 200-300k
    IText + iTextAsian: < 50k

    #27990

    Obviously IText + iTextAsian does not embed fonts, but refers to the standard Type1 fonts of Acroread. PD4ML does not support that.

    However useTTF() PD4ML API method has a boolean parameter, which tells either to physically embed TTFs or just to refer to their names. “Not embed”-mode results smaller documents, but the documents rely on the fonts installed on the client machine.

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

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