Hi,
Just wondering if it is possible to have a function argument to provide passwords for most of the core functions?
The use-case is that pdftools does not support bookmarks, so whenever I use pdftools::pdf_combine() to remove passwords from a pdf, any existing bookmarks are lost, which is unfortunate.
staplr is one of the easiest R-packages that I can see that has good support for bookmarks, so it would be great if it can support passwords as well.
Hi,
Just wondering if it is possible to have a function argument to provide passwords for most of the core functions?
The use-case is that
pdftoolsdoes not support bookmarks, so whenever I usepdftools::pdf_combine()to remove passwords from a pdf, any existing bookmarks are lost, which is unfortunate.staplris one of the easiest R-packages that I can see that has good support for bookmarks, so it would be great if it can support passwords as well.