Forum Replies Created

Viewing 15 posts - 2,986 through 3,000 (of 4,234 total)
  • Author
    Posts
  • in reply to: Issue with font family on chinese characters
    #29816

    We plan to address the issue on Monday. I’ll let you know asap.

    in reply to: Issue with font family on chinese characters
    #29817

    Ok, thanks, we will wait for your reply

    in reply to: Issue with font family on chinese characters
    #29818

    Hello PD4ML support, please can you respond on this issue as this is blocking our timelines and resources.

    in reply to: Issue with font family on chinese characters
    #29819

    Sorry it takes that long. We’ve been still working on the issue. I’ll let you know.

    in reply to: Issue with font family on chinese characters
    #29820

    In current DEV build we implemented a solution for the issue. It is a very sensitive part of the rendering engine and the patched version still cannot pass QA by “exotic” test cases (a mix of Chinese and Arabic scripts), so we made the patch conditionally switchable on/off. Currently by default it is switched off.

    In order to enable it you should either run your Java (app server?) with the following JVM parameter:

    -Dpd4ml.fix.20150816=true

    Alternatively you may trigger PD4ML API to achieve the same effect:

    HashMap map = new HashMap();
    map.put( PD4Constants.PD4ML_FIX20150816, “true” );
    pd4ml.setDynamicParams(map);

    Hopefully the workaround is ok for you.

    We currently work on a totally refactored PD4ML v4.x, which should implicitly solve such kind of issues.

    We’ll send you an updated library by request to support pd4ml com

    in reply to: HTML/CSS rendering issues
    #27040

    How do I add an inline footer to the last page only?
    I’ve tried this, but last footer will not display:

    {code}

    Page: $[page] of $[total]
    last page

    {code}

    in reply to: Can I create multipe line/row header or footer?
    #27755

    Is this still intended to work? The code below does not result in newlines being entered into the footer.

    in reply to: Can I create multipe line/row header or footer?
    #27756

    @jf wrote:

    Is this still intended to work? The code below does not result in newlines being entered into the footer.

    Sorry, I forgot to submit the code:

    PD4PageMark footer = new PD4PageMark();<br /> footer.setAreaHeight(100);<br /> footer.setTitleTemplate( "upper footer textn" + "TEST" );<br /> footer.setPageNumberTemplate( "n277GG11-06" );<br /> pd4ml.setPageFooter(footer);

    The rendered PDF displays a single line: “upper footer text TEST”

    Using the pro version.

    in reply to: Can I create multipe line/row header or footer?
    #27757

    The best way would be to define header/footer in HTML, i.e.:

    [language=java:g3o09eri]header.setHtmlTemplate(“page $[page] of $[total]
    second line”);[/language:g3o09eri]

    However in text-only headers/footers ‘n’ character should break a line.

    #29706

    Can you please emphasize on your point:

    “Most probably the issue with JAR has a different nature: for example the font .JAR is packed to .WAR, and the web application is not configured to be unpacked to a work directory. In the case PD4ML may have (not in every configuration) fail to load resources from .JAR”.

    -Regards,
    Manooj

    #29707

    Ok. so I googled around and having created a temp directory in my tomcat folder cleared the errors with font data not loading and the fonts show up properly.

    in reply to: General questions / FAQ
    #27009

    Hello,

    I download trial version (395 / 398) to use JAR in my project to convert HTML to PDF. But, both of versions could not build PDF to display Asian font.

    What is trial version can do my requirement ?

    Regards,
    Surasak M.

    in reply to: Why Trial version cannot generate PDF with Asian font ?
    #29713

    @Guest wrote:

    Hello,

    I download trial version (395 / 398) to use JAR in my project to convert HTML to PDF. But, both of versions could not build PDF to display Asian font.

    What is trial version can do my requirement ?

    PS. As Difference between commercial and evaluation PD4ML libs which give me for information as below:
    “Evaluation copy of PD4ML functionally fully matches the commercial version. PDFs generated by the evaluation version are “watermarked” with PD4ML ad.”

    So, One my point but not sure in my problem, this is a bug in trial version or not ? and PD4ML may patch this problem into trial version.

    Regards,
    Surasak M.

    in reply to: General questions / FAQ
    #27041

    What are restrictions of PD4ML Pro Trial Version? What benefits do we get from moving to the PD4ML Pro version?

    in reply to: What are restrictions of PD4ML Pro Trial Version?
    #29825

    PD4ML trial versions are fully functional, but they watermark PDF output with a “trial version” banner.

    > What benefits do we get from moving to the PD4ML Pro version?
    You may see potential upgrade benefits in PD4ML comparison chart:
    http://pd4ml.com/products.htm

Viewing 15 posts - 2,986 through 3,000 (of 4,234 total)