Skip to content

Commit 4110820

Browse files
authored
Merge pull request #110 from realpython/creating-modifying-pdf
creating-modifying-pdfs
2 parents 69e0878 + 6dc952e commit 4110820

22 files changed

+415
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Creating and Modifying PDFs With Python
2+
3+
This folder contains resources and materials for Real Python's [Creating and Modifying PDFs With Python](https://realpython.com/creating-modifying-pdf/) tutorial.
4+
5+
There are two subfolders in this folder:
6+
7+
1. **`practice_files/`:** Contains the sample PDFs used in the chapter
8+
2. **`source_code/`:** Contains source code from the chapter
9+
10+
The source code files are organized by section of the article, and the start of each subsection is indicated with comments.
11+
12+
The content of the companion tutorial was adapted from the "Creating and Modifying PDF Files" chapter of the book [*Python Basics: A Practical Introduction to Python 3*](https://realpython.com/products/python-basics-book/). If you enjoy this tutorial, check out the full book!
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
167 KB
Binary file not shown.
5.73 KB
Binary file not shown.
6.01 KB
Binary file not shown.
466 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)