Class PdfReaderInstance

java.lang.Object
com.lowagie.text.pdf.PdfReaderInstance

@Deprecated class PdfReaderInstance extends Object
Deprecated.
Instance of PdfReader in each output document.
  • Field Details

  • Constructor Details

  • Method Details

    • getReader

      PdfReader getReader()
      Deprecated.
    • getImportedPage

      PdfImportedPage getImportedPage(int pageNumber)
      Deprecated.
    • getNewObjectNumber

      int getNewObjectNumber(int number, int generation)
      Deprecated.
    • getReaderFile

      RandomAccessFileOrArray getReaderFile()
      Deprecated.
    • getResources

      PdfObject getResources(int pageNumber)
      Deprecated.
    • getFormXObject

      PdfStream getFormXObject(int pageNumber, int compressionLevel) throws IOException
      Deprecated.
      Gets the content stream of a page as a PdfStream object.
      Parameters:
      pageNumber - the page of which you want the stream
      compressionLevel - the compression level you want to apply to the stream
      Returns:
      a PdfStream object
      Throws:
      IOException
      Since:
      2.1.3 (the method already existed without param compressionLevel)
    • writeAllVisited

      void writeAllVisited() throws IOException
      Deprecated.
      Throws:
      IOException
    • writeAllPages

      void writeAllPages() throws IOException
      Deprecated.
      Throws:
      IOException