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

Packages that use InvalidPdfObjectException
com.etymon.pj   
com.etymon.pj.object   
 

Uses of InvalidPdfObjectException in com.etymon.pj
 

Methods in com.etymon.pj that throw InvalidPdfObjectException
 void Pdf.addToPage(PjPage page, int objectNumber)
          Adds a PjObject to a page in this PDF document.
 void Pdf.appendPdfDocument(Pdf pdf)
          Appends the pages of a PDF document to this document.
 int Pdf.deletePage(int pageNumber)
          Deletes a page in this document by page number.
private  int Pdf.findPage(int pageNumber, int objectNumber, PjPages parentPages, IntCounter counter, boolean delete)
           
 int Pdf.getCatalog()
          Looks up the Catalog object in this document.
 PjDictionary Pdf.getEncryptDictionary()
          Looks up the Encrypt dictionary within this document's trailer.
 java.util.Vector Pdf.getFields()
           
private  void Pdf.getFieldsAddField(java.util.Vector fieldList, PjReference fieldRef)
           
 PjReference Pdf.getInfoDictionary()
          Looks up the Info dictionary within this document's trailer.
 int Pdf.getPage(int pageNumber)
          Looks up a page in this document by page number.
 int Pdf.getPageCount()
          Determines the number of pages in this PDF document.
 int Pdf.getRootPages()
          Looks up the root Pages object of this document's Pages tree.
 PjDictionary Pdf.inheritFieldAttributes(PjDictionary node)
          Returns a clone of a field node such that all inherited attributes of the given field node are made explicit.
 PjPagesNode Pdf.inheritPageAttributes(PjPagesNode node)
          Returns a clone of a pages node such that all inherited attributes of the given pages node are made explicit.
 void Pdf.updateFieldValue(PjDictionary origField, PjDictionary field, java.lang.String value)
           
 

Uses of InvalidPdfObjectException in com.etymon.pj.object
 

Methods in com.etymon.pj.object that throw InvalidPdfObjectException
 PjStream PjStream.ascii85Decode()
          Decode this stream if it is compressed with the Ascii85 algorithm.
 PjStream PjStream.flateCompress()
          Compress this stream with the Flate algorithm if it is not already compressed.
 PjStream PjStream.flateDecompress()
          Decompresses this stream if it is compressed with the Flate algorithm.
 PjObject PjCatalog.getAA()
           
 PjObject PjPagesNode.getAA()
           
 PjObject PjCatalog.getAcroForm()
           
 PjObject PjPage.getAnnots()
           
 PjObject PjFontDescriptor.getAscent()
           
 PjObject PjInfo.getAuthor()
           
 PjObject PjFontDescriptor.getAvgWidth()
           
 PjObject PjPage.getB()
           
 PjObject PjEncoding.getBaseEncoding()
           
 PjObject PjFont.getBaseFont()
           
 PjObject PjFontDescriptor.getCapHeight()
           
 PjObject PjFontDescriptor.getCharSet()
           
 PjObject PjResources.getColorSpace()
           
 PjObject PjPage.getContents()
           
 PjObject PjPages.getCount()
           
 PjObject PjInfo.getCreationDate()
           
 PjObject PjInfo.getCreator()
           
 PjObject PjPagesNode.getCropBox()
           
 PjObject PjStreamDictionary.getDecodeParms()
           
 PjObject PjFontDescriptor.getDescent()
           
 PjObject PjCatalog.getDests()
           
 PjObject PjEncoding.getDifferences()
           
 PjObject PjPagesNode.getDur()
           
 PjObject PjFont.getEncoding()
           
 PjObject PjResources.getExtGState()
           
 PjObject PjStreamDictionary.getF()
           
 PjObject PjStreamDictionary.getFDecodeParms()
           
 PjObject PjStreamDictionary.getFFilter()
           
 PjObject PjStreamDictionary.getFilter()
           
 PjObject PjFont.getFirstChar()
           
 java.lang.String PjFontDescriptor.getFlagBits()
          Deprecated.  
 PjObject PjFontDescriptor.getFlags()
           
 PjObject PjResources.getFont()
           
 PjObject PjFontDescriptor.getFontBBox()
           
 PjObject PjFont.getFontDescriptor()
           
 PjObject PjFontDescriptor.getFontFile()
           
 PjObject PjFontDescriptor.getFontFile2()
           
 PjObject PjFontDescriptor.getFontFile3()
           
 PjObject PjFontDescriptor.getFontName()
           
 PjObject PjPagesNode.getHid()
           
 PjObject PjFontDescriptor.getItalicAngle()
           
 PjObject PjInfo.getKeywords()
           
 PjObject PjPages.getKids()
           
 PjObject PjFont.getLastChar()
           
 PjObject PjFontDescriptor.getLeading()
           
 PjObject PjStreamDictionary.getLength()
           
 PjObject PjFontDescriptor.getMaxWidth()
           
 PjObject PjPagesNode.getMediaBox()
           
 PjObject PjFontDescriptor.getMissingWidth()
           
 PjObject PjInfo.getModDate()
           
 PjObject PjFont.getName()
           
 PjObject PjCatalog.getNames()
           
 PjObject PjCatalog.getOpenAction()
           
 PjObject PjCatalog.getOutlines()
           
 PjObject PjCatalog.getPageMode()
           
 PjObject PjCatalog.getPages()
           
 PjReference PjPagesNode.getParent()
           
 PjObject PjResources.getPattern()
           
 PjObject PjResources.getProcSet()
           
 PjObject PjInfo.getProducer()
           
 PjObject PjResources.getProperties()
           
 PjObject PjPagesNode.getResources()
           
 PjObject PjPagesNode.getRotate()
           
 PjObject PjFontDescriptor.getStemH()
           
 PjObject PjFontDescriptor.getStemV()
           
 PjObject PjInfo.getSubject()
           
 PjObject PjCatalog.getThreads()
           
 PjReference PjPage.getThumb()
           
 PjObject PjInfo.getTitle()
           
 PjObject PjPagesNode.getTrans()
           
 PjObject PjCatalog.getURI()
           
 PjObject PjCatalog.getViewerPreferences()
           
 PjObject PjFont.getWidths()
           
 PjObject PjFontDescriptor.getXHeight()
           
 PjObject PjResources.getXObject()
           
protected  PjObject PjDictionary.hget(PjName name)
           
protected  PjReference PjDictionary.hgetReference(PjName name)