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

Packages that use PdfReader
at.knowcenter.wag.egov.egiz   
at.knowcenter.wag.egov.egiz.pdf   
com.lowagie.text.pdf   
com.lowagie.tools.plugins   
com.lowagie.tools.plugins.treeview   
 

Uses of PdfReader in at.knowcenter.wag.egov.egiz
 

Methods in at.knowcenter.wag.egov.egiz that return PdfReader
static PdfReader PdfAS.readInPdfDocument(byte[] pdf)
          Creates an iText Reader that parses the document.
 

Uses of PdfReader in at.knowcenter.wag.egov.egiz.pdf
 

Methods in at.knowcenter.wag.egov.egiz.pdf with parameters of type PdfReader
static List BinarySignature.getEgizDictChainFromReader(PdfReader reader)
          Retrieves the chain of Egiz Dictionaries from the reader.
static PdfDictionary BinarySignature.getEgizDictFromReader(PdfReader reader)
          Retrieves the Egiz Dictionary from the document if present.
static PdfIndirectReference BinarySignature.getEgizDictIndRefFromReader(PdfReader reader)
          Retrieves the Egiz Dictionary's indirect reference from the reader.
 

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 PdfCopy.reader
           
protected  PdfReader PRIndirectReference.reader
           
protected  PdfReader PRStream.reader
           
 

Methods in com.lowagie.text.pdf that return PdfReader
 PdfReader PdfStamper.getReader()
          Gets the underlying PdfReader.
 PdfReader PRIndirectReference.getReader()
           
 PdfReader PRStream.getReader()
           
 

Methods in com.lowagie.text.pdf with parameters of type PdfReader
 void PdfCopyFields.addDocument(PdfReader reader)
          Concatenates a PDF document.
 void PdfCopyFields.addDocument(PdfReader reader, List pagesToKeep)
          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.
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.
 void PdfCopy.freeReader(PdfReader reader)
           
 void PdfWriter.freeReader(PdfReader reader)
          Writes the reader to the document and frees the memory used by it.
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 PdfCopy.getImportedPage(PdfReader reader, int pageNumber)
          Grabs a page from the input document
 PdfImportedPage PdfStamper.getImportedPage(PdfReader reader, int pageNumber)
          Gets a page from other PDF document.
 PdfImportedPage PdfWriter.getImportedPage(PdfReader reader, int pageNumber)
          Gets a page from other PDF document.
static HashMap SimpleNamedDestination.getNamedDestination(PdfReader reader, boolean fromNames)
           
protected  int PdfStamperImp.getNewObjectNumber(PdfReader reader, int number, int generation)
           
protected  int PdfWriter.getNewObjectNumber(PdfReader reader, int number, int generation)
           
 void PdfStamperImp.registerReader(PdfReader reader, boolean openFile)
           
 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)
          Copies the output intent dictionary from other document to this one.
 void PdfStamperImp.unRegisterReader(PdfReader reader)
           
 

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, int offset)
           
PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader)
           
 

Uses of PdfReader in com.lowagie.tools.plugins
 

Methods in com.lowagie.tools.plugins with parameters of type PdfReader
static void ExtractAttachments.unpackFile(PdfReader reader, PdfDictionary filespec, String outPath)
          Unpacks a file attachment.
 

Uses of PdfReader in com.lowagie.tools.plugins.treeview
 

Methods in com.lowagie.tools.plugins.treeview with parameters of type PdfReader
 void AnalyzePDF.iterateObjects(PdfObject pdfobj, PdfReader pdfreader, DefaultMutableTreeNode node)
          Recursive investigate PDF Objecttree (other than pagetree objects!)
 void ICommonAnalyzer.iterateObjects(PdfObject pdfobj, PdfReader pdfreader, DefaultMutableTreeNode node)
           
protected  void AnalyzePDF.iterateOutlines(PdfDictionary outlines, PdfReader pdfreader, DefaultMutableTreeNode node)
           
protected  void AnalyzePDF.iteratePages(PdfDictionary page, PdfReader pdfreader, DefaultMutableTreeNode node)
          Walk down the Pagetree
 

Constructors in com.lowagie.tools.plugins.treeview with parameters of type PdfReader
FileTreeNode(Object p0, PdfReader reader)
           
Pagetreenode(PdfDictionary page, int seitennummer, ICommonAnalyzer pageanalyzer, PdfReader pdfreader)
           
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.