pyfpdf icon indicating copy to clipboard operation
pyfpdf copied to clipboard

Simple PDF generation for Python (FPDF PHP port)

Results 107 pyfpdf issues
Sort by recently updated
recently updated
newest added

going to continue this progress through the summer most likely, mostly a pull request to draw attention, because when i started working with/on this library it looked like it was...

Fix typo in background parameter. Add parameter in rect method to create fill option.

Hi, thanks for the great work on this library. I have to write text to file which contains Trademark symbol. But the library errors out saying: **UnicodeEncodeError: 'latin-1' codec can't...

I see a couple of indicators, that this project might be dead: 1. **Last commit** is from January 2018 - that is more than 5 years ago! 2. **Broken links**...

Hello, I am trying to execute my python program to generate pdfs using FPDF module. When I run the program manually, there are no issues. However, when I try to...

Hi, There is an issue in library while using with Hindi language. If you see the example, given on https://pyfpdf.readthedocs.io/en/latest/Unicode/index.html Screenshots are taken from example in this page and the...

This PR helps developers to understand where to continue.

I have add_font with the code below: ` def chapter_body(self, name): with open(name, 'rb') as fh: txt = fh.read().decode('utf-8') # set font self.add_font('KhmerOS_content', fname='font/KhmerOS_content.ttf') # self.add_font('content', 'B', fname='font/static/NotoSansKhmer/NotoSansKhmer-Bold.ttf') self.set_font('KhmerOS_content','', size=12)...

I am trying to create a pdf from a HTML string because I have some styling to do (bold fonts for titles, etc) Formatting looks fine however, the resulting font...

does fpdf supports all type of complex formulas(ex: math ml , latex etc...)