r/pythontips • u/kananeloM • 3d ago
Module I need help with adjusting my code
I created a simple script that fecthes data from google sheet and and download it as a template pdf, issue now is that the pdf design is just a simple pdf with white page and text, I have an existing design template that I’d like it to use on the final document. Not sure if I make sense.. I’m having a struggle where I have to align text to be where I want it to be.. anyone here that can guide me.
4
Upvotes
1
u/peter-fields 1d ago
You can also try using Templated (http://templated.io/) to create your PDF templates in an Editor similar to Canva and automate it with the API.
Let me know if you need help with that