Print to PDF issue.

0
Hi all, Greetings!   I’m facing the below issue when I try to print my form into pdf. I’m using the generate pdf activity in my microflow. can anyone please help me in resolving this error. It would be a great help!   The Error: “com.mendix.modules.microflowengine.MicroflowException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: "fo:table-row" is missing child elements. Required content model: (table-cell+) (See position -1:-1)     at MyFirstModule.ACT_Generate_NFA_PDF (DocumentExport : 'Generate PDF (.pdf) document using template 'NFA_PDF'') Advanced stacktrace:     at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83)”   Thanks in Advance!   Regards, Harish :)
asked
1 answers
0

Hi Harish,

 

Is there a table with multiple columns in your document template? You might get this error when all columns are merged and/or the whole row is empty.

 

answered