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 TypeMethodDescriptionvoidPdfCopy.addPage(PdfImportedPage iPage) Deprecated.Add an imported page to our outputvoidPdfCopy.copyAcroForm(PdfReader reader) Deprecated.Copy the acroform for an input document.protected PdfArrayDeprecated.Translate a PRArray to a PdfArray.protected PdfDictionaryPdfCopy.copyDictionary(PdfDictionary in) Deprecated.Translate a PRDictionary to a PdfDictionary.protected PdfDictionaryUnembedFontPdfSmartCopy.copyDictionary(PdfDictionary in) Deprecated.protected PdfIndirectReferencePdfCopy.copyIndirect(PRIndirectReference in) Deprecated.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) Deprecated.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) Deprecated.Translate a PR-object to a Pdf-objectprotected PdfStreamPdfCopy.copyStream(PRStream in) Deprecated.Translate a PRStream to a PdfStream.Constructors in com.lowagie.text.pdf that throw BadPdfFormatExceptionModifierConstructorDescriptionPdfBoolean(String value) Deprecated.Constructs aPdfBoolean-object.PdfImage(Image image, String name, PdfIndirectReference maskRef) Deprecated.Constructs aPdfImage-object.