Class PdfCleanUpContext
java.lang.Object
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContext
Stores parameters related to specific context which is either page or xobject
(in other words: which is the object having contents stream)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PdfContentByteprivate PdfDictionaryPdfContentStreamProcessor is able to process only Device* color spaces, so I had to add this workaround. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpushStrokeColor(List<PdfObject> strokeColorOperands) voidsetCanvas(PdfContentByte canvas) voidsetResources(PdfDictionary resources)
-
Field Details
-
resources
-
canvas
-
strokeColorOperands
-
-
Constructor Details
-
PdfCleanUpContext
public PdfCleanUpContext() -
PdfCleanUpContext
-
-
Method Details
-
getResources
-
setResources
-
getCanvas
-
setCanvas
-
pushStrokeColor
-
peekStrokeColor
-
popStrokeColor
-