Generated by
JDiff

All Documentation Differences

Package com.itextpdf.commons.utils
  Class SystemUtil
    Method getPropertyOrEnvironmentVariable(String)
    Method runProcessAndCollectErrors(String, String)
    Method runProcessAndGetExitCode(String, String)
    Method runProcessAndGetExitCode(String, String, String)
    Method runProcessAndGetOutput(String, String)
    Method runProcessAndGetProcessInfo(String, String)
    Method runProcessAndWait(String, String)
    Method runProcessAndWait(String, String, String)

Package com.itextpdf.io.font
  Class CFFFont.DictOffsetItem

  Class CFFFont.Font
    Method getFDArrayCount()
    Method getFDArrayOffsets()
    Method getFDArrayOffsize()
    Method getFDSelectFormat()
    Method getFDSelectLength()
    Method getFdarrayOffset()
    Method getFdprivateLengths()
    Method getFdprivateOffsets()
    Method getFdprivateSubrs()
    Method getFdselectOffset()
    Method getNglyphs()
    Method isCID()
    Method setCID(boolean)
    Method setFDArrayCount(int)
    Method setFDArrayOffsets(int[])
    Method setFDArrayOffsize(int)
    Method setFDSelect(int[])
    Method setFDSelectFormat(int)
    Method setFDSelectLength(int)
    Method setFdarrayOffset(int)
    Method setFdprivateLengths(int[])
    Method setFdprivateOffsets(int[])
    Method setFdprivateSubrs(int[])
    Method setFdselectOffset(int)
    Method setNglyphs(int)
    Method setPrivateSubrsOffset(int[])

  Class CFFFont.OffsetItem
    Method setOffset(int)

  Class CFFFont.UInt32Item

  Class CFFFont
    Method getCID(String)
    Method getEntireIndexRange(int)

  Class CMapEncoding
    CMapEncoding(String)
    CMapEncoding(String, String)
    Method isBuiltWith(String)

  Class FontProgramFactory
    Method createFont(byte[], boolean)

Package com.itextpdf.kernel.geom
  Class AffineTransform
    AffineTransform(double, double, double, double, double, double)
    AffineTransform(double[])
    AffineTransform(float[])

  Class Matrix
    Matrix()
    Method multiply(Matrix)
    Field I11
    Field I12
    Field I13
    Field I21
    Field I22
    Field I23
    Field I31
    Field I32
    Field I33

  Class Rectangle
    Method getRectangleOnRotatedPage(Rectangle, PdfPage)

Package com.itextpdf.kernel.pdf.annot
  Class PdfLinkAnnotation
    Method getBorderStyle()
    Method setBorderStyle(PdfDictionary)
    Method setBorderStyle(PdfName)
    Method setDashPattern(PdfArray)

Package com.itextpdf.kernel.pdf.canvas
  Class CanvasGraphicsState
    Method updateCtm(float, float, float, float, float, float)

  Class PdfCanvas
    Method addImageWithTransformationMatrix(ImageData, float, float, float, float, float, float)
    Method addImageWithTransformationMatrix(ImageData, float, float, float, float, float, float, boolean)
    Method addInlineImage(PdfImageXObject, float, float, float, float, float, float)
    Method addXObjectWithTransformationMatrix(PdfXObject, float, float, float, float, float, float)
    Method concatMatrix(double, double, double, double, double, double)
    Method setTextMatrix(AffineTransform)
    Method setTextMatrix(float, float, float, float, float, float)

Package com.itextpdf.kernel.utils.checkers
  Class FontCheckUtil.CharacterChecker
    Method check(int, PdfFont)

Package com.itextpdf.kernel.xmp.impl
  Class FixASCIIControlsReader
    FixASCIIControlsReader(Reader)

Package com.itextpdf.layout.element
  Class Link
    Method getLinkAnnotation()

Package com.itextpdf.layout.font.selectorstrategy
  Class FirstMatchFontSelectorStrategy.FirstMathFontSelectorStrategyFactory

Package com.itextpdf.layout.properties
  Class Transform.SingleTransform
    Transform.SingleTransform(float, float, float, float, UnitValue, UnitValue)

Package com.itextpdf.pdfa.checker
  Class PdfAChecker
    Field checkedObjects
    Field maxGsStackDepth

Package com.itextpdf.signatures.validation
  Class ValidatorChainBuilder
    Method buildSignatureValidator(PdfDocument)
    Method withAdESReportAggregator(AdESReportAggregator)
    Method withCRLValidatorFactory(Supplier)
    Method withCertificateChainValidatorFactory(Supplier)
    Method withCrlClient(Supplier)
    Method withDocumentRevisionsValidatorFactory(Supplier)
    Method withIssuingCertificateRetrieverFactory(Supplier)
    Method withKnownCertificates(Collection)
    Method withOCSPValidatorFactory(Supplier)
    Method withOcspClient(Supplier)
    Method withResourceRetriever(Supplier)
    Method withRevocationDataValidatorFactory(Supplier)
    Method withSignatureValidationProperties(SignatureValidationProperties)
    Method withTrustedCertificates(Collection)

Package com.itextpdf.styledxmlparser.exceptions
  Class ReadingByteLimitException

Package com.itextpdf.styledxmlparser.resolver.resource
  Class DefaultResourceRetriever

  Class IResourceRetriever