ropensci / qpdf

Split, Combine and Compress PDF files
https://docs.ropensci.org/qpdf
Other
57 stars 10 forks source link

add new pdf_rotate_pages function #14

Closed raymondben closed 3 years ago

raymondben commented 3 years ago

Adds pdf_rotate_pages(), which rotates selected pages. Wasn't sure whether to commit the auto-generated src files (~R/RcppExports.R~, src/Makevars, src/RcppExports.cpp) - will add these if the merge CI test fails. Edit: needed to add RcppExports.*

raymondben commented 3 years ago

Tests are passing on Linux (and my local linux machine). CI failures on Windows and Mac seem to be related to the associated CI setup (e.g. missing jpeglib.h on Appveyor, which has already been noted in https://github.com/ropensci/qpdf/issues/7), rather than the code changes in this PR.

jeroen commented 3 years ago

Thanks! I'll fix the CI.