# reportlabbookcode **Repository Path**: supernatural-fork/reportlabbookcode ## Basic Information - **Project Name**: reportlabbookcode - **Description**: reportlab的实现 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/driscollis/reportlabbookcode - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-12 - **Last Updated**: 2020-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReportLab: PDF Processing with Python ReportLab: PDF Processing with Python This is the code repository for the book, [ReportLab: PDF Processing with Python](https://leanpub.com/reportlab) by Michael Driscoll ## What is this book about? [ReportLab](https://www.reportlab.com/) is the primary package that most Python developers use for creating PDFs programmatically. This book will take a deep dive into this package and teaches you how to use this versatile library. This book covers the following topics: - Creating PDFs with ReportLab Canvas methods - Using PLATYPUS in ReportLab for Dynamic Reports - Turning Data into Reports with ReportLab - Splitting / Joining PDFs with PyPDF2 and pdfrw - Rotating Pages - PDF Security - Merging PDFs - and much, much more! ## Audience This book is for intermediate level Python programmers who would like to learn how to generate PDFs using Python. It also teaches how to modify pre-existing PDFs using Python. ## What You Need for the Book You will need the [ReportLab](https://www.reportlab.com/) toolkit for generating PDFs. This book also covers [PyPDF2](https://pythonhosted.org/PyPDF2/) and [pdfrw](https://github.com/pmaupin/pdfrw). ## Where to Buy the Book - [Leanpub](https://leanpub.com/reportlab/) (PDF, epub and mobi) - [Amazon](https://amzn.to/2JTos53) (Kindle and paperback) ## About the Author Michael Driscoll has been an application developer using Python for over a decade. He is the author of the popular Python blog, [The Mouse Vs. the Python](https://www.blog.pythonlibrary.org/) as well as several other Python books including **Python 101**, **Python Interviews** and **ReportLab - PDF Processing with Python**.