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 void
private void
void
PdfACopy.addPage
(PdfImportedPage iPage) void
PdfASmartCopy.addPage
(PdfImportedPage iPage) void
PdfCopy.addPage
(PdfImportedPage iPage) Add an imported page to our outputvoid
PdfSmartCopy.addPage
(PdfImportedPage iPage) protected void
protected void
PdfStructTreeController.attachStructTreeRootKids
(PdfObject firstNotNullKid) Add kid to structureTreeRoot from structTreeRootprivate PdfArray
PdfCopy.branchForm
(HashMap<String, Object> level, PdfIndirectReference parent, String fname) protected PdfArray
Translate a PRArray to a PdfArray.protected PdfArray
Translate a PRArray to a PdfArray.protected PdfDictionary
PdfCopy.copyDictionary
(PdfDictionary in) Translate a PRDictionary to a PdfDictionary.protected PdfDictionary
PdfCopy.copyDictionary
(PdfDictionary in, boolean keepStruct, boolean directRootKids) Translate a PRDictionary to a PdfDictionary.protected PdfIndirectReference
PdfASmartCopy.copyIndirect
(PRIndirectReference in) protected PdfIndirectReference
PdfCopy.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 PdfIndirectReference
PdfCopy.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 PdfIndirectReference
PdfSmartCopy.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 PdfObject
PdfCopy.copyObject
(PdfObject in) Translate a PR-object to a Pdf-objectprotected PdfObject
PdfCopy.copyObject
(PdfObject in, boolean keepStruct, boolean directRootKids) Translate a PR-object to a Pdf-objectPdfStructTreeController.copyPageMarks
(PdfDictionary parentTree, PdfNumber arrayNumber, int newArrayNumber) protected PdfStream
PdfCopy.copyStream
(PRStream in) Translate a PRStream to a PdfStream.void
PdfStructTreeController.copyStructTreeForPage
(PdfNumber sourceArrayNumber, int newArrayNumber) private void
PdfCopy.createAcroForms()
PdfStructTreeController.findAndCopyMarks
(PdfArray pages, int arrayNumber, int newArrayNumber) protected void
PdfCopy.flushAcroFields()
protected void
PdfWriter.flushAcroFields()
PdfCopy.getImportedPage
(PdfReader reader, int pageNumber, boolean keepTaggedPdfStructure) protected void
Constructors 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.protected
PdfStructTreeController
(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 void
PdfCleanUpContentOperator.updateImageStream
(PRStream imageStream, byte[] newData)