Thanks for your response..  I am not sure what to change in my userconfig.xml file.  I do not see a "strokeSVGText" entry?  I pasted in my userconfig.xml file, if you see what I have done wrong could you please let me know.  

Thanks
-Ryan

<!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
<configuration>
<!--
  <entry>
    <key>baseDir</key>
    <value></value>
  </entry>
-->

<!-- 
fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
         it isn't specified, the value from baseDir is used.
-->
<!--
  <entry>
    <key>fontBaseDir</key>
    <value></value>
  </entry>
-->
  <entry role="pdf">
    <key>stream-filter-list</key>
    <!--list>ascii-85</list-->
    <list/>
  </entry>

<!--
************************************************************************
  Add fonts here
************************************************************************
-->
<fonts>
  <font metrics-file="http://n2app013.hphc.org:8085/CE/conf/Fre3of9.xml" embed-file="file:///c:/WINNT/FONTS/FRE3OF9X.ttf" kerning="yes">
        <font-triplet name="FreeBarCode" style="normal" weight="normal"/>
  </font>
  <font metrics-file="http://n2app013.hphc.org:8085/CE/conf/C39HL4.xml" embed-file="file:///c:/WINNT/FONTS/C39H12L4.ttf" kerning="yes">
        <font-triplet name="C3of9Font" style="normal" weight="normal"/>
  </font> 
</fonts>
</configuration>

Jeremias Maerki wrote:
It is, to a certain extent. Have a look at conf/config.xml. The
"stream-filter-list" entry controls the compression/encoding filters to
be applied to certain PDF objects. However, not all PDF objects in FOP's
PDF library respect this setting, if I remember correctly. But you don't
have to change config.xml and recompile FOP. It is sufficient to add a block
like the following after the "strokeSVGText" entry in userconfig.xml
which you can specify on the command-line.

  <entry role="pdf">
    <key>stream-filter-list</key>
    <!--list>ascii-85</list-->
    <list/>
  </entry>

Specifying an empty <list/> element is a good way to create an
uncompressed PDF for debugging purposes.

On 06.07.2004 23:35:15 Ryan Eldridge wrote:
  
I have Googled to try and understand if I am able to change the 
PDFTextCompresion setting in FOP v 0.20.5?  Has anyone had experience 
doing this?  Does anyone know if it is possible?
    


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Reply via email to