diff options
author | Jeremias Maerki <jeremias@apache.org> | 2010-10-07 07:41:48 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2010-10-07 07:41:48 +0000 |
commit | eff5b9fd40215ce4f4560feaecf37320a878e917 (patch) | |
tree | 1b956b5dea55e2bd5739abe9547bff580aeb5957 /src/documentation/content/xdocs | |
parent | 8ca38ab9b6f78481b23d3740dc68c684c78aa539 (diff) | |
download | xmlgraphics-fop-eff5b9fd40215ce4f4560feaecf37320a878e917.tar.gz xmlgraphics-fop-eff5b9fd40215ce4f4560feaecf37320a878e917.zip |
Bugzilla #49379:
Added ability to embed an external AFP page segment resource file (AFP output only).
Submitted by: Peter Hancock <peter.hancock.at.gmail.com>
Changes to patch:
- Replaced AFP parsing code with a more universal MO:DCA parser (as discussed).
- AFPDocumentHandler: addressed a TODO (clearing of the page segment map was not necessary for each page)
- AFPDocumentHandler: merged pageSegmentMap and pageSegmentUriMap by creating a combined object: PageSegmentDescriptor
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1005350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r-- | src/documentation/content/xdocs/trunk/output.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 1766cd493..226a2d96c 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -885,6 +885,13 @@ Note that the value of the encoding attribute in the example is the double-byte segment in the generated file. Please also note that page segments cannot be scaled. They are always rendered in their intrinsic size. </p> + <p> + The include-page-segment extension element has the optional attribute + <i>resource-file</i>. The value of this is a URI to a resource containing a page + segment with the declared name. In this case FOP embeds the page segment into the + generated document so that the external resource does not have to be supplied in the + print job. + </p> </section> <section id="afp-tag-logical-element"> <title>Tag Logical Element (TLE) Extension</title> |