Generated by
JDiff

All Documentation Differences

Package com.itextpdf.forms
  Class PdfAcroForm
    Method setDefaultAppearance(String)

Package com.itextpdf.forms.fields
  Class PdfFormField
    Method drawCheckBox(PdfCanvas, float, float, float)

Package com.itextpdf.io.image
  Class ImageDataFactory
    Method createBmp(byte[], boolean)

Package com.itextpdf.io.source
  Class RandomAccessFileOrArray
    Method getPosition()
    Method length()
    Method seek(long)
    Method skip(long)

Package com.itextpdf.io.util
  Class ArrayUtil

  Class GhostscriptHelper
    Method runGhostScriptImageGeneration(String, String, String)
    Method runGhostScriptImageGeneration(String, String, String, String)

  Class ImageMagickHelper
    Method runImageMagickImageCompare(String, String, String)
    Method runImageMagickImageCompare(String, String, String, String)

Package com.itextpdf.kernel.font
  Class PdfFontFactory
    Method createFont(byte[], EmbeddingStrategy)
    Method createFont(byte[], String, EmbeddingStrategy)
    Method createFont(byte[], String, EmbeddingStrategy, boolean)
    Method createRegisteredFont(String, String, EmbeddingStrategy)
    Method createRegisteredFont(String, String, EmbeddingStrategy, boolean)
    Method createRegisteredFont(String, String, EmbeddingStrategy, int)
    Method createRegisteredFont(String, String, EmbeddingStrategy, int, boolean)
    Method createTtcFont(String, int, String, EmbeddingStrategy, boolean)
    Method createTtcFont(byte[], int, String, EmbeddingStrategy, boolean)

Package com.itextpdf.kernel.pdf
  Class DocumentProperties
    Method setEventCountingMetaInfo(IMetaInfo)

  Class FingerPrint
    FingerPrint()
    Method registerProduct(ProductData)

  Class PdfArray
    Method toBooleanArray()
    Method toDoubleArray()
    Method toFloatArray()
    Method toIntArray()
    Method toLongArray()
    Method toRectangle()

  Class PdfDocument
    Method getDefaultPageSize()
    Method registerProduct(ProductData)
    Method setDefaultPageSize(PageSize)
    Method setTagged()

  Class PdfReader
    Method getFileLength()

  Class PdfWriter
    Method flushObject(PdfObject, boolean)
    Method writeToBody(PdfObject)

Package com.itextpdf.kernel.utils
  Class CompareTool
    Method compareArrays(PdfArray, PdfArray)
    Method compareByCatalog(PdfDocument, PdfDocument)
    Method compareDictionaries(PdfDictionary, PdfDictionary)
    Method compareStreams(PdfStream, PdfStream)

Package com.itextpdf.kernel.xmp.options
  Class SerializeOptions
    Method clone()

Package com.itextpdf.layout.borders
  Class DashedBorder
    Method getDotsGap(double, float)

  Class DottedBorder
    Method getDotsGap(double, float)

  Class RoundDotsBorder
    Method getDotsGap(double, float)

Package com.itextpdf.layout.font
  Class FontProvider

Package com.itextpdf.layout.hyphenation
  Class PatternParser
    PatternParser(IPatternConsumer)

Package com.itextpdf.layout.layout
  Class LayoutContext
    Field area

  Class LineLayoutResult
    Method setSplitForcedByNewline(boolean)

  Class RootLayoutArea
    RootLayoutArea(int, Rectangle)

Package com.itextpdf.signatures
  Class CertificateUtil
    Method getCRLURL(X509Certificate)

  Class CertificateVerifier
    Method verify(X509Certificate, X509Certificate, Date)

  Class LtvVerifier
    Method getCRLsFromDSS()
    Method getOCSPResponsesFromDSS()
    Method verify(X509Certificate, X509Certificate, Date)

  Class OCSPVerifier
    Method verify(BasicOCSPResp, X509Certificate, X509Certificate, Date)

  Class OcspClientBouncyCastle
    OcspClientBouncyCastle(OCSPVerifier)

  Class PdfPKCS7
    Method getEncodedPKCS7(byte[], CryptoStandard, ITSAClient, Collection, Collection)

  Class PdfSignatureAppearance
    Method getLayer0()
    Method getLayer2()

  Class VerificationException
    VerificationException(Certificate, String)

Package com.itextpdf.styledxmlparser.css.page
  Class PageMarginBoxContextNode
    Method getContainingBlockForMarginBox()
    Method getPageMarginBoxRectangle()
    Method setContainingBlockForMarginBox(Rectangle)
    Method setPageMarginBoxRectangle(Rectangle)

Package com.itextpdf.styledxmlparser.jsoup
  Class Jsoup
    Method parse(File, String)
    Method parse(File, String, String)
    Method parse(InputStream, String, String)
    Method parse(InputStream, String, String, Parser)
    Method parse(String)
    Method parse(String, String)
    Method parse(String, String, Parser)
    Method parseBodyFragment(String)
    Method parseBodyFragment(String, String)

Package com.itextpdf.styledxmlparser.jsoup.helper
  Class DataUtil
    Method load(File, String, String)

  Class Validate
    Method notEmpty(String)
    Method notEmpty(String, String)

Package com.itextpdf.styledxmlparser.jsoup.nodes
  Class Attribute
    Attribute(String, String)
    Method getValue()
    Method setKey(String)
    Method setValue(String)
    Method shouldCollapseAttribute(OutputSettings)

  Class Attributes
    Method asList()
    Method get(String)
    Method hasKey(String)
    Method html()
    Method put(Attribute)
    Method put(String, String)
    Method put(String, boolean)
    Method remove(String)

  Class Comment
    Comment(String)

  Class DataNode
    DataNode(String)
    Method createFromEncoded(String, String)

  Class Document
    Document(String)
    Method body()
    Method charset(Charset)
    Method head()
    Method location()
    Method updateMetaCharsetElement(boolean)

  Class DocumentType
    DocumentType(String, String, String)

  Class Element
    Element(Tag, String)
    Element(Tag, String, Attributes)
    Method addClass(String)
    Method appendChild(Node)
    Method appendElement(String)
    Method appendText(String)
    Method attr(String, String)
    Method attr(String, boolean)
    Method child(int)
    Method children()
    Method classNames(Set)
    Method data()
    Method firstElementSibling()
    Method getAllElements()
    Method getElementsByAttributeValue(String, String)
    Method getElementsByAttributeValueContaining(String, String)
    Method getElementsByAttributeValueEnding(String, String)
    Method getElementsByAttributeValueMatching(String, String)
    Method getElementsByAttributeValueNot(String, String)
    Method getElementsByAttributeValueStarting(String, String)
    Method getElementsByClass(String)
    Method getElementsMatchingOwnText(String)
    Method getElementsMatchingText(String)
    Method hasText()
    Method html()
    Method isBlock()
    Method lastElementSibling()
    Method nextElementSibling()
    Method ownText()
    Method prependChild(Node)
    Method prependElement(String)
    Method prependText(String)
    Method removeClass(String)
    Method tag()
    Method tagName()
    Method tagName(String)
    Method text()
    Method text(String)
    Method toggleClass(String)

  Class Entities

  Class FormElement

  Class Node
    Method absUrl(String)
    Method after(Node)
    Method after(String)
    Method attr(String)
    Method attr(String, String)
    Method attributes()
    Method baseUri()
    Method before(Node)
    Method before(String)
    Method childNode(int)
    Method childNodeSize()
    Method childNodes()
    Method childNodesCopy()
    Method clone()
    Method equals(Object)
    Method hasAttr(String)
    Method hasSameValue(Object)
    Method nextSibling()
    Method nodeName()
    Method outerHtml()
    Method ownerDocument()
    Method parent()
    Method parentNode()
    Method previousSibling()
    Method removeAttr(String)
    Method replaceWith(Node)
    Method setBaseUri(String)
    Method siblingIndex()
    Method siblingNodes()
    Method traverse(NodeVisitor)
    Method unwrap()
    Method wrap(String)

  Class TextNode
    TextNode(String)
    Method createFromEncoded(String)

  Class XmlDeclaration
    XmlDeclaration(String, boolean)
    Method getWholeDeclaration()

Package com.itextpdf.styledxmlparser.jsoup.parser
  Class Parser

  Class Tag
    Method preserveWhitespace()
    Method valueOf(String)

  Class TokenQueue
    Method chompBalanced(char, char)
    Method consumeElementSelector()
    Method unescape(String)

Package com.itextpdf.styledxmlparser.jsoup.safety
  Class Cleaner
    Cleaner(Whitelist)
    Method clean(Document)
    Method isValid(Document)

  Class Whitelist

Package com.itextpdf.styledxmlparser.jsoup.select
  Class Elements
    Method addClass(String)
    Method attr(String)
    Method clone()
    Method hasAttr(String)
    Method hasClass(String)
    Method remove()
    Method removeClass(String)
    Method tagName(String)
    Method text()
    Method toggleClass(String)
    Method unwrap()
    Method wrap(String)

  Class NodeVisitor
    Method head(Node, int)
    Method tail(Node, int)

  Class QueryParser
    Method parse(String)

  Class Selector

Package com.itextpdf.styledxmlparser.resolver.resource
  Class ResourceResolver
    Method retrieveImage(String)

Package com.itextpdf.svg.converter
  Class SvgConverter
    Method parseAndProcess(InputStream)
    Method parseAndProcess(InputStream, ISvgConverterProperties)