Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 4,234 total)
  • Author
    Posts
  • in reply to: [CSS Issue] Border-style : dashed.
    #27440

    not yet implemented?

    in reply to: pdf generated empty
    #29599

    I have similar problem: Lotus Domino server, if I try to convert http://www.mydomain.com/database.nsf/viewname/document I get an empty PDF. If I set url to http://www.google.com it works.
    I tried adding authentication, just in case, but it still does not work.

    in reply to: HTML/CSS rendering issues
    #26294

    Somehow I can’t make H1 (and other heading tag) work..
    I put

    TEST

    into jsp page, add a style for it, but after pd4ml:transform document’s H1 title has the same font size as all the text at the pdf..

    * {font:400 9px HelveticaNeue,Helvetica,Arial}<br /> body {margin:15px;padding:0;background-color:#ffffff}<br /> h1{font-size:24px;font-weight:600}

    in reply to: Troubleshooting
    #26969

    I testing this library before buying it, everything looks fine but somehow I can’t print the PDF document after

    pd4ml:transform

    .. If I save the PDF, open it in Acrobat reader – I can print it, but directly from browser (Chrome Version 38.0.2125.122, Mac OS) I can’t do it.
    Why? Thank you in advance.

    in reply to: Print PDF menu
    #29608

    Found the problem, you have to specify fileName value.
    Question closed.

    in reply to: H1
    #27656

    Question is closed.
    If moved
    font:400 9px HelveticaNeue,Helvetica,Arial
    from * to body

    in reply to: pdf generated empty
    #29600

    Are there any error messages or warnings (printed to STDOUT/log)?

    in reply to: [CSS Issue] Border-style : dashed.
    #27441

    Current versions of PD4ML support dashed borders.

    in reply to: Third party charts on the page
    #28298

    It seems that amCharts is javascript solution and PD4ML doesn’t support any javascript code. In addition amCharts generates a SVG images and tag is also not supportable by Pd4ML

    in reply to: Troubleshooting
    #26970

    Hi,
    I want to create a pdf like a classic paper mail starting with an html page with adress and text div box, like this:

    VALERIO ROSSI
    AVENUE V. HUGO 80
    31100 CROWLEY UK
    TextTextTextTextTextTextTextTextTextTextTextText
    TextTextTextTextTextTextTextTextTextTextTextText

    I set an pd4ml header and footer with Java code.
    When I try to convert this (with java), header and footer overwrite text (in a nutshell, pages don’t mantain margins).

    If I remove div, it works fine but I can’t position text correctly.

    What’s wrong?

    Thanks in advance

    [attachment=0:3hr621xw]Prova.png[/attachment:3hr621xw]

    in reply to: General questions / FAQ
    #26971

    Hi Team,

    I am getting the below error when using pd4ml taglib in the jsp :

    Exception created : java.lang.IllegalStateException: clearBuffer(): illegal state–> stream is committed

    Could please let me know where am i wrong? I have all the jar file imported and the have imported <%@ taglib uri="/WEB-INF/tlds/pd4ml.tld" prefix="pd4ml"%>

    Thanks,
    Srinivas

    in reply to: Third party charts on the page
    #28299

    You are right – PD4ML does not support JavaScript.

    But it does support SVG.

    in reply to: Header and footer overwrite text
    #29609

    Could you please also publish a Java code snippet with your PD4ML API calls?

    in reply to: Exception created : java.lang.IllegalStateException
    #29615

    Possible reason #1: There are whitespace characters before
    pdf-generation-troubleshooting-f4/getoutputstream-has-already-been-called-exception-t14.html

    Possible reason #2: In your document there are JSP tags (probably belong to some other JSP taglibs) perform “flush”: just generated HTML content is pushed directly to HTTP channel not letting PD4ML to capture/convert it. Check your JSP for flush=”true” attributes and remove/disable them.

    in reply to: Header and footer overwrite text
    #29610

    This is java code

Viewing 15 posts - 2,716 through 2,730 (of 4,234 total)