Subject:Text symbols in SS not same as final doc Author:Robin Smith Date:23 Jun 2022 08:50 PM
I have a document with the symbol: §§ within the document. It is working properly within Stylus Studio when the post processing preview completes. Once it is put into our system and a final PDF document is created there are issues. Please see the screenshots for more clarity.
Subject:Text symbols in SS not same as final doc Author:Robin Smith Date:24 Jun 2022 03:04 PM
Ivan,
This is an older document that I was handed and asked to update verbiage and formatting on. The output in our document system is FOP to create a PDF. I will add a screenshot for you.
Here is the first several lines of the code:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.1" xmlns:saxon="http://icl.com/saxon" extension-element-prefixes="saxon" xmlns:fox="http://xml.apache.org/fop/extensions">
<xsl:template match="*|@*">
<xsl:apply-templates select="*|@*"/>
</xsl:template>
<xsl:template match="CO">
<!--The font-family that you declare here is used throughout the document-->
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Times" font-size="12pt">
<!--Here is the size of the page you will be creating-->
<!--pt stands for a point. There are 72 pointes to an inch-->
<fo:layout-master-set>