Uses of Class
com.aowagie.text.pdf.BadPdfFormatException
-
Packages that use BadPdfFormatException Package Description com.aowagie.text.pdf -
-
Uses of BadPdfFormatException in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that throw BadPdfFormatException Modifier and Type Method Description private PdfArrayPdfCopy. copyArray(PdfArray in)Translate a PRArray to a PdfArray.private PdfDictionaryPdfCopy. copyDictionary(PdfDictionary in)Translate a PRDictionary to a PdfDictionary.private 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.private PdfObjectPdfCopy. copyObject(PdfObject in)Translate a PR-object to a Pdf-objectprivate PdfStreamPdfCopy. copyStream(PRStream in)Translate a PRStream to a PdfStream.Constructors in com.aowagie.text.pdf that throw BadPdfFormatException Constructor Description PdfBoolean(java.lang.String value)Constructs aPdfBoolean-object.PdfContents(PdfContentByte under, PdfContentByte content, PdfContentByte text, PdfContentByte secondContent, Rectangle page)Constructs aPdfContents-object, containing text and general graphics.PdfImage(Image image, java.lang.String name, PdfIndirectReference maskRef)Constructs aPdfImage-object.
-