pdf2txt | R Documentation |
Pdf to Text File
pdf2txt(file, out, path.exec = "pdftotext", ..., layout = TRUE)
file |
the file to be converted. Note that the file is not actually changed. |
out |
the outfile |
path.exec |
path to pdftotext |
... |
passed to |
layout |
logical; defaults to |
Relies on ssconvert, which ships with Gnumeric.
The return value of system (0 signals success).
Enrico Schumann
http://www.foolabs.com/xpdf/home.html
## Not run:
## runs in the current directory
pdf2txt("test.pdf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.