Multivalent API

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

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

Uses of PDFReader in multivalent.std.adaptor.pdf
 

Methods in multivalent.std.adaptor.pdf that return PDFReader
 PDFReader PDFWriter.getReader()
           
 PDFReader PDF.getReader()
           
 

Methods in multivalent.std.adaptor.pdf with parameters of type PDFReader
 void PDF.setReader(PDFReader pdfr)
           
static java.awt.image.BufferedImage Images.createImage(Dict imgdict, java.io.InputStream is, java.awt.geom.AffineTransform ctm, java.awt.Color fillcolor, PDFReader pdfr)
          Constructs new BufferedImage from dictionary attributes and data in stream.
static java.awt.image.BufferedImage Images.createInline(InputStreamComposite is, Dict csres, java.awt.geom.AffineTransform ctm, java.awt.Color fillcolor, PDFReader pdfr)
          Process inline image into Node.
static Dict Images.getDecodeParms(Dict imgdict, PDFReader pdfr)
          Returns image's /DecodeParms, or null if none (or COS.OBJECT_NULL).
static Function Function.getInstance(java.lang.Object dictref, PDFReader pdfr)
          Returns function instance corresponding to dictref, which should get an IRef or a Dict if the function is specified directly.
static java.util.Map<java.lang.String,java.lang.Object> Forms.export(PDFReader pdfr)
           
static java.util.Map<java.lang.String,java.lang.Object> Forms.exportDefaults(PDFReader pdfr)
          Returns a Map of the FDF's or PDF's interactive form data, or an empty Map if there is no form (there is at most one form, with fields on possibly many pages).
static NFont Fonts.createFont(Dict fd, PDFReader pdfr, PDF pdf)
          Constructs NFont based on font dictionary, scaled to size pixels.
static FixedLeafShade FixedLeafShade.getInstance(Dict dict, java.awt.color.ColorSpace cs, java.awt.Rectangle bbox, INode parent, PDFReader pdfr)
          Returns leaf that performs the type of smooth shading (gradient) described by the passed shading dictionary within the area bbox.
static java.awt.color.ColorSpace ColorSpaces.createColorSpace(java.lang.Object csref, PDFReader pdfr)
          Interpret PDF color space represented by csref and return a ColorSpace that implements it.
static java.awt.image.IndexColorModel ColorSpaces.createIndexColorModel(java.lang.Object csref, int bpc, PDFReader pdfr)
           
static java.lang.Object Action.resolveNamedDest(java.lang.Object key, PDFReader pdfr)
           
 

Constructors in multivalent.std.adaptor.pdf with parameters of type PDFReader
PDFWriter(com.pt.io.OutputUni ou, PDFReader base, boolean incremental)
          Creates a new PDF based on an existing PDF.
PDFWriter(com.pt.io.OutputUni ou, PDFReader base)
          Convenience for new PDFWriter(out, base, false).
PDFWriter(java.io.File file, PDFReader base, boolean incremental)
           
NFontType3(Dict fontdict, PDFReader pdfr, PDF pdf)
           
InputStreamComposite(java.lang.Object obj, boolean iscontent, PDFReader pdfr)
          Returns stream of buffered, decrypted, uncompressed data; image filters not processed.
FixedLeafShade(java.lang.String name, Dict dict, INode parent, java.awt.color.ColorSpace cs, java.awt.Rectangle bbox, PDFReader pdfr)
           
DecodePredictor(java.io.InputStream in, int pred, Dict parms, PDFReader pdfr)
          If prediction is 1 (TIFF no prediction) or 10 (PNG no prediction), there is no use in applying a DecodePredictor filter.
 


Multivalent API