Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 466 Bytes

pdfUtils

R package that allow users to integrate PDF functionalities from their R code

Installation

pdfUtils is currently available only on github.

You can install it from github using the devtools package.

library(devtools)
install_github('Swechhya/pdfUtils')  ## assuming that you have already installed rClr

Features

pdfUtils presents many features:

  • Search and highlight words in PDF document.
  • Extract images from PDF document.