Multivalent API

Uses of Class
multivalent.ParseException

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

Uses of ParseException in multivalent.std.adaptor.pdf
 

Methods in multivalent.std.adaptor.pdf that throw ParseException
 Dict PDFReader.readXref(boolean all)
          Reads cross-reference table and returns its trailer.
 java.lang.Object PDF.parse(INode parent)
          Parses individual page indicated in Document.ATTR_PAGE of parent's containing Document and returns formatted document tree rooted at parent as described above.
 

Constructors in multivalent.std.adaptor.pdf that throw ParseException
SecurityHandlerStandard(Dict edict, COSSource coss)
           
SecurityHandlerPublicKey(Dict edict, COSSource coss)
           
PDFReader(java.io.File file)
          Constructs new instance corresponding to the .pdf file.
PDFReader(com.pt.io.InputUni iu)
          Constructs new instance corresponding to the InputUni.
 


Multivalent API