You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# PyPDF Builder
2
2
3
-
A cross-platform clone of [PDFTK Builder](http://angusj.com/pdftkb/) written in Python. Yes, Python!
3
+
A cross-platform utility to join, split, stamp, and rotate PDFs written in Python. Yes, Python!
4
4
5
-
The project's goal is a simple, end-user friendly GUI for the [PyPDF2](https://github.com/mstamy2/PyPDF2)package that can join, split, stamp/number, and rotate PDFs.
5
+
This project is inspired by Angus Johnson's [PDFTK Builder](http://angusj.com/pdftkb/). Its goal is a GUI that builds on [PyPDF2](https://github.com/mstamy2/PyPDF2)as well as other PDF related libraries and offers a unified and simple experience for end-users.
6
6
7
7

8
8
@@ -12,10 +12,10 @@ Grab a copy of `virtualenv` or `virtualenvwrapper` and set up a virtual environm
These instructions will get you a copy of the project up and running on your local machine for development ~~and testing~~purposes.~~See deployment for notes on how to deploy the project on a live system.~~
18
+
These instructions will get you a copy of the project up and running on your local machine for development purposes.
19
19
20
20
### Prerequisites
21
21
@@ -35,7 +35,16 @@ Python 3.6 was used in development… I haven't checked for compatibility with l
35
35
36
36
## Deployment
37
37
38
-
Distributable application for Windows, Linux and Mac OS using pyInstaller or similiar tool. This isn't all too clear yet.
38
+
Distributable application for Windows, Linux and Mac OS using [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/):
Subsequent builds can be managed by editing the `.spec` file created by the first build and then simply running `pyinstaller pypdfbuilder.spec` to build the executable.
39
48
40
49
Long term: Inclusion in Debian repos for direct installation on end-user systems.
41
50
@@ -46,6 +55,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
46
55
## Acknowledgments
47
56
48
57
*[Matthew Stamy](https://github.com/mstamy2): Creator and current maintainer of the PyPDF2 Python package
58
+
* Angus Johnson: Creator of [PDFTK Builder](http://angusj.com/pdftkb/)
0 commit comments