Uses of Class
com.aowagie.text.pdf.BadPdfFormatException
Packages that use BadPdfFormatException
-
Uses of BadPdfFormatException in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that throw BadPdfFormatExceptionModifier and TypeMethodDescriptionprivate PdfArray
Translate a PRArray to a PdfArray.private PdfDictionary
PdfCopy.copyDictionary
(PdfDictionary in) Translate a PRDictionary to a PdfDictionary.private 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.private PdfObject
PdfCopy.copyObject
(PdfObject in) Translate a PR-object to a Pdf-objectprivate PdfStream
PdfCopy.copyStream
(PRStream in) Translate a PRStream to a PdfStream.Constructors in com.aowagie.text.pdf that throw BadPdfFormatExceptionModifierConstructorDescription(package private)
PdfBoolean
(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.(package private)
PdfImage
(Image image, String name, PdfIndirectReference maskRef) Constructs aPdfImage
-object.