Description Usage Arguments Value Author(s) Examples
Use Xpdf to convert PDFs to text files. The function relies on doParallel to convert the PDFs in parallel. It calls Xpdf to complete the conversion. Currently this function only supports Windows.
1 2 3 4 5 |
mode |
integer, Default 1L.
|
silent |
logical, whether show the results of the conversion.
Default |
converter |
which executable program to use to extract the pdf, "pdftotext" or "pdftohtml", default "pdftotext". |
converter.path |
Path to the pdftotext.exe or pdftohtml.exe executable
program. If NULL, make sure the xpdf folder is under R.home() or the parent
directory of R.home(). E.g., for an x86 Win PC, |
use.parallel |
Logical, whether to apply parallel computation when there
are more than 50 files to process. Default |
Full name of the PDFs if you set silent=FALSE
.
Yiying Wang, wangy@aetna.com
1 2 3 4 | ## Not run:
convPDFs()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.