Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26503

    Is there a way to POST data to the URL that is used to render the pdf?

    I use a JSP and would like to post some large java objects to be used by the JSP.

    <br /> ByteArrayOutputStream baos = new ByteArrayOutputStream();<br /> PD4ML pd4ml = new PD4ML();<br /> <br /> // Some http post stuff here<br /> <br /> pd4ml.render(url, baos);<br />

    /Christian

    #28351

    Unfortunately the feature is not supported by PD4ML

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

The forum ‘General questions / FAQ’ is closed to new topics and replies.