Movatterモバイル変換


[0]ホーム

URL:


 

Apache XML Graphics Project Logo

Apache™ FOP

The Apache FOP Project

The Apache™ FOP Project

Apache™ FOP: PDF Images Plug-In

Overview

Thefop-pdf-images plug-in extends FOP in order to add support for using PDF images in fo:external-graphic elements whengenerating PDF files. This means one can write something like:

<fo:external-graphicsrc="my-doc.pdf#page=1"/>

and

<fox:external-documentsrc="my-doc.pdf"/>

Reduce file size

If you input many pdfs together the output pdf has duplicate fonts. Set this flag to merge fonts in fop.xconf:

<renderermime="application/pdf"><merge-fonts>true</merge-fonts></renderer>

Object Streams compress the PDF to reduce file size. Needs to be enabled using fop.xconf:

<renderermime="application/pdf"><use-object-streams>true</use-object-streams></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:

<renderermime="application/pdf"><form-xobject>true</form-xobject></renderer>

Merge form fields

If you want to merge form fields data structure across multiple input pdfs set this flag in fop.xconf:

<renderermime="application/pdf"><merge-form-fields>true</merge-form-fields></renderer>

Known issues with Postscript output

Binary Download

If using the binary package, the four jar files should be placed in thelib directory of your FOP installation.

Binary distributions include "-bin" in their names, and can be downloaded from aFOP-PDF-Images Distribution mirror.

Here are the links to each package’s signature and checksum files. Signatures can be verified by using ourKEYS file.

fop-pdf-images-2.11-bin.tar.gzPGPSHA512
fop-pdf-images-2.11-bin.zipPGPSHA512
fop-pdf-images-2.11-src.tar.gzPGPSHA512
fop-pdf-images-2.11-src.zipPGPSHA512

Source Download

Older Releases

Archive distributions can be downloaded from the archivesbinaries &source links.

The fop-pdf-images plug-in was donated by Jeremias Märki to the XMLGraphics project in 2012. Older releases canbe obtained from his plug-inpage.

History of Changes

Version 2.11

Version 2.10

Version 2.9

Version 2.8

Version 2.7

Version 2.6

Version 2.5

Version 2.4

Version 2.3

Version 2.2

Apache Software Foundation

Copyright © 2025 The Apache Software Foundation, Licensed undertheApache License, Version 2.0.
Apache, Apache XML Graphics, Apache FOP, Apache Batik, the Apache logo, and theApache XML Graphics logos are trademarks ofThe ApacheSoftware Foundation. All other marks mentioned may be trademarks or registeredtrademarks of their respective owners.


[8]ページ先頭

©2009-2026 Movatter.jp