pdf_to_binbase {daiR} | R Documentation |
PDF to base64 tiff
Description
Converts a PDF file to a base64-encoded binary .tiff file.
Usage
pdf_to_binbase(file)
Arguments
file |
path to a single-page pdf file |
Value
a base64-encoded string
Examples
## Not run:
doc_encoded <- pdf_to_binbase("document.pdf")
## End(Not run)
[Package daiR version 1.0.0 Index]