Multivalent API

Uses of Class
multivalent.std.adaptor.pdf.COSSource

Packages that use COSSource
multivalent.std.adaptor.pdf PDF manipulation: read, render, modify, write.
 

Uses of COSSource in multivalent.std.adaptor.pdf
 

Subclasses of COSSource in multivalent.std.adaptor.pdf
 class PDFReader
          Parse Adobe's Portable Document Format (PDF) and construct low-level objects (COS in Adobe terminology: string, number, dictionary) and high-level Java objects (Font, Image).
 class PDFWriter
          Write new PDF file from low-level data structures.
 

Methods in multivalent.std.adaptor.pdf with parameters of type COSSource
static SecurityHandler SecurityHandler.getInstance(java.lang.String filter, Dict shdict, COSSource coss)
          Constructor.newInstance(Object[]) for a description of the exceptions thrown.
static java.lang.String Images.getFilter(Dict imgdict, COSSource coss)
          Return image part of filter, which may be in a cascade, or null if none.
static double[] Images.getDecode(Dict imgdict, COSSource coss)
           
 

Constructors in multivalent.std.adaptor.pdf with parameters of type COSSource
SecurityHandlerStandard(Dict edict, COSSource coss)
           
SecurityHandlerPublicKey(Dict edict, COSSource coss)
           
SecurityHandler(Dict edict, COSSource coss)
           
Encrypt(Dict edict, COSSource coss)
          Constructs a new encryption object from parameters in an encryption dictionary.
 


Multivalent API