forked from pridiltal/staplr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.18 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
Package: staplr
Type: Package
Title: A Toolkit for PDF Files
Version: 3.1.1
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')
)
Description: Provides function 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.
'staplr' requires Java 8 installed on your system.
SystemRequirements: Java 8 or higher
License: GPL-3
LazyData: true
RoxygenNote: 7.1.1
Imports:
tcltk,
stringr,
assertthat,
glue,
XML,
rJava
Suggests:
lattice,
testthat,
pdftools
Encoding: UTF-8
BugReports: https://github.com/pridiltal/staplr/issues