Class: DocPDF::Adapters::Stampers::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/docpdf/adapters/stampers/base.rb

Direct Known Subclasses

CombinePdf, Hexapdf

Class Method Summary collapse

Class Method Details

.stamp(data, stamps, page_indices: nil) ⇒ Object

Raises:

  • (NotImplementedError)


6
7
8
# File 'lib/docpdf/adapters/stampers/base.rb', line 6

def stamp(data, stamps, page_indices: nil)
  raise NotImplementedError, "#{name} must implement .stamp(data, stamps, page_indices:)"
end