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 voidprivate 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 structTreeRootprivate PdfArrayPdfCopy.branchForm(HashMap<String, Object> level, PdfIndirectReference parent, String fname) protected 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-objectPdfStructTreeController.copyPageMarks(PdfDictionary parentTree, PdfNumber arrayNumber, int newArrayNumber) protected PdfStreamPdfCopy.copyStream(PRStream in) Translate a PRStream to a PdfStream.voidPdfStructTreeController.copyStructTreeForPage(PdfNumber sourceArrayNumber, int newArrayNumber) private voidPdfCopy.createAcroForms()PdfStructTreeController.findAndCopyMarks(PdfArray pages, int arrayNumber, 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.(package private)PdfContents(PdfContentByte under, PdfContentByte content, PdfContentByte text, PdfContentByte secondContent, Rectangle page) Constructs aPdfContents-object, containing text and general graphics.PdfImage(Image image, String name, PdfIndirectReference maskRef) Constructs aPdfImage-object.protectedPdfStructTreeController(PdfReader reader, PdfCopy writer) -
Uses of BadPdfFormatException in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup that throw BadPdfFormatExceptionModifier and TypeMethodDescriptionprivate voidPdfCleanUpContentOperator.updateImageStream(PRStream imageStream, byte[] newData)