pyfpdf
pyfpdf copied to clipboard
Simple PDF generation for Python (FPDF PHP port)
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u201d' in position 10: ordinal not in range(256)
The Spanish translation is mentioned but the user needs to search it.
Hi I am interested in writing text to the top left corner of a cell as opposed to the default centre (vertical) aligment. Is there an option to do this?
unescape() not supported and not required as of python 3.9 onwards
First of all I need to say, thanks so much for providing and maintaining a Python pdf generation library with a sane API and good documentation. I'm first using Pillow...
Hi, I'm creating a pdf document with a table of content adapted from the attic/TOC.py script. It's all working well expect that I run into a problem when my pages...
add_page
I'm using the version 1.72 on Python. 2.7. My add _page method lets me only specify the orientation, the other 2 parameters described in your documentation do not work. TypeError:...
In fpdf(not fpdf2),self.buffer is str not bytearray ```python def _out(self, s): #Add a line to the document if PY3K and isinstance(s, bytes): # manage binary data as latin1 until PEP461-like...
Hello, I'm trying to get my code to generate 'labels' four to a page. However I am currently only able to get them to place two (Both down the left...
BytesIO instance can now be sent instead of filename Image data, once processed, can be stored and reused, even in separate instances of FPDF Please find more details and code...