How to format correctly a font with Fitz
I’m currently having an issue with fitz, where I replaced a text on a PDF, and it worked perfectly, the problem is that the text is kind of incorrect, the number 9 for example is replaced as a box, like the image bellow, and here’s the code, if anyone could help me:
I’m trying to replace a word on a PDF but it’s returning an error
I’m currently trying to substitute a word in a PDF, i’m using fitz because it was the library that i got the closer to fixing the problem but i’m stuck. heres the code:
PyMuPDF Generate a multi-query invoice
Using one of the examples from PyMuPDF on generating an invoice, and am having issues generating multiple tables on one page, each with a different sqlite3 query. I can get the data in the tables, and they do display, just each on it’s own page with the header. I can even change the header to generate one table, and the report.sections do one more, but the third is on another page and I lose the header of course.