0

I wrote a code in python, which creates music notation based on a user input. It generates a PDF and everything works fine.

The only problem I have is that the notation consists of 100's of small images and I wanted to ask if there is a possibility 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?

Thanks in advance and have a great weekend!

  • Does this answer your question? [How to create PDF files in Python](https://stackoverflow.com/questions/2252726/how-to-create-pdf-files-in-python) – Zero Pancakes Feb 13 '21 at 14:49
  • unfortunately it doesn't. The PDF creation works perfectly fine. I just need a way to basically hide that it just consists of all these small images. – Golden Goat Feb 13 '21 at 15:16
  • Can you upload a picture of what it looks like and maybe also your code? – Zero Pancakes Feb 14 '21 at 15:58

0 Answers0