This script generates a PDF file containing an emoji using a custom emoji font. It utilizes the reportlab
library to create and manipulate the PDF.
- Python 3.x installed on your machine.
- A custom emoji font file (e.g.,
Emoji.ttf
).
The script requires the following Python libraries:
reportlab
You can install the required library using pip:
pip install reportlab