PDF creation from XSLFO

Hi,

I am new in SDL XPP. I want to generate PDF from XML by XSL and XSLFO. Is there any document are available on how to get started.

Parents
  • Rahul,

    XPP does not support XSLFO (which is a bit seen as a blast from the past)
    Instead we use CSS to create PDFs.
    And should you need to perform any transformations on the incoming xml, XPP comes standard with an XSLT 1 and XSLT 2 engine.

    Let me add to this that XPP allows you to interactively see and edit the end result.
    You can make interactively make changes to your style setup and immediately the resulting page(s).
    Once you finished your style setup you can run XPP in a fully automated black box scenario (just like you would with an XSLFO engine)

    Hope this helps you in your research...

    Bart
Reply
  • Rahul,

    XPP does not support XSLFO (which is a bit seen as a blast from the past)
    Instead we use CSS to create PDFs.
    And should you need to perform any transformations on the incoming xml, XPP comes standard with an XSLT 1 and XSLT 2 engine.

    Let me add to this that XPP allows you to interactively see and edit the end result.
    You can make interactively make changes to your style setup and immediately the resulting page(s).
    Once you finished your style setup you can run XPP in a fully automated black box scenario (just like you would with an XSLFO engine)

    Hope this helps you in your research...

    Bart
Children