Uses of Class
com.itextpdf.text.exceptions.InvalidPdfException
-
Packages that use InvalidPdfException Package Description com.itextpdf.text.exceptions com.itextpdf.text.pdf.mc -
-
Uses of InvalidPdfException in com.itextpdf.text.exceptions
Subclasses of InvalidPdfException in com.itextpdf.text.exceptions Modifier and Type Class Description class
UnsupportedPdfException
Typed exception used when opening an existing PDF document. -
Uses of InvalidPdfException in com.itextpdf.text.pdf.mc
Methods in com.itextpdf.text.pdf.mc that throw InvalidPdfException Modifier and Type Method Description protected void
StructureItems. processStructElemKids(PdfDictionary structElem, PdfIndirectReference ref, PdfObject object)
Processes the kids object of a StructElem dictionary.protected void
StructureItems. processStructElems(PdfDictionary structElem, PdfIndirectReference ref)
Looks at a StructElem dictionary, and processes it.Constructors in com.itextpdf.text.pdf.mc that throw InvalidPdfException Constructor Description StructureItems(PdfReader reader)
Creates a list of StructuredItem objects.StructureObject(PdfDictionary structElem, PdfIndirectReference ref, PdfDictionary dict)
Creates a StructureObject for an OBJR dictionary.
-