PDF from XSL FO Transformation is returning .pdf which is

Hi,

I have valid XML and XSL files for my process, which use Appian SMART Service - PDF from XSL FO Transformation.

New .pdf document is created but when I try to open. i get following error message: Failed to load PDF document. 

Does anyone know  what might be the problem?

  Discussion posts and replies are publicly visible

Parents Reply
  • HI, thanks for info. I mean I can create .xsl FO file with will make a grafically nice .pdf file . My problem is how to set the values for that pdf, by using tags in "normal" xsl , f.e.
    <xsl:for-each select="invoices/invoice">
    <tr>
    <td> <xsl:value-of select="patient/@firstname"/></td>

    and in xsl.FO, tags like
    <fo:root>
    <fo:layout-master-set>
    <fo:simple-page-master master-name="simple" page-height="29.7cm" page-width="21cm" margin-top="1cm" margin-bottom="2cm" margin-left="2.5cm" margin-right="2.5cm">
    <fo:region-body margin-top="3cm"/>

    Is there any possibility to combine this 2 languages into one functional XSL file, that would do both graphics and functionality.
    Thanks a lot
Children
No Data