We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Could you please try the development version of this package. devtools::install_github("pridiltal/staplr")
devtools::install_github("pridiltal/staplr")
Also could you please try this and let me know if it works? This allows you to select the folders interactively. rotate_pdf(page_rotation = 90)
rotate_pdf(page_rotation = 90)
Sorry, something went wrong.
I think I am not the only one
https://community.rstudio.com/t/rotating-pdf-in-r/33883
anyone can rotate the pdf?
Did you try installing the development version? Did it cause any changes in the behaviour of the function?
If you are using the CRAN version, could you tell us what you see when you do system("pdftk")
system("pdftk")
Edit: It would also be helpful to see if any other pdftk functions work.
No branches or pull requests
I ran the following code, but no file is being created or replaced.
update:
in case it was a coding error, I also created a question in stackoverflow
The text was updated successfully, but these errors were encountered: