Generated by
JDiff

All Documentation Differences

Package com.itextpdf.forms
  Class PdfPageFormCopier

Package com.itextpdf.forms.xfa
  Class XfaForm
    Method fillXfaForm(File)
    Method fillXfaForm(File, boolean)
    Method fillXfaForm(InputSource)
    Method fillXfaForm(InputSource, boolean)
    Method fillXfaForm(InputStream)
    Method fillXfaForm(InputStream, boolean)
    Method setXfaForm(XfaForm, PdfAcroForm)
    Method setXfaForm(XfaForm, PdfDocument)
    Method write(PdfAcroForm)
    Method write(PdfDocument)

Package com.itextpdf.forms.xfdf
  Class XfdfObject
    Method getAnnots()
    Method getAttributes()
    Method setAnnots(AnnotsObject)
    Method setAttributes(List)

  Class XfdfObjectFactory
    Method createXfdfObject(InputStream)
    Method createXfdfObject(PdfDocument, String)

Package com.itextpdf.io.source
  Class RandomAccessFileOrArray
    Method read(byte[])

Package com.itextpdf.kernel.counter
  Class DataHandlerCounter

Package com.itextpdf.kernel.counter.data
  Class EventDataHandlerUtil
    Method registerTimedProcessing(EventDataHandler)

Package com.itextpdf.kernel.font
  Class PdfFont
    Method decodeIntoGlyphLine(PdfString)

  Class PdfFontFactory
    Method createRegisteredFont(String, String, boolean)
    Method createRegisteredFont(String, String, boolean, boolean)
    Method createRegisteredFont(String, String, boolean, int)
    Method createRegisteredFont(String, String, boolean, int, boolean)
    Method createTtcFont(String, int, String, boolean, boolean)
    Method createTtcFont(byte[], int, String, boolean, boolean)

  Class PdfType3Font
    Method addGlyph(char, int, int, int, int, int)

  Class Type3Font
    Method setFontName(String)

Package com.itextpdf.kernel.pdf
  Class PdfCatalog
    Method getOCProperties(boolean)

Package com.itextpdf.kernel.pdf.annot
  Class PdfLinkAnnotation
    PdfLinkAnnotation(PdfDictionary)
    Method getAction()
    Method setAction(PdfAction)
    Method setAction(PdfDictionary)

Package com.itextpdf.layout.font
  Class FontProvider
    FontProvider(FontSet)
    FontProvider(FontSet, String)
    Method createFontSelector(Collection, List, FontCharacteristics)
    Method getDefaultFontFamily()
    Method getFontSelector(List, FontCharacteristics)
    Method getFontSelector(List, FontCharacteristics, FontSet)
    Method getFontSet()
    Method getPdfFont(FontInfo)
    Method getPdfFont(FontInfo, FontSet)
    Method reset()

  Class Range

Package com.itextpdf.signatures
  Class OCSPVerifier
    Method isValidResponse(BasicOCSPResp, X509Certificate)
    Method isValidResponse(BasicOCSPResp, X509Certificate, Date)
    Method verify(BasicOCSPResp, X509Certificate, X509Certificate, Date)
    Method verify(X509Certificate, X509Certificate, Date)

  Class OcspClientBouncyCastle
    Method getBasicOCSPResp(X509Certificate, X509Certificate, String)

  Class PdfPKCS7
    Method getAuthenticatedAttributeBytes(byte[], CryptoStandard, Collection, Collection)
    Method getAuthenticatedAttributeBytes(byte[], byte[], Collection, CryptoStandard)
    Method getDigestAlgorithm()
    Method getDigestAlgorithmOid()
    Method getDigestEncryptionAlgorithmOid()
    Method getFilterSubtype()

  Class PdfSignature
    Method getCert()
    Method getContents()

  Class PdfSignatureAppearance
    Method getAppearance()
    Method setCertificate(Certificate)
    Method setContact(String)
    Method setFieldName(String)
    Method setImage(ImageData)
    Method setImageScale(float)
    Method setLayer2Font(PdfFont)
    Method setLayer2FontColor(Color)
    Method setLayer2FontSize(float)
    Method setLayer2Text(String)
    Method setLocation(String)
    Method setLocationCaption(String)
    Method setPageNumber(int)
    Method setPageRect(Rectangle)
    Method setReason(String)
    Method setReasonCaption(String)
    Method setRenderingMode(RenderingMode)
    Method setReuseAppearance(boolean)
    Method setSignDate(Calendar)
    Method setSignatureCreator(String)
    Method setSignatureGraphic(ImageData)

  Class SignaturePermissions.FieldLock
    SignaturePermissions.FieldLock(PdfName, PdfArray)
    Method getAction()
    Method getFields()

  Class SignaturePermissions
    SignaturePermissions(PdfDictionary, SignaturePermissions)

  Class SignatureUtil
    Method extractRevision(String)

  Class TSAClientBouncyCastle
    TSAClientBouncyCastle(String, String, String, int, String)
    Method getMessageDigest()
    Method getTSAResponse(byte[])
    Method getTimeStampToken(byte[])

  Class VerificationException
    VerificationException(Certificate, String)

Package com.itextpdf.styledxmlparser.css.validate.impl.datatype
  Class CssBackgroundValidator
    CssBackgroundValidator(String)

  Class CssNumericValueValidator

Package com.itextpdf.svg.converter
  Class SvgConverter
    Method convertToImage(InputStream, PdfDocument)
    Method convertToImage(InputStream, PdfDocument, ISvgConverterProperties)
    Method convertToXObject(ISvgNodeRenderer, PdfDocument)
    Method convertToXObject(InputStream, PdfDocument)
    Method convertToXObject(InputStream, PdfDocument, ISvgConverterProperties)
    Method convertToXObject(String, PdfDocument)
    Method convertToXObject(String, PdfDocument, ISvgConverterProperties)
    Method createPdf(File, File, ISvgConverterProperties)
    Method createPdf(File, File, ISvgConverterProperties, WriterProperties)
    Method createPdf(InputStream, OutputStream, ISvgConverterProperties)
    Method createPdf(InputStream, OutputStream, ISvgConverterProperties, WriterProperties)
    Method createPdf(InputStream, OutputStream, WriterProperties)
    Method drawOnDocument(InputStream, PdfDocument, int)
    Method drawOnDocument(InputStream, PdfDocument, int, ISvgConverterProperties)
    Method drawOnDocument(InputStream, PdfDocument, int, float, float)
    Method drawOnDocument(InputStream, PdfDocument, int, float, float, ISvgConverterProperties)
    Method drawOnDocument(String, PdfDocument, int, ISvgConverterProperties)
    Method drawOnDocument(String, PdfDocument, int, float, float, ISvgConverterProperties)
    Method parse(InputStream)
    Method parse(InputStream, ISvgConverterProperties)
    Method parseAndProcess(InputStream)
    Method parseAndProcess(InputStream, ISvgConverterProperties)
    Method process(INode, ISvgConverterProperties)