Module PDF::Reader::ResourceMethods
In: lib/pdf/reader/resource_methods.rb

mixin for common methods in Page and FormXobjects

Methods

Public Instance methods

Returns a Hash of color spaces that are available to this page

NOTE: this method de-serialise objects from the underlying PDF

      with no caching. You will want to cache the results instead
      of calling it over and over.

Returns a Hash of fonts that are available to this page

NOTE: this method de-serialise objects from the underlying PDF

      with no caching. You will want to cache the results instead
      of calling it over and over.

Returns a Hash of external graphic states that are available to this page

NOTE: this method de-serialise objects from the underlying PDF

      with no caching. You will want to cache the results instead
      of calling it over and over.

Returns a Hash of patterns that are available to this page

NOTE: this method de-serialise objects from the underlying PDF

      with no caching. You will want to cache the results instead
      of calling it over and over.

Returns an Array of procedure sets that are available to this page

NOTE: this method de-serialise objects from the underlying PDF

      with no caching. You will want to cache the results instead
      of calling it over and over.

Returns a Hash of properties sets that are available to this page

NOTE: this method de-serialise objects from the underlying PDF

      with no caching. You will want to cache the results instead
      of calling it over and over.

Returns a Hash of shadings that are available to this page

NOTE: this method de-serialise objects from the underlying PDF

      with no caching. You will want to cache the results instead
      of calling it over and over.

Returns a Hash of XObjects that are available to this page

NOTE: this method de-serialise objects from the underlying PDF

      with no caching. You will want to cache the results instead
      of calling it over and over.

[Validate]