Method: PDFDetach#saveall
- Defined in:
- lib/pdfdetach/main.rb
#saveall(options = {}) ⇒ Object
Save all attached files in the pdf
46 47 48 |
# File 'lib/pdfdetach/main.rb', line 46 def saveall( = {}) run("-saveall #{get_opts()} #{@src}")[:ok] end |