Uses of Class
com.lowagie.text.pdf.PdfReader
Packages that use PdfReader
-
Uses of PdfReader in com.lowagie.text.pdf
Subclasses of PdfReader in com.lowagie.text.pdfModifier and TypeClassDescriptionclassReads an FDF form and makes the fields availableFields in com.lowagie.text.pdf declared as PdfReaderModifier and TypeFieldDescriptionprotected PdfReaderPdfCopy.readerprotected PdfReaderPRIndirectReference.readerprotected PdfReaderPRStream.readerFields in com.lowagie.text.pdf with type parameters of type PdfReaderModifier and TypeFieldDescriptionPdfWriter.importedPagesprotected HashMap<PdfReader, HashMap<PdfCopy.RefKey, com.lowagie.text.pdf.PdfCopy.IndirectReferences>> PdfCopy.indirectMapMethods in com.lowagie.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.lowagie.text.pdf with parameters of type PdfReaderModifier and TypeMethodDescriptionvoidPdfCopyFields.addDocument(PdfReader reader) Concatenates a PDF document.voidPdfCopyFields.addDocument(PdfReader reader, String ranges) Concatenates a PDF document selecting the pages to keep.voidPdfCopyFields.addDocument(PdfReader reader, List<Integer> pagesToKeep) Concatenates a PDF document selecting the pages to keep.voidPdfCopyForms.addDocument(PdfReader reader) Concatenates a PDF document.voidPdfCopyForms.addDocument(PdfReader reader, String ranges) Concatenates a PDF document selecting the pages to keep.voidPdfCopyForms.addDocument(PdfReader reader, List<Integer> pagesToKeep) Concatenates a PDF document selecting the pages to keep.voidPdfCopy.copyAcroForm(PdfReader reader) Copy the acroform for an input document.voidPdfCopyForms.copyDocumentFields(PdfReader reader) Copies the form fields of this PDFDocument onto the PDF-Document which was addedstatic PdfStamperPdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion) Applies a digital signature to a document.static PdfStamperPdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile) Applies a digital signature to a document.static 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.protected static PdfDictionaryPdfReader.duplicatePdfDictionary(PdfDictionary original, PdfDictionary copy, PdfReader newReader) protected static PdfObjectPdfReader.duplicatePdfObject(PdfObject original, PdfReader newReader) static voidPdfEncryptor.encrypt(PdfReader reader, OutputStream os, boolean strength, String userPassword, String ownerPassword, int permissions) Entry point to encrypt a PDF document.static voidPdfEncryptor.encrypt(PdfReader reader, OutputStream os, boolean strength, String userPassword, String ownerPassword, int permissions, Map<String, String> newInfo) Entry point to encrypt a PDF document.static voidPdfEncryptor.encrypt(PdfReader reader, OutputStream os, byte[] userPassword, byte[] ownerPassword, int permissions, boolean strength128Bits) Entry point to encrypt a PDF document.static voidPdfEncryptor.encrypt(PdfReader reader, OutputStream os, byte[] userPassword, byte[] ownerPassword, int permissions, boolean strength128Bits, Map<String, String> newInfo) Entry point to encrypt a PDF document.static voidPdfEncryptor.encrypt(PdfReader reader, OutputStream os, int type, String userPassword, String ownerPassword, int permissions) Entry point to encrypt a PDF document.static voidPdfEncryptor.encrypt(PdfReader reader, OutputStream os, int type, String userPassword, String ownerPassword, int permissions, Map<String, String> newInfo) Entry point to encrypt a PDF document.voidPdfCopy.freeReader(PdfReader reader) voidPdfWriter.freeReader(PdfReader reader) Use this method to writes the reader to the document and free the memory used by it.static ListSimpleBookmark.getBookmark(PdfReader reader) Deprecated.SimpleBookmark.getBookmarkList(PdfReader reader) Gets aListwith the bookmarks.BaseFont.getDocumentFonts(PdfReader reader) Gets a list of all document fonts.BaseFont.getDocumentFonts(PdfReader reader, int page) Gets a list of the document fonts in a particular page.PdfCopy.getImportedPage(PdfReader reader, int pageNumber) Grabs a page from the input documentPdfStamper.getImportedPage(PdfReader reader, int pageNumber) Gets a page from other PDF document.PdfWriter.getImportedPage(PdfReader reader, int pageNumber) Use this method to get a page from other PDF document.SimpleNamedDestination.getNamedDestination(PdfReader reader, boolean fromNames) protected intPdfWriter.getNewObjectNumber(PdfReader reader, int number, int generation) static PdfPageLabels.PdfPageLabelFormat[]PdfPageLabels.getPageLabelFormats(PdfReader reader) Retrieves the page labels from a PDF as an array ofPdfPageLabels.PdfPageLabelFormatobjects.static String[]PdfPageLabels.getPageLabels(PdfReader reader) Retrieves the page labels from a PDF as an array of String objects.static PdfObjectXfaForm.getXfaObject(PdfReader reader) Return the XFA Object, could be an array, could be a Stream.voidPdfStamper.replacePage(PdfReader r, int pageImported, int pageReplaced) Replaces a page from this document with a page from other document.voidSets all the fields from thisPdfReaderprotected voidPdfCopy.setFromReader(PdfReader reader) convenience method.booleanPdfWriter.setOutputIntents(PdfReader reader, boolean checkExistence) Use this method to copy the output intent dictionary from another document to this one.voidSets thePdfReaderto be used by this instance.static voidSets the XFA key from a byte array.Constructors in com.lowagie.text.pdf with parameters of type PdfReaderModifierConstructorDescriptionCreates an independent duplicate.PdfStamper(PdfReader reader, OutputStream os) Starts the process of adding extra content to an existing PDF document.PdfStamper(PdfReader reader, OutputStream os, char pdfVersion) Starts the process of adding extra content to an existing PDF document.PdfStamper(PdfReader reader, OutputStream os, char pdfVersion, boolean append) Starts the process of adding extra content to an existing PDF document, possibly as a new revision.PRAcroForm(PdfReader reader) ConstructorPRIndirectReference(PdfReader reader, int number) Constructs aPdfIndirectReference.PRIndirectReference(PdfReader reader, int number, int generation) Constructs aPdfIndirectReference.Creates a new PDF stream object that will replace a stream in a existing PDF file.PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader) A constructor from aPdfReader. -
Uses of PdfReader in com.lowagie.text.pdf.parser
Methods in com.lowagie.text.pdf.parser that return PdfReaderMethods in com.lowagie.text.pdf.parser with parameters of type PdfReaderModifier and TypeMethodDescriptionFinalText.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) ParsedText.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) TextAssemblyBuffer.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) Word.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) static voidPdfContentReaderTool.listContentStreamForPage(PdfReader reader, int pageNum, PrintWriter out) Writes information about a specific page from PdfReader to the specified output stream.Constructors in com.lowagie.text.pdf.parser with parameters of type PdfReaderModifierConstructorDescriptionPdfTextExtractor(PdfReader reader) Creates a new Text Extractor object, using aTextAssembleras the render listenerPdfTextExtractor(PdfReader reader, boolean usePdfMarkupElements) Creates a new Text Extractor object, using aTextAssembleras the render listenerPdfTextExtractor(PdfReader reader, TextAssembler renderListener) Creates a new Text Extractor object.
SimpleBookmark.getBookmarkList(PdfReader)