Nothing
# Generated by cpp11: do not edit by hand
cpp_pdf_length <- function(infile, password) {
.Call(`_cpp11qpdf_cpp_pdf_length`, infile, password)
}
cpp_pdf_split <- function(infile, outprefix, password) {
.Call(`_cpp11qpdf_cpp_pdf_split`, infile, outprefix, password)
}
cpp_pdf_select <- function(infile, outfile, which, password) {
.Call(`_cpp11qpdf_cpp_pdf_select`, infile, outfile, which, password)
}
cpp_pdf_combine <- function(infiles, outfile, password) {
.Call(`_cpp11qpdf_cpp_pdf_combine`, infiles, outfile, password)
}
cpp_pdf_compress <- function(infile, outfile, linearize, password) {
.Call(`_cpp11qpdf_cpp_pdf_compress`, infile, outfile, linearize, password)
}
cpp_pdf_rotate_pages <- function(infile, outfile, which, angle, relative, password) {
.Call(`_cpp11qpdf_cpp_pdf_rotate_pages`, infile, outfile, which, angle, relative, password)
}
cpp_pdf_overlay <- function(infile, stampfile, outfile, password) {
.Call(`_cpp11qpdf_cpp_pdf_overlay`, infile, stampfile, outfile, password)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.