hellerbarde / stapler

A small utility making use of the pypdf library to provide a (somewhat) lighter alternative to pdftk
Other
284 stars 53 forks source link

rotate_pdf doesn't seem to work #58

Closed kevinho1996 closed 5 years ago

kevinho1996 commented 5 years ago

I ran the following code, but no file is being created or replaced.

library(staplr)
rotate_pdf(page_rotation = 90, input_filepath = "test.pdf", output_filepath = "success.pdf", overwrite = TRUE)

update: in case it was a coding error, I also created a question in stackoverflow