Re: Dynamic PDF Document Generation

From: Dave Hart (hdschem_at_yahoo.co.uk)
Date: 07/16/04

  • Next message: Québec: "Re: javadoc & package"
    Date: Fri, 16 Jul 2004 14:48:04 +0100
    
    

    Niall

    I used Apache FOP a couple of years ago.
    It integrates well into java.
    All the work is done by XSLT, so you need to be happy writing XSL

    Dave Hart

    "Niall" <niall.murphy@gmail.com> wrote in message
    news:306ba590.0407160209.5833035d@posting.google.com...
    Hi all,

    I'm looking for some advice on Dynamic PDF Document Generation from
    java/ j2ee web apps.

    What I'd like to do is take data from a form or database (perhaps in
    XML format) and include it in a PDF document which will be returned to
    the user.

    I've come accross a number of tools, but am having trouble deciding
    between them. Eg.

    -iText

    -Apache FOP

    -AurigaDoc (uses FOP)

    -DocBook

    -Some other XML - XSLT method ?

    Which are the easiest to integrate? allow the most flexibility in
    generating PDF? offer best performance?

    Thanks,
    Niall

    (It's for an academic project so I can't afford to buy any commercial
    software)


  • Next message: Québec: "Re: javadoc & package"

    Relevant Pages

    • Dynamic PDF Document Generation
      ... I'm looking for some advice on Dynamic PDF Document Generation from ... XML format) and include it in a PDF document which will be returned to ... -AurigaDoc (uses FOP) ...
      (comp.lang.java.softwaretools)
    • Re: documentation tool for XSLT which generates offline text formats
      ... Depending on your input, there may already be an XSLT stylesheet which produces FOP markup that you'd be happy with, or at least that you can use as a starting point; if not, you get to write your own XSLT for the purpose. ... There have been various XML-to-LaTeX approaches implemented; the most common one is to come up with an XML syntax for LaTeX markup and then run a postprocessor which renders that into standard LaTeX. ...
      (comp.text.xml)
    • Re: Tool to convert html to Pdf format
      ... > After reading "The free version of HTMLDOC for Windows does not ... > include the commandline program." ... You would have to use XSLT to transform the HTML into an appropriate FOP ...
      (comp.lang.java.help)
    • Re: 1 ps, several xml
      ... It's certainly possible to have XSLT combine input from many source ... memory limits, though, unless they're pretty small. ... Making the XSL-FO document render through FOP as "1000 documents" should ...
      (comp.text.xml)
    • converting xml to pdf
      ... I want to convert a xml file to a pdf document. ... Appache has FOP application but it is written in java, I am not sure whethere I can call this from vb .net ...
      (microsoft.public.dotnet.xml)