How to handle error - Invalid property encountered on fo:block: tab-stops while generating PDF
0
Hi Team, We are using Richtext in frontend which calls third party API to store the richtext in their database. The stored richtext is being used in the frontend(mendix) i) Display the value on frontend UI -> working fine ii) To generate the PDF using document template where XHTML is on. -> In this we can getting below error: com.mendix.modules.microflowengine.MicroflowException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: Invalid property encountered on ""fo:block"": tab-stops (See position -1:-1)" Could anyone please guide or assist how to handle below error while generating PDF?