Re: SVG text not displaying in PDF
"Szeak (Register Man)" <[email protected]>
| Newsgroups | gmane.text.xml.fop.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Sachin, I modified one piece of your XSL template to get the result with any XML file. FROM: <xsl:template match="Policy_Summary_Reports"> TO: <xsl:template match="/"> Maybe your XML input does not have a Policy_Summary_Reports named top level node. If this node stands lower level, you may need to modify the matching ie.: <xsl:template match="//Policy_Summary_Reports"> Best regards, Szeak 2017-06-29 06:23 keltezéssel, sachinparadkar írta: > Hi Szaek, > > Am I missing any jar files required to display SVG tags related table in my > PDF ? I updated my fop jar from version 2.0 to 2.1 and still got a empty PDF > without the complex table which rendered for you when you ran my code from > command line !! > > Thanks, > Sachin. > > > > -- > View this message in context: http://apache-fop.1065347.n5.nabble.com/SVG-text-not-displaying-in-PDF-tp43881p45248.html > Sent from the FOP - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >