Uses of Class
com.lowagie.text.pdf.PdfReader

Packages that use PdfReader
com.lowagie.rups.model   
com.lowagie.text.pdf   
com.lowagie.text.pdf.parser   
com.lowagie.toolbox.plugins   
 

Uses of PdfReader in com.lowagie.rups.model
 

Fields in com.lowagie.rups.model declared as PdfReader
protected  PdfReader PdfFile.reader
          The PdfReader object.
protected  PdfReader ObjectLoader.reader
          iText's PdfReader object.
protected  PdfReader IndirectObjectFactory.reader
          The reader object.
 

Methods in com.lowagie.rups.model that return PdfReader
 PdfReader PdfFile.getPdfReader()
          Getter for iText's PdfReader object.
 PdfReader ObjectLoader.getReader()
          Getter for the PdfReader object.
 

Constructors in com.lowagie.rups.model with parameters of type PdfReader
IndirectObjectFactory(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 com.lowagie.text.pdf
 

Subclasses of PdfReader in com.lowagie.text.pdf
 class FdfReader
          Reads an FDF form and makes the fields available
 

Fields in com.lowagie.text.pdf declared as PdfReader
protected  PdfReader PRStream.reader
           
protected  PdfReader PRIndirectReference.reader
           
protected  PdfReader PdfCopy.reader
           
 

Methods in com.lowagie.text.pdf that return PdfReader
 PdfReader XfaForm.getReader()
          Gets the PdfReader used by this instance.
 PdfReader PRStream.getReader()
           
 PdfReader PRIndirectReference.getReader()
           
 PdfReader PdfStamper.getReader()
          Gets the underlying PdfReader.
 

Methods in com.lowagie.text.pdf with parameters of type PdfReader
 void PdfCopyForms.addDocument(PdfReader reader)
          Concatenates a PDF document.
 void PdfCopyFields.addDocument(PdfReader reader)
          Concatenates a PDF document.
 void PdfCopyForms.addDocument(PdfReader reader, List pagesToKeep)
          Concatenates a PDF document selecting the pages to keep.
 void PdfCopyFields.addDocument(PdfReader reader, List pagesToKeep)
          Concatenates a PDF document selecting the pages to keep.
 void PdfCopyForms.addDocument(PdfReader reader, String ranges)
          Concatenates a PDF document selecting the pages to keep.
 void PdfCopyFields.addDocument(PdfReader reader, String ranges)
          Concatenates a PDF document selecting the pages to keep.
 void PdfCopy.copyAcroForm(PdfReader reader)
          Copy the acroform for an input document.
 void PdfCopyForms.copyDocumentFields(PdfReader reader)
          Copies the form fields of this PDFDocument onto the PDF-Document which was added
static PdfStamper PdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion)
          Applies a digital signature to a document.
static PdfStamper PdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile)
          Applies a digital signature to a document.
static PdfStamper PdfStamper.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 PdfDictionary PdfReader.duplicatePdfDictionary(PdfDictionary original, PdfDictionary copy, PdfReader newReader)
           
protected static PdfObject PdfReader.duplicatePdfObject(PdfObject original, PdfReader newReader)
           
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, boolean strength, String userPassword, String ownerPassword, int permissions)
          Entry point to encrypt a PDF document.
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, boolean strength, String userPassword, String ownerPassword, int permissions, HashMap newInfo)
          Entry point to encrypt a PDF document.
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, byte[] userPassword, byte[] ownerPassword, int permissions, boolean strength128Bits)
          Entry point to encrypt a PDF document.
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, byte[] userPassword, byte[] ownerPassword, int permissions, boolean strength128Bits, HashMap newInfo)
          Entry point to encrypt a PDF document.
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, int type, String userPassword, String ownerPassword, int permissions)
          Entry point to encrypt a PDF document.
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, int type, String userPassword, String ownerPassword, int permissions, HashMap newInfo)
          Entry point to encrypt a PDF document.
 void PdfWriter.freeReader(PdfReader reader)
          Use this method to writes the reader to the document and free the memory used by it.
 void PdfCopy.freeReader(PdfReader reader)
           
static List SimpleBookmark.getBookmark(PdfReader reader)
          Gets a List with the bookmarks.
static ArrayList BaseFont.getDocumentFonts(PdfReader reader)
          Gets a list of all document fonts.
static ArrayList BaseFont.getDocumentFonts(PdfReader reader, int page)
          Gets a list of the document fonts in a particular page.
 PdfImportedPage PdfWriter.getImportedPage(PdfReader reader, int pageNumber)
          Use this method to get a page from other PDF document.
 PdfImportedPage PdfStamper.getImportedPage(PdfReader reader, int pageNumber)
          Gets a page from other PDF document.
 PdfImportedPage PdfCopy.getImportedPage(PdfReader reader, int pageNumber)
          Grabs a page from the input document
static HashMap SimpleNamedDestination.getNamedDestination(PdfReader reader, boolean fromNames)
           
protected  int PdfWriter.getNewObjectNumber(PdfReader reader, int number, int generation)
           
static PdfPageLabels.PdfPageLabelFormat[] PdfPageLabels.getPageLabelFormats(PdfReader reader)
          Retrieves the page labels from a PDF as an array of PdfPageLabels.PdfPageLabelFormat objects.
static String[] PdfPageLabels.getPageLabels(PdfReader reader)
          Retrieves the page labels from a PDF as an array of String objects.
static PdfObject XfaForm.getXfaObject(PdfReader reader)
          Return the XFA Object, could be an array, could be a Stream.
 void PdfStamper.replacePage(PdfReader r, int pageImported, int pageReplaced)
          Replaces a page from this document with a page from other document.
 void FdfWriter.setFields(PdfReader pdf)
          Sets all the fields from this PdfReader
protected  void PdfCopy.setFromReader(PdfReader reader)
          convenience method.
 boolean PdfWriter.setOutputIntents(PdfReader reader, boolean checkExistence)
          Use this method to copy the output intent dictionary from another document to this one.
 void XfaForm.setReader(PdfReader reader)
          Sets the PdfReader to be used by this instance.
static void XfaForm.setXfa(XfaForm form, PdfReader reader, PdfWriter writer)
          Sets the XFA key from a byte array.
 

Constructors in com.lowagie.text.pdf with parameters of type PdfReader
PdfReader(PdfReader reader)
          Creates 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)
          Constructor
PRStream(PdfReader reader, byte[] conts)
           
PRStream(PdfReader reader, byte[] conts, int compressionLevel)
          Creates a new PDF stream object that will replace a stream in a existing PDF file.
PRStream(PdfReader reader, int offset)
           
PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader)
           
XfaForm(PdfReader reader)
          A constructor from a PdfReader.
 

Uses of PdfReader in com.lowagie.text.pdf.parser
 

Methods in com.lowagie.text.pdf.parser with parameters of type PdfReader
static void PdfContentReaderTool.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 PdfReader
PdfTextExtractor(PdfReader reader)
          Creates a new Text Extractor object, using a SimpleTextExtractingPdfContentRenderListener as the render listener
PdfTextExtractor(PdfReader reader, TextProvidingRenderListener renderListener)
          Creates a new Text Extractor object.
 

Uses of PdfReader in com.lowagie.toolbox.plugins
 

Methods in com.lowagie.toolbox.plugins with parameters of type PdfReader
protected  void Normalize.iteratePages(PdfDictionary page, PdfReader pdfreader, ArrayList<PdfDictionary> pageInh, int count_in_leaf, PdfWriter writer)
           
static void ExtractAttachments.unpackFile(PdfReader reader, PdfDictionary filespec, String outPath)
          Unpacks a file attachment.
 



Copyright © 2012. All Rights Reserved.