R/utils.R
pdf_to_binbase.Rd
Converts a PDF file to a base64-encoded binary .tiff file.
pdf_to_binbase(file)
path to a single-page pdf file
a base64-encoded string
if (FALSE) { # \dontrun{ doc_encoded <- pdf_to_binbase("document.pdf") } # }