Class: Ilovepdf::Tool::Officepdf
- Inherits:
-
Ilovepdf::Task
- Object
- Ilovepdf
- Ilovepdf::Task
- Ilovepdf::Tool::Officepdf
- Defined in:
- lib/ilovepdf/tool/officepdf.rb
Constant Summary collapse
- API_PARAMS =
[]
Constants inherited from Ilovepdf::Task
Constants included from Ilovepdf
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
-
#initialize(public_key, secret_key, make_start = true) ⇒ Officepdf
constructor
A new instance of Officepdf.
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
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 |