| Modifier and Type | Method and Description |
|---|---|
static PDColorSpace |
ColorSpaceFactory.getColorSpace(PDColorSpace colorSpace,
PDAbstractPattern pattern,
PDInheritableResources resources,
int opm,
boolean overprintingFlag,
PDDocument document,
PDFAFlavour flavour)
Transform object of pdfbox to corresponding object of veraPDF-library (
PDColorSpace to
PBoxPDColorSpace). |
static PDPattern |
ColorSpaceFactory.getPattern(PDAbstractPattern pattern,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour)
Transform object of pdfbox to corresponding object of veraPDF-library (
PDAbstractPattern to
PBoxPDPattern) |
| Modifier and Type | Method and Description |
|---|---|
static PDFont |
FontFactory.parseFont(PDFont pdfboxFont,
RenderingMode renderingMode,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour)
Transform Apache PDFBox font representation to
VeraPDF font representation
|
| Modifier and Type | Method and Description |
|---|---|
List<Operator> |
OperatorFactory.operatorsFromTokens(List<Object> pdfBoxTokens,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour)
Converts pdfbox operators and arguments from content stream
to the corresponding
Operator objects of veraPDF-library |
| Constructor and Description |
|---|
PBOp_EI(List<COSBase> arguments,
byte[] imageData,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
| Constructor and Description |
|---|
PBOp_DoubleQuote(List<COSBase> arguments,
GraphicState state,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
PBOp_Quote(List<COSBase> arguments,
GraphicState state,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
PBOp_TJ_Big(List<COSBase> arguments,
GraphicState state,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
PBOp_Tj(List<COSBase> arguments,
GraphicState state,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
PBOpStringTextShow(List<COSBase> arguments,
GraphicState state,
PDInheritableResources resources,
String opType,
PDDocument document,
PDFAFlavour flavour) |
PBOpTextShow(List<COSBase> arguments,
GraphicState state,
PDInheritableResources resources,
String opType,
PDDocument document,
PDFAFlavour flavour) |
| Constructor and Description |
|---|
PBOp_Do(List<COSBase> arguments,
PDXObject pbXObject,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
| Constructor and Description |
|---|
PBoxPDContentStream(PDContentStream contentStream,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
| Constructor and Description |
|---|
PBoxPDType3Font(PDFontLike font,
RenderingMode renderingMode,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
| Modifier and Type | Field and Description |
|---|---|
protected PDInheritableResources |
PBoxPDXObject.resources |
| Modifier and Type | Method and Description |
|---|---|
static PDXObject |
PBoxPDXObject.getTypedPDXObject(PDXObject pbObject,
PDInheritableResources extendedResources,
PDDocument document,
PDFAFlavour flavour) |
| Constructor and Description |
|---|
PBoxPDSMaskImage(PDImageXObjectProxy simplePDObject,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
PBoxPDXForm(PDFormXObject simplePDObject,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
PBoxPDXImage(PDImageXObjectProxy simplePDObject,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
PBoxPDXImage(PDImageXObjectProxy simplePDObject,
PDInheritableResources resources,
String type,
PDDocument document,
PDFAFlavour flavour) |
PBoxPDXObject(COSObjectable simplePDObject,
PDInheritableResources resources,
String type,
PDDocument document,
PDFAFlavour flavour) |
| Constructor and Description |
|---|
PBoxPDTilingPattern(PDTilingPattern simplePDObject,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
| Modifier and Type | Field and Description |
|---|---|
static PDInheritableResources |
PDInheritableResources.EMPTY_EXTENDED_RESOURCES |
| Modifier and Type | Method and Description |
|---|---|
PDInheritableResources |
PDInheritableResources.getExtendedResources(PDResources resources) |
static PDInheritableResources |
PDInheritableResources.getInstance(PDResources pageResources) |
static PDInheritableResources |
PDInheritableResources.getInstance(PDResources inheritedResources,
PDResources currentResources) |
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.