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) Add an imported page to our outputvoidPdfCopy.copyAcroForm(PdfReader reader) Copy the acroform for an input document.protected PdfArrayTranslate a PRArray to a PdfArray.protected PdfDictionaryPdfCopy.copyDictionary(PdfDictionary in) Translate a PRDictionary to a PdfDictionary.protected PdfDictionaryUnembedFontPdfSmartCopy.copyDictionary(PdfDictionary in) protected 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.protected PdfIndirectReferencePdfSmartCopy.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 PdfObjectPdfCopy.copyObject(PdfObject in) Translate a PR-object to a Pdf-objectprotected PdfStreamPdfCopy.copyStream(PRStream in) Translate a PRStream to a PdfStream.static byte[]PdfPublicKeySecurityHandler.unescapedString(byte[] bytes) Constructors in com.lowagie.text.pdf that throw BadPdfFormatExceptionModifierConstructorDescriptionPdfBoolean(String value) Constructs aPdfBoolean-object.PdfImage(Image image, String name, PdfIndirectReference maskRef) Constructs aPdfImage-object.