You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If that doesn't work let me know. Also if you are going to use paths for input and output they should be full paths to the files. If you do not specify an output option then it will default to a StringIO response that you can work with. You could also pass in a File or Tempfile object to output if you wish.
Sorry for the simple question
I am trying to rotate a generated pdf document in a ruby on rails application by 180 but unsure of the the ruby .cat command
I can rotate the pdf via the command line using the following command:
pdftk in.pdf cat 1-endsouth output out.pdf
but do not know how to convert this command to a ruby command using active_pdftk
The text was updated successfully, but these errors were encountered: