iText 8.0.4 API
iText.Kernel.Utils Namespace Reference

Classes

class   CompareTool
  This class provides means to compare two PDF files both by content and visually and gives the report on their differences. More...
 
class   DefaultSafeXmlParserFactory
  Implementation of IXmlParserFactory for creating safe xml parser objects. More...
 
interface   ICopyFilter
  A filter class to be used while copying pdf components. More...
 
class   IdleOutputStream
 
interface   IValidationChecker
  Used to check if a PDF document is compliant to a specific validation profile. More...
 
interface   IXmlParserFactory
  The interface in which methods for creating xml parsers are declared. More...
 
class   MemoryFirstPdfWriter
  PdfWriter implementation which allows to create documents in memory and dump them on disk on purpose.
 
class   NullCopyFilter
  A no-op ICopyFilter instance, used as default. More...
 
class   PageRange
  Class representing a page range, for instance a page range can contain pages 5, then pages 10 through 15, then page 18, then page 21 and so on. More...
 
class   PdfAnnotationFlattener
  Utility class for flattening annotations. More...
 
class   PdfMerger
 
class   PdfMergerProperties
  Class with additional properties for PdfMerger processing. More...
 
class   PdfResourceCounter
  This class can be used to count the number of bytes needed when copying pages from an existing PDF into a newly created PDF. More...
 
class   PdfScriptMerger
  Utility class which provides functionality to merge ECMA scripts from pdf documents More...
 
class   PdfSplitter
 
class   TaggedPdfReaderTool
  Converts a tagged PDF document into an XML file. More...
 
class   ValidationContainer
  This class is a container for one or more IValidationChecker implementations. More...
 
class   ValidationContext
  This class is used to pass additional information to the IValidationChecker implementations. More...
 
class   XmlProcessorCreator
  Utility class for creating XML processors.
 
class   XmlUtils