https://github.com/swechhya/pdfutils
R package that allow users to integrate PDF functionalities from their R code
https://github.com/swechhya/pdfutils
Last synced: about 1 month ago
JSON representation
R package that allow users to integrate PDF functionalities from their R code
- Host: GitHub
- URL: https://github.com/swechhya/pdfutils
- Owner: Swechhya
- License: gpl-3.0
- Created: 2017-08-15T12:11:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T11:27:05.000Z (over 8 years ago)
- Last Synced: 2025-05-05T20:39:50.702Z (about 1 year ago)
- Language: C#
- Size: 1.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```r
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.