We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9d76d commit 62c1016Copy full SHA for 62c1016
README.md
@@ -1,4 +1,4 @@
1
-#PyPDF2
+# PyPDF2
2
3
PyPDF2 is a pure-python PDF library capable of
4
splitting, merging together, cropping, and transforming
@@ -10,22 +10,22 @@ as merge entire files together.
10
Homepage
11
http://mstamy2.github.io/PyPDF2/
12
13
-##Examples
+## Examples
14
15
Please see the `Sample_Code` folder.
16
17
-##Documentation
+## Documentation
18
19
Documentation is available at
20
https://pythonhosted.org/PyPDF2/
21
22
23
-##FAQ
+## FAQ
24
Please see
25
http://mstamy2.github.io/PyPDF2/FAQ.html
26
27
28
-##Tests
+## Tests
29
PyPDF2 includes a test suite built on the unittest framework. All tests are located in the "Tests" folder.
30
Tests can be run from the command line by:
31
0 commit comments