Class: Ilovepdf::Tool::Officepdf

Inherits:
Ilovepdf::Task show all
Defined in:
lib/ilovepdf/tool/officepdf.rb

Constant Summary collapse

API_PARAMS =
[]

Constants inherited from Ilovepdf::Task

Ilovepdf::Task::DOWNLOAD_INFO

Constants included from Ilovepdf

VERSION

Instance Attribute Summary

Attributes inherited from Ilovepdf::Task

#ignore_errors, #ignore_password, #output_filename, #packaged_filename, #result, #task_id, #tool, #try_pdf_repair

Instance Method Summary collapse

Methods inherited from Ilovepdf::Task

#add_file, #add_file_from_url, #assign_meta_value, #blob, #chained_task?, #delete!, #delete_file, #download, #download_info, #enable_file_encryption, #execute, #files, #next, #status

Methods included from Ilovepdf

root

Constructor Details

#initialize(public_key, secret_key, make_start = true) ⇒ Officepdf

Returns a new instance of Officepdf.



7
8
9
10
# File 'lib/ilovepdf/tool/officepdf.rb', line 7

def initialize(public_key, secret_key, make_start=true)
  self.tool = :officepdf
  super(public_key, secret_key, make_start)
end