Method: PDFDetach#saveall

Defined in:
lib/pdfdetach/main.rb

#saveall(options = {}) ⇒ Object

Save all attached files in the pdf

Parameters:

  • options (Hash) (defaults to: {})


46
47
48
# File 'lib/pdfdetach/main.rb', line 46

def saveall(options = {})
  run("-saveall #{get_opts(options)} #{@src}")[:ok]
end