Package | Description |
---|---|
org.apache.pdfbox.contentstream |
This package contains provides classes for working with content streams.
|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.preflight.content | |
org.apache.pdfbox.preflight.process.reflect |
Modifier and Type | Method and Description |
---|---|
protected void |
PDFStreamEngine.processTilingPattern(PDTilingPattern tilingPattern,
PDColor color,
PDColorSpace colorSpace)
Process the given tiling pattern.
|
protected void |
PDFStreamEngine.processTilingPattern(PDTilingPattern tilingPattern,
PDColor color,
PDColorSpace colorSpace,
Matrix patternMatrix)
Process the given tiling pattern.
|
Constructor and Description |
---|
PDPageContentStream(PDDocument doc,
PDTilingPattern pattern,
OutputStream outputStream)
Create a new appearance stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PreflightContentStream.validatePatternContentStream(PDTilingPattern pattern)
Process the validation of a Tiling Pattern
|
Modifier and Type | Method and Description |
---|---|
protected void |
TilingPatternValidationProcess.checkMandatoryFields(PreflightContext context,
PDPage page,
PDTilingPattern pattern)
This method checks if required fields are present.
|
protected void |
TilingPatternValidationProcess.parsePatternContent(PreflightContext context,
PDPage page,
PDTilingPattern pattern)
Validate the Pattern content like Color and Show Text Operators using an instance of ContentStreamWrapper.
|
protected void |
TilingPatternValidationProcess.parseResources(PreflightContext context,
PDPage page,
PDTilingPattern pattern) |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.