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
