Uses of Class
org.openpdf.text.pdf.PdfReader
Packages that use PdfReader
Package
Description
-
Uses of PdfReader in org.openpdf.pdf
Methods in org.openpdf.pdf that return PdfReader -
Uses of PdfReader in org.openpdf.rups.model
Fields in org.openpdf.rups.model declared as PdfReaderModifier and TypeFieldDescriptionprotected PdfReaderIndirectObjectFactory.readerThe reader object.protected PdfReaderObjectLoader.readeriText's PdfReader object.protected PdfReaderPdfFile.readerThe PdfReader object.Methods in org.openpdf.rups.model that return PdfReaderModifier and TypeMethodDescriptionPdfFile.getPdfReader()Getter for iText's PdfReader object.ObjectLoader.getReader()Getter for the PdfReader object.Constructors in org.openpdf.rups.model with parameters of type PdfReaderModifierConstructorDescriptionIndirectObjectFactory(PdfReader reader) Creates a list that will contain all the indirect objects in a PDF document.ObjectLoader(Observable observable, PdfReader reader) Creates a new ObjectLoader. -
Uses of PdfReader in org.openpdf.text.pdf
Subclasses of PdfReader in org.openpdf.text.pdfModifier and TypeClassDescriptionclassReads an FDF form and makes the fields availableFields in org.openpdf.text.pdf declared as PdfReaderModifier and TypeFieldDescriptionprotected PdfReaderPdfCopy.readerprotected PdfReaderPRIndirectReference.readerprotected PdfReaderPRStream.readerFields in org.openpdf.text.pdf with type parameters of type PdfReaderModifier and TypeFieldDescriptionPdfWriter.importedPagesprotected HashMap<PdfReader, HashMap<PdfCopy.RefKey, org.openpdf.text.pdf.PdfCopy.IndirectReferences>> PdfCopy.indirectMapMethods in org.openpdf.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 org.openpdf.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.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 org.openpdf.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 org.openpdf.text.pdf.parser
Methods in org.openpdf.text.pdf.parser that return PdfReaderMethods in org.openpdf.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 org.openpdf.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. -
Uses of PdfReader in org.openpdf.toolbox.plugins
Methods in org.openpdf.toolbox.plugins with parameters of type PdfReaderModifier and TypeMethodDescriptionprotected voidNormalize.iteratePages(PdfDictionary page, PdfReader pdfreader, ArrayList<PdfDictionary> pageInh, int count_in_leaf, PdfWriter writer) static voidExtractAttachments.unpackFile(PdfReader reader, PdfDictionary filespec, String outPath) Unpacks a file attachment.