Uses of Class
com.itextpdf.text.exceptions.InvalidPdfException
Packages that use InvalidPdfException
-
Uses of InvalidPdfException in com.itextpdf.text.exceptions
Subclasses of InvalidPdfException in com.itextpdf.text.exceptionsModifier and TypeClassDescriptionclass
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 InvalidPdfExceptionModifier and TypeMethodDescriptionprotected 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 InvalidPdfExceptionModifierConstructorDescriptionStructureItems
(PdfReader reader) Creates a list of StructuredItem objects.StructureObject
(PdfDictionary structElem, PdfIndirectReference ref, PdfDictionary dict) Creates a StructureObject for an OBJR dictionary.