Skip to content
New issue

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

rotate_pdf doesn't seem to work #46

Open
kevinho1996 opened this issue Oct 8, 2019 · 3 comments
Open

rotate_pdf doesn't seem to work #46

kevinho1996 opened this issue Oct 8, 2019 · 3 comments
Labels
failed to replicate Failed to replicate the issue. Might need additional details to isolate the problem

Comments

@kevinho1996
Copy link

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

@pridiltal
Copy link
Owner

Could you please try the development version of this package.
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)

@kevinho1996
Copy link
Author

I think I am not the only one

https://community.rstudio.com/t/rotating-pdf-in-r/33883

anyone can rotate the pdf?

@oganm
Copy link
Collaborator

oganm commented Oct 11, 2019

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")

Edit: It would also be helpful to see if any other pdftk functions work.

@oganm oganm added the failed to replicate Failed to replicate the issue. Might need additional details to isolate the problem label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed to replicate Failed to replicate the issue. Might need additional details to isolate the problem
Projects
None yet
Development

No branches or pull requests

3 participants