Package | Description |
---|---|
org.apache.pdfbox.preflight.content |
Modifier and Type | Method and Description |
---|---|
protected void |
ContentStreamEngine.checkColorOperators(String operation)
This method validates if the ColorOperator can be used with the color space defined in OutputIntent dictionaries.
|
protected void |
ContentStreamWrapper.checkShowTextOperators(PDFOperator operator,
List<?> arguments)
Process Text Validation.
|
protected void |
ContentStreamEngine.validImageColorSpace(PDFOperator operator)
This method validates if the ColorSpace used by the InlinedImage is consistent with the color space defined in
OutputIntent dictionaries.
|
protected void |
ContentStreamEngine.validImageFilter(PDFOperator operator)
Throw a ContentStreamException if the LZW filter is used in a InlinedImage.
|
protected void |
ContentStreamEngine.validNumberOfGraphicStates(PDFOperator operator)
Valid the number of graphic states if the operator is the Save Graphic state operator ("q")
|
protected void |
ContentStreamEngine.validRenderingIntent(PDFOperator operator,
List arguments)
Check operands of the "ri" operator.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.