Package | Description |
---|---|
org.apache.pdfbox.preflight.content |
Modifier and Type | Method and Description |
---|---|
protected void |
PreflightStreamEngine.checkColorOperators(String operation)
This method validates if the ColorOperator can be used with the color space
defined in OutputIntent dictionaries.
|
protected void |
PreflightStreamEngine.validateInlineImageFilter(Operator operator)
Throw a ContentStreamException if the LZW filter is used in a InlinedImage.
|
protected void |
PreflightStreamEngine.validateNumberOfGraphicStates(Operator operator)
Valid the number of graphic states if the operator is the Save Graphic state operator ("q")
|
protected void |
PreflightStreamEngine.validateRenderingIntent(Operator operator,
List<COSBase> arguments)
Check operands of the "ri" operator.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.