Uses of Class
com.etymon.pj.exception.PdfFormatException

Packages that use PdfFormatException
com.etymon.pj   
com.etymon.pj.object   
com.etymon.pjx.util Utility classes for performing common functions on PDF documents. 
 

Uses of PdfFormatException in com.etymon.pj
 

Methods in com.etymon.pj that throw PdfFormatException
 java.util.Vector StreamParser.parse(PjStream stream)
           
private static void PjxConvert.pjxReplaceTextData(java.util.Vector pmVector, PdfString oldText, PdfString newText)
          Deprecated.  
private  void StreamParser.processToken()
           
static PjObject PjxConvert.toPjObject(PdfObject obj)
          Deprecated.  
static PdfObject PjxConvert.toPjxObject(PjObject obj)
          Deprecated.  
 void Pdf.updateFieldValue(PjDictionary origField, PjDictionary field, java.lang.String value)
           
 

Uses of PdfFormatException in com.etymon.pj.object
 

Methods in com.etymon.pj.object that throw PdfFormatException
private static java.lang.String PjString.decodeEscapedString(java.lang.String pdfString)
          Decodes a PDF string enclosed in parentheses.
private static java.lang.String PjString.decodeHexString(java.lang.String pdfString)
          Decodes a PDF hexadecimal string enclosed in angle brackets.
static java.lang.String PjString.decodePdf(java.lang.String pdfString)
          Converts a PDF-encoded string to a java String, which may be then be used to initialize a PjString object.
 

Uses of PdfFormatException in com.etymon.pjx.util
 

Methods in com.etymon.pjx.util that throw PdfFormatException
private static void PdfModifier.replaceTextData(java.util.Vector pmVector, PdfString oldText, PdfString newText)
          Deprecated.