module PdfForms
coding UTF-8
Constants
- VERSION
Public Class Methods
new(*args)
click to toggle source
shorthand for PdfForms::PdftkWrapper.new(...)
# File lib/pdf_forms.rb, line 15 def self.new(*args) PdftkWrapper.new *args end