Uses of Class
com.itextpdf.text.pdf.PdfException

Packages that use PdfException
com.itextpdf.text.pdf   
 

Uses of PdfException in com.itextpdf.text.pdf
 

Subclasses of PdfException in com.itextpdf.text.pdf
 class BadPdfFormatException
          Signals that a bad PDF format has been used to construct a PdfObject.
 

Methods in com.itextpdf.text.pdf that throw PdfException
protected  void PdfDocument.add(Image image)
          Adds an image to the document.
 PdfName PdfWriter.addDirectImageSimple(Image image)
          Use this method to adds an image to the document but not to the page resources.
 PdfName PdfWriter.addDirectImageSimple(Image image, PdfIndirectReference fixedRef)
          Adds an image to the document but not to the page resources.
 void PdfStamper.setPageAction(PdfName actionType, PdfAction action, int page)
          Sets the open and close page additional action.
 void PdfWriter.setThumbnail(Image image)
          Use this method to set the thumbnail image for the current page.
 void PdfStamper.setThumbnail(Image image, int page)
          Sets the thumbnail image for a page.
 



Copyright © 2013. All Rights Reserved.