Uses of Class
com.lowagie.text.pdf.BadPdfFormatException
Packages that use BadPdfFormatException
-
Uses of BadPdfFormatException in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf that throw BadPdfFormatExceptionModifier and TypeMethodDescriptionvoid
PdfCopy.addPage
(PdfImportedPage iPage) Add an imported page to our outputvoid
PdfCopy.copyAcroForm
(PdfReader reader) Copy the acroform for an input document.protected PdfArray
Translate a PRArray to a PdfArray.protected PdfDictionary
PdfCopy.copyDictionary
(PdfDictionary in) Translate a PRDictionary to a PdfDictionary.protected PdfDictionary
UnembedFontPdfSmartCopy.copyDictionary
(PdfDictionary 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
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 PdfStream
PdfCopy.copyStream
(PRStream in) Translate a PRStream to a PdfStream.Constructors in com.lowagie.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.