-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
42 lines (42 loc) · 1.4 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: staplr
Type: Package
Title: A Toolkit for PDF Files
Version: 3.2.2
Depends: R (>= 3.4.0)
Authors@R: c(
person("Priyanga Dilini", "Talagala", email="[email protected]", role= c("aut","cre")),
person("Ogan", "Mancarci", email="[email protected]", role='aut'),
person("Daniel", "Padfield", email= "[email protected]", role ='aut'),
person("Granville", "Matheson", email= "[email protected]", role ='aut'),
person("Pedro Rafael", "D. Marinho", email= "[email protected]", role ='ctb', comment = c(ORCID = "0000-0003-1591-8300")),
person("Marc", "Vinyals",role = c('cph','aut'),comment = "Author and copyright holder of included pdftk-java package")
)
Description: Provides functions to manipulate PDF files:
fill out PDF forms;
merge multiple PDF files into one;
remove selected pages from a file;
rename multiple files in a directory;
rotate entire pdf document;
rotate selected pages of a pdf file;
Select pages from a file;
splits single input PDF document into individual pages;
splits single input PDF document into parts from given points.
SystemRequirements: Java (>= 8.0)
License: GPL-3
LazyData: true
RoxygenNote: 7.2.3
Imports:
tcltk,
stringr,
assertthat,
glue,
XML,
rJava,
fs,
purrr,
pdftools
Suggests:
lattice,
testthat
Encoding: UTF-8
BugReports: https://github.com/pridiltal/staplr/issues