Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 8.4.4
-
Fix Version/s: 9.4-rc-1
-
Component/s: Old Core - PDF export, Old Core - RTF Export
-
Labels:None
-
Difficulty:Trivial
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
I had a problem with generating pdf document from page. To fix problem added below lines to xhtml2fo.xsl and now problem doesn't appear:
<xsl:when test="$name = 'font-variant-ligatures'"/> <xsl:when test="$name = 'font-variant-caps'"/> <xsl:when test="$name = 'text-decoration-style'"/> <xsl:when test="$name = 'text-decoration-color'"/>
Attachments
Issue Links
- is related to
-
XWIKI-14277 Make the PDF export less fragile
-
- Closed
-
- relates to
-
XWIKI-14271 Error thrown when exporting as PDF/RTF a document imported from Word
-
- Closed
-