module PdfEditor::PdfRunner

Public Instance Methods

pdf_runner() click to toggle source
# File lib/pdf_editor/mixins/pdf_runner.rb, line 6
def pdf_runner
  @pdf_runner ||= ::ActivePdftk::Wrapper.new
end