Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.BadPdfFormatException
-
Packages that use BadPdfFormatException Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of BadPdfFormatException in com.gitlab.pdftk_java.com.lowagie.text.pdf
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that throw BadPdfFormatException Modifier and Type Method Description voidPdfCopy. addPage(PdfImportedPage iPage)Add an imported page to our outputprotected PdfArrayPdfCopy. copyArray(PdfArray in)Translate a PRArray to a PdfArray.PdfDictionaryPdfCopy. copyDictionary(PdfDictionary in)Translate a PRDictionary to a PdfDictionary.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 PdfObjectPdfCopy. copyObject(PdfObject in)Translate a PR-object to a Pdf-objectprotected PdfStreamPdfCopy. copyStream(PRStream in)Translate a PRStream to a PdfStream.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf that throw BadPdfFormatException Constructor Description PdfBoolean(String value)Constructs aPdfBoolean-object.
-