I wrote Python code which creates music notation based on a user input. It generates a PDF and everything works fine.
The notation consists of 100's of small images. Is it possible to merge them all together into one big image?
I don't want them to be selectable or anything. Basically I want the PDF to be like one big picture per page.
Is that possible using PyPDF2?