Re: Generating PDF using BizTalk



Interesting....

So how do you return the generated pdf to the client? do you put it in an
XML message in a special element type and then send to the client through a
send port??

Francois Malgreve.
http://www.malgreve.net/

"zeneves" <zeneves@xxxxxxxxx> wrote in message
news:1186583541.760685.317110@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Aug 8, 12:17 pm, "Markus Eßmayr" <essmayr/at/racon-linz.at> wrote:
Hello,

today I got a request if it's possible to create PDF-files from
XML-messages
given an appropriate XSLT.
We already use that in one of our Java-WebServices. XML-data gets
transformed using an XSLT and results in a PDF-file thats returned to the
client.
Has anyone of you an idea, if it's possible to create PDF-files using
BizTalk, and what I need for doing that?

Thanks very much!
Max
That's not a Biztalk feature.

However, you could use some custom code to do that.
We are using XSL-FO technology to convert XML Data to PDF.There are
some tools to do that, like Apache FOP (free).

We have an orchestration that receive the XML data, and somewhere in
the workflow calls an C# class, that applies XSL transformation,
executes the FOP command, waits for the output, read generated PDF
and return it to the client.

There are other tools (not free) to do this, like Ecrion, XML Mill, XF
Render, etc... If the complexity of the PDF is low, Apache FOP will
be enough.

If you need some details on this, ask for it :)

Jose Neves


.



Relevant Pages

  • Re: Generating PDF using BizTalk
    ... So how do you return the generated pdf to the client? ... BizTalk, and what I need for doing that? ... We are using XSL-FO technology to convert XML Data to PDF.There are ... executes the FOP command, waits for the output, read generated PDF ...
    (microsoft.public.biztalk.general)
  • Re: Generating PDF using BizTalk
    ... XML message in a special element type and then send to the client through ... BizTalk, and what I need for doing that? ... executes the FOP command, waits for the output, read generated PDF ...
    (microsoft.public.biztalk.general)
  • Re: [OT] Project documentation
    ... requirements are to produce PDF and HTML output from a single source, ... XML format, and there are XSL stylesheets to transform the XML into pretty ... then from .fo to .pdf with Apache FOP. ...
    (comp.lang.java.programmer)
  • Re: PDF/HTML aus XML erzeugen
    ... möchte ein XML per XSL formatieren und als HTML als Webseite ... Das XML soll aber auch direkt zu einem PDF konvertiert ... Das kann ich doch mit Apache FOP machen, ... Zum Erstellen des PDF mittels FOP brauche ich doch eine *.fo Datei? ...
    (de.comp.lang.java)
  • Re: Dynamic PDF - which method?
    ... > have the HTML to start with, as well as the CGI Powerbuilder where the PDF ... > XML file to obtain the data placed at the proper places in the HTML. ... Did you use Apache FOP in a similar way? ...
    (comp.lang.java.softwaretools)