Uses of Class
com.aowagie.text.pdf.PdfReader
Packages that use PdfReader
-
Uses of PdfReader in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfReaderModifier and TypeMethodDescriptionPdfStamper.getReader()Gets the underlying PdfReader.PRIndirectReference.getReader()PRStream.getReader()XfaForm.getReader()Gets thePdfReaderused by this instance.Methods in com.aowagie.text.pdf with parameters of type PdfReaderModifier and TypeMethodDescriptionstatic PdfStamperPdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, boolean append) Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures.static PdfStamperPdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, boolean append, Calendar globalDate) Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures.voidPdfWriter.freeReader(PdfReader reader) Use this method to writes the reader to the document and free the memory used by it.static ArrayListBaseFont.getDocumentFonts(PdfReader reader) Gets a list of all document fonts.static ArrayListBaseFont.getDocumentFonts(PdfReader reader, int page) Gets a list of the document fonts in a particular page.PdfWriter.getImportedPage(PdfReader reader, int pageNumber) Use this method to get a page from other PDF document.protected intPdfStamperImp.getNewObjectNumber(PdfReader reader, int number, int generation) protected intPdfWriter.getNewObjectNumber(PdfReader reader, int number, int generation) static PdfObjectXfaForm.getXfaObject(PdfReader reader) Return the XFA Object, could be an array, could be a Stream.voidSets all the fields from thisPdfReadervoidSets thePdfReaderto be used by this instance.static voidSets the XFA key from a byte array.Constructors in com.aowagie.text.pdf with parameters of type PdfReaderModifierConstructorDescriptionPdfStamper(PdfReader reader, OutputStream os) Starts the process of adding extra content to an existing PDF document.PdfStamper(PdfReader reader, OutputStream os, Calendar globalDate) Starts the process of adding extra content to an existing PDF document.A constructor from aPdfReader.