xpdf: XPDF utilities

Description Usage Arguments Examples

Description

Dump wrappers around xpdf command line utilites.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15

Arguments

file

path or name of the PDF file

args

additional arguments passed to the cmd util

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
setwd(tempdir())
download.file("https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf", "R-intro.pdf")
pdfinfo("R-intro.pdf")
pdffonts("R-intro.pdf")

# convert to text
pdftotext("R-intro.pdf")
browseURL("R-intro.txt")

# convert to html
pdftohtml("R-intro.pdf")
browseURL("R-intro.html")

jeroenooms/xpdf documentation built on May 19, 2019, 7:13 a.m.