Hello all,
I have the following scenario: an OL UI filling in an XML. This XML has
to be sent to the server who generates a PDF out of the content and
returns this PDF to the client. The browser opens the PDF with its
native capabilities (asking for saving or opening in system pdf viewer).
My question is very simple: how to do that?
I was trying to use a dataset but it doesn't seem to be able to handle
non-xml responses. Right? Anyway how can I interface then with the browser?
I also tried to write a Javascript that does this via an Ajax request
and the "loadJS-ing" it through lz.Browser's interface. But here I fail
against the limit of characters imposed by the API.
I'm pretty out of ideas now .... any suggestions?
Thanks,
M.