REMINDER MAIL : HI ,
We have not received any kind of response from your side , please look into issue . Attaching the Java and Configuration file . Thanks Ashish S ashish.sharma.ext@siemens .com From: Sharma (EXT), Ashish (DI SW DM R&D-MFE MPS PD GRP4) Sent: Monday, June 27, 2022 4:04 PM To: 'fop-dev@xmlgraphics.apache.org' <fop-dev@xmlgraphics.apache.org> Cc: Dudhane, Sonal (DI SW DM R&D-MFE MPS PD GRP4) <sonal.dudh...@siemens.com> Subject: Custom Font are Not rendered in PDF HI , After updating to FOP 2.6, while trying to use Apache FOP to use custom fonts, I am getting below error. org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Arial,normal,700" not found. Substituting with "any,normal,700". org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "GTSuperDisplayLight,normal,700" not found. Substituting with "any,normal,700". Configuration file: <renderer mime="application/pdf"> <filterList> <!-- provides compression using zlib flate (default is on) --> <value>flate</value> <!-- encodes binary data into printable ascii characters (default off) This provides about a 4:5 expansion of data size --> <!-- <value>ascii-85</value> --> <!-- encodes binary data with hex representation (default off) This filter is not recommended as it doubles the data size --> <!-- <value>ascii-hex</value> --> </filterList> <fonts> <!-- embedded fonts --> <!-- This information must exactly match the font specified in the fo file. Otherwise it will use a default font. For example, <fo:inline font-family="Arial" font-weight="bold" font-style="normal"> Arial-normal-normal font </fo:inline> for the font triplet specified by: <font-triplet name="Arial" style="normal" weight="bold"/> If you do not want to embed the font in the pdf document then do not include the "embed-url" attribute. The font will be needed where the document is viewed for it to be displayed properly. possible styles: normal | italic | oblique | backslant possible weights: normal | bold | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 (normal = 400, bold = 700) --> <directory>C:\Windows\Fonts</directory> <directory recursive="true">C:\Windows\Fonts</directory> <font kerning="yes" embed-url="C:/Windows/Fonts/Arial.ttf" embedding-mode="subset"> <font-triplet name="Arial" style="normal" weight="normal"/> </font> <font kerning="yes" embed-url="/System/Library/Fonts/Arial.ttf" embedding-mode="subset"> <font-triplet name="Arial" style="normal" weight="normal"/> </font> <!-- automatically detect operating system installed fonts --> <auto-detect/> </fonts> <!-- This option lets you specify additional options on an XML handler --> <!--xml-handler namespace="http://www.w3.org/2000/svg"><http://www.w3.org/2000/svg%22%3E> <stroke-text>false</stroke-text> </xml-handler--> </renderer> Java Code : try { /* * Register Apache FOP to use our fonts. By default we set this config file to auto-detect the fonts * installed on the user's computer, but custom fonts can be specified. Please refer to Apache FOP official * documentation to do that. */ fopFactory = FopFactory.newInstance( new File( getConfigFileURI( xslFullName ) ).toURI() ); foUserAgent = fopFactory.newFOUserAgent(); bufferedOutputStream = new FileOutputStream( pdfFilename ); bufferedOutputStream = new BufferedOutputStream( bufferedOutputStream ); } catch( Exception ex ) { CMEReportPADPDFTranslate.logger.error( "Exception in CreatePDF() -> setOutputStream(): " + ex ); } //Setup XML input Source src = new StreamSource(xmlFilename); Source xsltSrc = new StreamSource(xslFullName); try { // Construct fop with desired output format Fop fop = fopFactory.newFop(org.apache.xmlgraphics.util.MimeConstants.MIME_PDF, foUserAgent, bufferedOutputStream); // Setup XSLT // Specify TransformerFactoryImpl to allow CMEReportXalanDebug to work. org.apache.xalan.processor.TransformerFactoryImpl transformerFactory = new org.apache.xalan.processor.TransformerFactoryImpl(); Transformer transformer = transformerFactory.newTransformer(xsltSrc); // Set the value of a <param> in the stylesheet transformer.setParameter("versionParam", "2.0"); // Resulting SAX events (the generated FO) must be piped through to FOP Result res = new SAXResult( fop.getDefaultHandler() ); // This is for debug settings. CMEReportXalanDebug.addDebugMode(registry, transformer); CMEReportPADPDFTranslate.logger.debug("Before transform"); // Start XSLT transformation and FOP processing transformer.transform(src, res); CMEReportPADPDFTranslate.logger.debug("After transform"); } Thanks Ashish S ashish.sharma....@siemens.com<mailto:ashish.sharma....@siemens.com>
<?xml version="1.0"?> <!-- NOTE: This is the version of the configuration --> <fop version="1.0"> <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi --> <source-resolution>72</source-resolution> <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi --> <target-resolution>72</target-resolution> <base>.</base> <font-base>./</font-base> <!-- Default page-height and page-width, in case value is specified as auto --> <default-page-settings height="11in" width="8.26in"/> <!-- Uses renderer mime type for renderers --> <renderers> <renderer mime="application/pdf"> <filterList> <value>flate</value> </filterList> <fonts> <directory>C:\Windows\Fonts</directory> <directory recursive="true">C:\Windows\Fonts</directory> <font kerning="yes" embed-url="C:/Windows/Fonts/Arial.ttf" embedding-mode="subset"> <font-triplet name="Arial" style="normal" weight="normal"/> </font> <font kerning="yes" embed-url="file:///C:/windows/fonts/arial.ttf"> Â Â Â Â <font-triplet name="Arial" style="normal" weight="normal"/> Â </font> <!-- automatically detect operating system installed fonts --> <auto-detect/> </fonts> </renderer> <renderer mime="application/x-afp"> <!-- The bit depth and type of images produced (this is the default setting) --> <images mode="b+w" bits-per-pixel="8"/> <renderer-resolution>240</renderer-resolution> <resource-group-file>resources.afp</resource-group-file> <fonts> <!-- Below is an example using raster font configuration using FOP builtin base-14 font metrics. for Times Roman, Helvetica and Courier. Depending on AFP raster and outline font availability on your installation you will most likely need to modify the configuration provided below. See http://xmlgraphics.apache.org/fop/trunk/output.html#afp-configuration for details of FOP configuration for AFP --> <!-- Times Roman --> <font> <afp-font name="Times Roman" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0N20060" base14-font="TimesRoman"/> <afp-raster-font size="7" characterset="C0N20070" base14-font="TimesRoman"/> <afp-raster-font size="8" characterset="C0N20080" base14-font="TimesRoman"/> <afp-raster-font size="9" characterset="C0N20090" base14-font="TimesRoman"/> <afp-raster-font size="10" characterset="C0N20000" base14-font="TimesRoman"/> <afp-raster-font size="11" characterset="C0N200A0" base14-font="TimesRoman"/> <afp-raster-font size="12" characterset="C0N200B0" base14-font="TimesRoman"/> <afp-raster-font size="14" characterset="C0N200D0" base14-font="TimesRoman"/> <afp-raster-font size="16" characterset="C0N200F0" base14-font="TimesRoman"/> <afp-raster-font size="18" characterset="C0N200H0" base14-font="TimesRoman"/> <afp-raster-font size="20" characterset="C0N200J0" base14-font="TimesRoman"/> <afp-raster-font size="24" characterset="C0N200N0" base14-font="TimesRoman"/> <afp-raster-font size="30" characterset="C0N200T0" base14-font="TimesRoman"/> <afp-raster-font size="36" characterset="C0N200Z0" base14-font="TimesRoman"/> </afp-font> <font-triplet name="Times" style="normal" weight="normal"/> <font-triplet name="TimesRoman" style="normal" weight="normal"/> <font-triplet name="Times Roman" style="normal" weight="normal"/> <font-triplet name="Times-Roman" style="normal" weight="normal"/> <font-triplet name="Times New Roman" style="normal" weight="normal"/> <font-triplet name="TimesNewRoman" style="normal" weight="normal"/> <font-triplet name="serif" style="normal" weight="normal"/> </font> <!-- Times Roman Italic --> <font> <afp-font name="Times Roman Italic" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0N30060" base14-font="TimesItalic"/> <afp-raster-font size="7" characterset="C0N30070" base14-font="TimesItalic"/> <afp-raster-font size="8" characterset="C0N30080" base14-font="TimesItalic"/> <afp-raster-font size="9" characterset="C0N30090" base14-font="TimesItalic"/> <afp-raster-font size="10" characterset="C0N30000" base14-font="TimesItalic"/> <afp-raster-font size="11" characterset="C0N300A0" base14-font="TimesItalic"/> <afp-raster-font size="12" characterset="C0N300B0" base14-font="TimesItalic"/> <afp-raster-font size="14" characterset="C0N300D0" base14-font="TimesItalic"/> <afp-raster-font size="16" characterset="C0N300F0" base14-font="TimesItalic"/> <afp-raster-font size="18" characterset="C0N300H0" base14-font="TimesItalic"/> <afp-raster-font size="20" characterset="C0N300J0" base14-font="TimesItalic"/> <afp-raster-font size="24" characterset="C0N300N0" base14-font="TimesItalic"/> <afp-raster-font size="30" characterset="C0N300T0" base14-font="TimesItalic"/> <afp-raster-font size="36" characterset="C0N300Z0" base14-font="TimesItalic"/> </afp-font> <font-triplet name="Times" style="italic" weight="normal"/> <font-triplet name="TimesRoman" style="italic" weight="normal"/> <font-triplet name="Times Roman" style="italic" weight="normal"/> <font-triplet name="Times-Roman" style="italic" weight="normal"/> <font-triplet name="Times New Roman" style="italic" weight="normal"/> <font-triplet name="TimesNewRoman" style="italic" weight="normal"/> <font-triplet name="serif" style="italic" weight="normal"/> </font> <!-- Times Roman Bold --> <font> <afp-font name="Times Roman Bold" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0N40060" base14-font="TimesBold"/> <afp-raster-font size="7" characterset="C0N40070" base14-font="TimesBold"/> <afp-raster-font size="8" characterset="C0N40080" base14-font="TimesBold"/> <afp-raster-font size="9" characterset="C0N40090" base14-font="TimesBold"/> <afp-raster-font size="10" characterset="C0N40000" base14-font="TimesBold"/> <afp-raster-font size="11" characterset="C0N400A0" base14-font="TimesBold"/> <afp-raster-font size="12" characterset="C0N400B0" base14-font="TimesBold"/> <afp-raster-font size="14" characterset="C0N400D0" base14-font="TimesBold"/> <afp-raster-font size="16" characterset="C0N400F0" base14-font="TimesBold"/> <afp-raster-font size="18" characterset="C0N400H0" base14-font="TimesBold"/> <afp-raster-font size="20" characterset="C0N400J0" base14-font="TimesBold"/> <afp-raster-font size="24" characterset="C0N400N0" base14-font="TimesBold"/> <afp-raster-font size="30" characterset="C0N400T0" base14-font="TimesBold"/> <afp-raster-font size="36" characterset="C0N400Z0" base14-font="TimesBold"/> </afp-font> <font-triplet name="Times" style="normal" weight="bold"/> <font-triplet name="TimesRoman" style="normal" weight="bold"/> <font-triplet name="Times Roman" style="normal" weight="bold"/> <font-triplet name="Times-Roman" style="normal" weight="bold"/> <font-triplet name="Times New Roman" style="normal" weight="bold"/> <font-triplet name="TimesNewRoman" style="normal" weight="bold"/> <font-triplet name="serif" style="normal" weight="bold"/> </font> <!-- Times Roman Italic Bold --> <font> <afp-font name="Times Roman Italic Bold" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0N50060" base14-font="TimesBoldItalic"/> <afp-raster-font size="7" characterset="C0N50070" base14-font="TimesBoldItalic"/> <afp-raster-font size="8" characterset="C0N50080" base14-font="TimesBoldItalic"/> <afp-raster-font size="9" characterset="C0N50090" base14-font="TimesBoldItalic"/> <afp-raster-font size="10" characterset="C0N50000" base14-font="TimesBoldItalic"/> <afp-raster-font size="11" characterset="C0N500A0" base14-font="TimesBoldItalic"/> <afp-raster-font size="12" characterset="C0N500B0" base14-font="TimesBoldItalic"/> <afp-raster-font size="14" characterset="C0N500D0" base14-font="TimesBoldItalic"/> <afp-raster-font size="16" characterset="C0N500F0" base14-font="TimesBoldItalic"/> <afp-raster-font size="18" characterset="C0N500H0" base14-font="TimesBoldItalic"/> <afp-raster-font size="20" characterset="C0N500J0" base14-font="TimesBoldItalic"/> <afp-raster-font size="24" characterset="C0N500N0" base14-font="TimesBoldItalic"/> <afp-raster-font size="30" characterset="C0N500T0" base14-font="TimesBoldItalic"/> <afp-raster-font size="36" characterset="C0N500Z0" base14-font="TimesBoldItalic"/> </afp-font> <font-triplet name="Times" style="italic" weight="bold"/> <font-triplet name="TimesRoman" style="italic" weight="bold"/> <font-triplet name="Times Roman" style="italic" weight="bold"/> <font-triplet name="Times-Roman" style="italic" weight="bold"/> <font-triplet name="Times New Roman" style="italic" weight="bold"/> <font-triplet name="TimesNewRoman" style="italic" weight="bold"/> <font-triplet name="serif" style="italic" weight="bold"/> </font> <!-- Helvetica --> <font> <afp-font name="Helvetica" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0H20060" base14-font="Helvetica"/> <afp-raster-font size="7" characterset="C0H20070" base14-font="Helvetica"/> <afp-raster-font size="8" characterset="C0H20080" base14-font="Helvetica"/> <afp-raster-font size="9" characterset="C0H20090" base14-font="Helvetica"/> <afp-raster-font size="10" characterset="C0H20000" base14-font="Helvetica"/> <afp-raster-font size="11" characterset="C0H200A0" base14-font="Helvetica"/> <afp-raster-font size="12" characterset="C0H200B0" base14-font="Helvetica"/> <afp-raster-font size="14" characterset="C0H200D0" base14-font="Helvetica"/> <afp-raster-font size="16" characterset="C0H200F0" base14-font="Helvetica"/> <afp-raster-font size="18" characterset="C0H200H0" base14-font="Helvetica"/> <afp-raster-font size="20" characterset="C0H200J0" base14-font="Helvetica"/> <afp-raster-font size="24" characterset="C0H200N0" base14-font="Helvetica"/> <afp-raster-font size="30" characterset="C0H200T0" base14-font="Helvetica"/> <afp-raster-font size="36" characterset="C0H200Z0" base14-font="Helvetica"/> </afp-font> <font-triplet name="Helvetica" style="normal" weight="normal"/> <font-triplet name="Arial" style="normal" weight="normal"/> <font-triplet name="sans-serif" style="normal" weight="normal"/> <font-triplet name="any" style="normal" weight="normal"/> </font> <!-- Helvetica Italic --> <font> <afp-font name="Helvetica Italic" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0H30060" base14-font="HelveticaOblique"/> <afp-raster-font size="7" characterset="C0H30070" base14-font="HelveticaOblique"/> <afp-raster-font size="8" characterset="C0H30080" base14-font="HelveticaOblique"/> <afp-raster-font size="9" characterset="C0H30090" base14-font="HelveticaOblique"/> <afp-raster-font size="10" characterset="C0H30000" base14-font="HelveticaOblique"/> <afp-raster-font size="11" characterset="C0H300A0" base14-font="HelveticaOblique"/> <afp-raster-font size="12" characterset="C0H300B0" base14-font="HelveticaOblique"/> <afp-raster-font size="14" characterset="C0H300D0" base14-font="HelveticaOblique"/> <afp-raster-font size="16" characterset="C0H300F0" base14-font="HelveticaOblique"/> <afp-raster-font size="18" characterset="C0H300H0" base14-font="HelveticaOblique"/> <afp-raster-font size="20" characterset="C0H300J0" base14-font="HelveticaOblique"/> <afp-raster-font size="24" characterset="C0H300N0" base14-font="HelveticaOblique"/> <afp-raster-font size="30" characterset="C0H300T0" base14-font="HelveticaOblique"/> <afp-raster-font size="36" characterset="C0H300Z0" base14-font="HelveticaOblique"/> </afp-font> <font-triplet name="Helvetica" style="italic" weight="normal"/> <font-triplet name="Arial" style="italic" weight="normal"/> <font-triplet name="sans-serif" style="italic" weight="normal"/> </font> <!-- Helvetica (Semi) Bold --> <font> <afp-font name="Helvetica (Semi) Bold" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0H40060" base14-font="HelveticaBold"/> <afp-raster-font size="7" characterset="C0H40070" base14-font="HelveticaBold"/> <afp-raster-font size="8" characterset="C0H40080" base14-font="HelveticaBold"/> <afp-raster-font size="9" characterset="C0H40090" base14-font="HelveticaBold"/> <afp-raster-font size="10" characterset="C0H40000" base14-font="HelveticaBold"/> <afp-raster-font size="11" characterset="C0H400A0" base14-font="HelveticaBold"/> <afp-raster-font size="12" characterset="C0H400B0" base14-font="HelveticaBold"/> <afp-raster-font size="14" characterset="C0H400D0" base14-font="HelveticaBold"/> <afp-raster-font size="16" characterset="C0H400F0" base14-font="HelveticaBold"/> <afp-raster-font size="18" characterset="C0H400H0" base14-font="HelveticaBold"/> <afp-raster-font size="20" characterset="C0H400J0" base14-font="HelveticaBold"/> <afp-raster-font size="24" characterset="C0H400N0" base14-font="HelveticaBold"/> <afp-raster-font size="30" characterset="C0H400T0" base14-font="HelveticaBold"/> <afp-raster-font size="36" characterset="C0H400Z0" base14-font="HelveticaBold"/> </afp-font> <font-triplet name="Helvetica" style="normal" weight="bold"/> <font-triplet name="Arial" style="normal" weight="bold"/> <font-triplet name="sans-serif" style="normal" weight="bold"/> </font> <!-- Helvetica Italic (Semi) Bold --> <font> <afp-font name="Helvetica Italic (Semi) Bold" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0H50060" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="7" characterset="C0H50070" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="8" characterset="C0H50080" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="9" characterset="C0H50090" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="10" characterset="C0H50000" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="11" characterset="C0H500A0" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="12" characterset="C0H500B0" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="14" characterset="C0H500D0" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="16" characterset="C0H500F0" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="18" characterset="C0H500H0" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="20" characterset="C0H500J0" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="24" characterset="C0H500N0" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="30" characterset="C0H500T0" base14-font="HelveticaBoldOblique"/> <afp-raster-font size="36" characterset="C0H500Z0" base14-font="HelveticaBoldOblique"/> </afp-font> <font-triplet name="Helvetica" style="italic" weight="bold"/> <font-triplet name="Arial" style="italic" weight="bold"/> <font-triplet name="sans-serif" style="italic" weight="bold"/> </font> <!-- Courier --> <font> <afp-font name="Courier" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0420060" base14-font="Courier"/> <afp-raster-font size="7" characterset="C0420070" base14-font="Courier"/> <afp-raster-font size="8" characterset="C0420080" base14-font="Courier"/> <afp-raster-font size="9" characterset="C0420090" base14-font="Courier"/> <afp-raster-font size="10" characterset="C0420000" base14-font="Courier"/> <afp-raster-font size="11" characterset="C04200A0" base14-font="Courier"/> <afp-raster-font size="12" characterset="C04200B0" base14-font="Courier"/> <afp-raster-font size="14" characterset="C04200D0" base14-font="Courier"/> <afp-raster-font size="16" characterset="C04200F0" base14-font="Courier"/> <afp-raster-font size="18" characterset="C04200H0" base14-font="Courier"/> <afp-raster-font size="20" characterset="C04200J0" base14-font="Courier"/> <afp-raster-font size="24" characterset="C04200N0" base14-font="Courier"/> <afp-raster-font size="30" characterset="C04200T0" base14-font="Courier"/> <afp-raster-font size="36" characterset="C04200Z0" base14-font="Courier"/> </afp-font> <font-triplet name="Courier" style="normal" weight="normal"/> <font-triplet name="monospace" style="normal" weight="normal"/> </font> <!-- Courier Italic --> <font> <afp-font name="Courier Italic" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0430060" base14-font="CourierOblique"/> <afp-raster-font size="7" characterset="C0430070" base14-font="CourierOblique"/> <afp-raster-font size="8" characterset="C0430080" base14-font="CourierOblique"/> <afp-raster-font size="9" characterset="C0430090" base14-font="CourierOblique"/> <afp-raster-font size="10" characterset="C0430000" base14-font="CourierOblique"/> <afp-raster-font size="11" characterset="C04300A0" base14-font="CourierOblique"/> <afp-raster-font size="12" characterset="C04300B0" base14-font="CourierOblique"/> <afp-raster-font size="14" characterset="C04300D0" base14-font="CourierOblique"/> <afp-raster-font size="16" characterset="C04300F0" base14-font="CourierOblique"/> <afp-raster-font size="18" characterset="C04300H0" base14-font="CourierOblique"/> <afp-raster-font size="20" characterset="C04300J0" base14-font="CourierOblique"/> <afp-raster-font size="24" characterset="C04300N0" base14-font="CourierOblique"/> <afp-raster-font size="30" characterset="C04300T0" base14-font="CourierOblique"/> <afp-raster-font size="36" characterset="C04300Z0" base14-font="CourierOblique"/> </afp-font> <font-triplet name="Courier" style="italic" weight="normal"/> <font-triplet name="monospace" style="italic" weight="normal"/> </font> <!-- Courier Bold --> <font> <afp-font name="Courier Bold" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0440060" base14-font="CourierBold"/> <afp-raster-font size="7" characterset="C0440070" base14-font="CourierBold"/> <afp-raster-font size="8" characterset="C0440080" base14-font="CourierBold"/> <afp-raster-font size="9" characterset="C0440090" base14-font="CourierBold"/> <afp-raster-font size="10" characterset="C0440000" base14-font="CourierBold"/> <afp-raster-font size="11" characterset="C04400A0" base14-font="CourierBold"/> <afp-raster-font size="12" characterset="C04400B0" base14-font="CourierBold"/> <afp-raster-font size="14" characterset="C04400D0" base14-font="CourierBold"/> <afp-raster-font size="16" characterset="C04400F0" base14-font="CourierBold"/> <afp-raster-font size="18" characterset="C04400H0" base14-font="CourierBold"/> <afp-raster-font size="20" characterset="C04400J0" base14-font="CourierBold"/> <afp-raster-font size="24" characterset="C04400N0" base14-font="CourierBold"/> <afp-raster-font size="30" characterset="C04400T0" base14-font="CourierBold"/> <afp-raster-font size="36" characterset="C04400Z0" base14-font="CourierBold"/> </afp-font> <font-triplet name="Courier" style="normal" weight="bold"/> <font-triplet name="monospace" style="normal" weight="bold"/> </font> <!-- Courier Italic Bold --> <font> <afp-font name="Courier Italic Bold" type="raster" codepage="T1V10500" encoding="Cp500"> <afp-raster-font size="6" characterset="C0450060" base14-font="CourierBoldOblique"/> <afp-raster-font size="7" characterset="C0450070" base14-font="CourierBoldOblique"/> <afp-raster-font size="8" characterset="C0450080" base14-font="CourierBoldOblique"/> <afp-raster-font size="9" characterset="C0450090" base14-font="CourierBoldOblique"/> <afp-raster-font size="10" characterset="C0450000" base14-font="CourierBoldOblique"/> <afp-raster-font size="11" characterset="C04500A0" base14-font="CourierBoldOblique"/> <afp-raster-font size="12" characterset="C04500B0" base14-font="CourierBoldOblique"/> <afp-raster-font size="14" characterset="C04500D0" base14-font="CourierBoldOblique"/> <afp-raster-font size="16" characterset="C04500F0" base14-font="CourierBoldOblique"/> <afp-raster-font size="18" characterset="C04500H0" base14-font="CourierBoldOblique"/> <afp-raster-font size="20" characterset="C04500J0" base14-font="CourierBoldOblique"/> <afp-raster-font size="24" characterset="C04500N0" base14-font="CourierBoldOblique"/> <afp-raster-font size="30" characterset="C04500T0" base14-font="CourierBoldOblique"/> <afp-raster-font size="36" characterset="C04500Z0" base14-font="CourierBoldOblique"/> </afp-font> <font-triplet name="Courier" style="italic" weight="bold"/> <font-triplet name="monospace" style="italic" weight="bold"/> </font> </fonts> </renderer> <renderer mime="application/postscript"> </renderer> <renderer mime="application/vnd.hp-PCL"> </renderer> <renderer mime="image/svg+xml"> <format type="paginated"/> <link value="true"/> <strokeText value="false"/> </renderer> <renderer mime="application/awt"> </renderer> <renderer mime="image/png"> <!--transparent-page-background>true</transparent-page-background--> </renderer> <renderer mime="image/tiff"> </renderer> <renderer mime="text/xml"> </renderers> </fop>
XSLTOPDF.java
Description: XSLTOPDF.java