Uses of Class
com.itextpdf.text.pdf.BadPdfFormatException
Packages that use BadPdfFormatException
-
Uses of BadPdfFormatException in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that throw BadPdfFormatExceptionModifier and TypeMethodDescriptionprotected voidvoidPdfACopy.addPage(PdfImportedPage iPage) voidPdfASmartCopy.addPage(PdfImportedPage iPage) voidPdfCopy.addPage(PdfImportedPage iPage) Add an imported page to our outputvoidPdfSmartCopy.addPage(PdfImportedPage iPage) protected voidprotected voidPdfStructTreeController.attachStructTreeRootKids(PdfObject firstNotNullKid) Add kid to structureTreeRoot from structTreeRootprotected PdfArrayTranslate a PRArray to a PdfArray.protected PdfArrayTranslate a PRArray to a PdfArray.protected PdfDictionaryPdfCopy.copyDictionary(PdfDictionary in) Translate a PRDictionary to a PdfDictionary.protected PdfDictionaryPdfCopy.copyDictionary(PdfDictionary in, boolean keepStruct, boolean directRootKids) Translate a PRDictionary to a PdfDictionary.protected PdfIndirectReferencePdfASmartCopy.copyIndirect(PRIndirectReference in) protected PdfIndirectReferencePdfCopy.copyIndirect(PRIndirectReference in) Translate a PRIndirectReference to a PdfIndirectReference In addition, translates the object numbers, and copies the referenced object to the output file.protected PdfIndirectReferencePdfCopy.copyIndirect(PRIndirectReference in, boolean keepStructure, boolean directRootKids) Translate a PRIndirectReference to a PdfIndirectReference In addition, translates the object numbers, and copies the referenced object to the output file.protected PdfIndirectReferencePdfSmartCopy.copyIndirect(PRIndirectReference in) Translate a PRIndirectReference to a PdfIndirectReference In addition, translates the object numbers, and copies the referenced object to the output file if it wasn't available in the cache yet.protected PdfObjectPdfCopy.copyObject(PdfObject in) Translate a PR-object to a Pdf-objectprotected PdfObjectPdfCopy.copyObject(PdfObject in, boolean keepStruct, boolean directRootKids) Translate a PR-object to a Pdf-objectprotected PdfStreamPdfCopy.copyStream(PRStream in) Translate a PRStream to a PdfStream.voidPdfStructTreeController.copyStructTreeForPage(PdfNumber sourceArrayNumber, int newArrayNumber) protected voidPdfCopy.flushAcroFields()protected voidPdfWriter.flushAcroFields()PdfCopy.getImportedPage(PdfReader reader, int pageNumber, boolean keepTaggedPdfStructure) protected voidConstructors in com.itextpdf.text.pdf that throw BadPdfFormatExceptionModifierConstructorDescriptionPdfBoolean(String value) Constructs aPdfBoolean-object.PdfImage(Image image, String name, PdfIndirectReference maskRef) Constructs aPdfImage-object.protectedPdfStructTreeController(PdfReader reader, PdfCopy writer)