Class IdentityFilter

java.lang.Object
org.apache.pdfbox.filter.Filter
org.apache.pdfbox.filter.IdentityFilter

final class IdentityFilter extends Filter
The IdentityFilter filter passes the data through without any modifications. It is defined in section 7.6.5 of the PDF 1.7 spec and also stated in table 26.
  • Constructor Details

    • IdentityFilter

      IdentityFilter()
  • Method Details