You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2019/09/09 09:15:35 UTC

svn commit: r1866667 - /xmlgraphics/site/trunk/content/fop/fop-pdf-images.mdtext

Author: ssteiner
Date: Mon Sep  9 09:15:35 2019
New Revision: 1866667

URL: http://svn.apache.org/viewvc?rev=1866667&view=rev
Log:
FOP-2882: Allow PDFFormXObject to improve performance

Modified:
    xmlgraphics/site/trunk/content/fop/fop-pdf-images.mdtext

Modified: xmlgraphics/site/trunk/content/fop/fop-pdf-images.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/fop-pdf-images.mdtext?rev=1866667&r1=1866666&r2=1866667&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/fop-pdf-images.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/fop-pdf-images.mdtext Mon Sep  9 09:15:35 2019
@@ -40,6 +40,17 @@ If you input many pdfs together the outp
       <merge-fonts>true</merge-fonts>
     </renderer>
 
+## Improve performance
+
+If you use many of the same pdf's and they have a large content stream, this flag can improve performance.
+The disadvantage will be it can cause higher memory use inside your printer.
+Set this flag in fop.xconf:
+
+    :::xml
+    <renderer mime="application/pdf">      
+      <form-xobject>true</form-xobject>
+    </renderer>
+
 ## Known issues with Postscript output
 
 - If fonts are not embedded in source PDF:



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org