Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and Description |
---|---|
static VersionController |
VersionController.getDynamicVersionController(Version initialVersion,
PDFDocument doc)
Returns a controller that allows subsequent changes to the document's version.
|
static VersionController |
VersionController.getFixedVersionController(Version version)
Returns a controller that disallows subsequent change to the document's version.
|
Constructor and Description |
---|
PDFDocument(java.lang.String prod,
VersionController versionController)
Creates an empty PDF document.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.