The GoodNotes PDF Template Generator is a Python project that allows you to generate PDF templates larger than A4 for use with GoodNotes notebooks. This tool helps you create custom-sized templates based on standard paper sizes, such as A0, A1, A2, A3, A4, or generate templates for all available sizes.
- Python 3.x
-
Clone the repository to your local machine:
git clone https://github.com/agedpomelo/goodnotes-pdf-template-generator
-
Navigate to the project directory:
cd goodnotes-pdf-template-generator
-
Run the script with the desired paper size:
python paper.py <paper_size>
Available paper sizes: A0, A1, A2, A3, A4, ALL
For example:
python paper.py A3
-
The generated PDF templates will be stored in the
out
directory.
The generated PDF templates will be saved in the out
directory. Each template will be named according to the paper size, e.g., A3 WHITE GRID.pdf
. If you generate templates for all available sizes, individual files will be created for each size.
This project is licensed under the MIT License.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project was inspired by the need for custom-sized templates for GoodNotes notebooks. We would like to acknowledge the contributors who have helped make this project better.
For any inquiries or feedback, please contact us at agedpomelo@gmail.com.
Happy template generation!