Multivalent API

Uses of Package
multivalent.std.adaptor.pdf

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

Classes in multivalent.std.adaptor.pdf used by multivalent.std.adaptor.pdf
Anno
          Superclass for PDF annotations.
Cmd
          Parsed command from content stream.
ColorSpaceDeviceN
          DeviceN color space.
ColorSpaceSeparation
          Separation color space.
COSSource
          Abstract superclass for classes that can produce PDF COS objects.
CryptFilter
          Crypt filter on individual COS streams (introduced in PDF 1.5).
Dict
          PDF dictionary, which is different from PostScript dictionary.
Encrypt
          Encryption handler: instantiate subclass according to Filter.
FixedLeafShade
          INCOMPLETE.
Function
          Function objects: sampled (type 0), exponential (2), stitching (3), PostScript calculator (4).
GraphicsState
          PDF graphics state, with many attributes.
InputStreamComposite
          Merges possibly multiple component InputStreams, possibly with encodings such as Flate and ASCIIHex, possibly with a Predictor (on LZW or Flate), possibly encrypted.
IRef
          Indirect references from one object to another, written like the following 15 0 R.
NFontType3
          Type 3 font, with individual glyphs written in PDF.
PDF
          Parse a page of PDF and display with Java 2's 2D API.
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).
PDFWriter
          Write new PDF file from low-level data structures.
SecurityHandler
          Superclass for PDF security handler implementations.
 


Multivalent API