Thanks Florent and David for your inputs. Regards, Vimal C
On Tue, Sep 1, 2015 at 8:20 PM, David Ennis <[email protected]> wrote: > I've done something similar to what Florent suggests in the past with the > Java flying saucer Library (XML or XHTML + CSS2 = PDF). > > I think no matter how you wrap it up and what the details are, its the > same pattern used over and over with MarkLogic for external functionality - > create an HTTP service in the language of your choice to do the thing you > want done and post to that service. > > > Kind Regards, > David Ennis > > On 1 September 2015 at 16:43, Florent Georges <[email protected]> wrote: > >> Hi, >> >> As far as I know, there is no built-in way. I think the usual way is >> to use XSLT on MarkLogic to generate XSL-FO, and use xdmp:http-post() to >> send it to an endpoint an XSL-FO processor listens to (typically Apache >> FOP, wrapped in Cocoon or in an in-house Java HTTP endpoint). >> >> This setup is reasonably easy. I guess searching for "fop marklogic" >> should give a few links about that technique. >> >> Regards, >> >> -- >> Florent Georges >> http://fgeorges.org/ >> http://h2oconsulting.be/ >> >> >> On 1 September 2015 at 16:00, vimal c wrote: >> >>> Hi All, >>> >>> Is it possible to generate .pdf file from marklogic? >>> >>> I see that we can convert a pdf document to xhtml files and parts by >>> using xdmp:pdf-convert. >>> >>> But Do we have any way in marklogic to create a .pdf file out of the xml >>> content saved in marklogic? >>> >>> >>> Any idea would be really helpful. >>> Thanks in advance. >>> >>> Regards, >>> Vimal C >>> >>> _______________________________________________ >>> General mailing list >>> [email protected] >>> Manage your subscription at: >>> http://developer.marklogic.com/mailman/listinfo/general >>> >>> -- >>> <http://developer.marklogic.com/mailman/listinfo/general> >>> Florent Georges >>> <http://developer.marklogic.com/mailman/listinfo/general> >>> http://fgeorges.org/ >>> http://h2oconsulting.be/ >>> >>> >> _______________________________________________ >> General mailing list >> [email protected] >> Manage your subscription at: >> http://developer.marklogic.com/mailman/listinfo/general >> >> > > _______________________________________________ > General mailing list > [email protected] > Manage your subscription at: > http://developer.marklogic.com/mailman/listinfo/general > >
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
