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: 5 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T11:27:05.000Z (over 7 years ago)
- Last Synced: 2024-11-11T04:47:42.182Z (5 months ago)
- Language: C#
- Size: 1.27 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Swechhya/pdfUtils - R package that allow users to integrate PDF functionalities from their R code (C# #)
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.