| 6 | | A Pure-Python library built as a PDF toolkit. At present, there is only one |
|---|
| 7 | | actual tool in the toolkit - the ability to grab pages from PDFs and output |
|---|
| 8 | | them into a new PDF. Like a hammer, this tool is useful for two operations: |
|---|
| 9 | | splitting and merging. You can extract individual pages from a PDF file, |
|---|
| 10 | | or selectively merge pages from multiple PDF files. |
|---|
| | 6 | A Pure-Python library built as a PDF toolkit. It is capable of: |
|---|
| | 7 | |
|---|
| | 8 | - splitting documents page by page, |
|---|
| | 9 | - merging documents page by page, |
|---|
| | 10 | - cropping pages, |
|---|
| | 11 | - merging multiple pages into a single page. |
|---|