From commits-return-4606-archive-asf-public=cust-asf.ponee.io@xmlgraphics.apache.org Mon Sep 9 09:15:54 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 12205180608 for ; Mon, 9 Sep 2019 11:15:53 +0200 (CEST) Received: (qmail 18664 invoked by uid 500); 9 Sep 2019 09:15:53 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 18611 invoked by uid 99); 9 Sep 2019 09:15:53 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2019 09:15:53 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id C31003A0839 for ; Mon, 9 Sep 2019 09:15:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1049861 - in /websites/staging/xmlgraphics/trunk/content: ./ fop/fop-pdf-images.html Date: Mon, 09 Sep 2019 09:15:52 -0000 To: commits@xmlgraphics.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190909091552.C31003A0839@svn01-us-west.apache.org> Author: buildbot Date: Mon Sep 9 09:15:52 2019 New Revision: 1049861 Log: Staging update by buildbot for xmlgraphics Modified: websites/staging/xmlgraphics/trunk/content/ (props changed) websites/staging/xmlgraphics/trunk/content/fop/fop-pdf-images.html Propchange: websites/staging/xmlgraphics/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Sep 9 09:15:52 2019 @@ -1 +1 @@ -1863828 +1866667 Modified: websites/staging/xmlgraphics/trunk/content/fop/fop-pdf-images.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/fop-pdf-images.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/fop-pdf-images.html Mon Sep 9 09:15:52 2019 @@ -565,6 +565,16 @@ generating PDF files. This means one can +

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:

+
<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