pyfpdf icon indicating copy to clipboard operation
pyfpdf copied to clipboard

Simple PDF generation for Python (FPDF PHP port)

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

There is a detailed article explaining why this is faster: https://www.guyrutenberg.com/2020/04/04/fast-bytes-concatenation-in-python/ On a document I'm working on with over 12 000 pages, thanks to this patch the output generation passed...

https://github.com/reingart/pyfpdf/issues/166

This pull request adds support for barcode following C39 in templates (`BCC39`). It also extends an interface to be consistent with barcodes in template - `I25` (`BCI25`) is explicitly added...

Came across an issue where having fpdf as an import will not allow my .pyw file to open outside of an IDE (Pycharm). Used this to single fpdf out as...

I have tried, but was not able to do it with the same code that works on Windows...

If I try this: " from fpdf import Template #this will define the ELEMENTS that will compose the template. elements = [ { 'name': 'company_logo', 'type': 'I', 'x1': 20.0, 'y1':...

Hello, I'm currently using FPDF to generate PDFs, but a customer would also like to generate the same documents as .docx files. I was wondering if the output from FPDF...

http://pyfpdf.googlecode.com/files/fpdf_unicode_font_pack.zip This link doesn't work. Who have this package ? I would like take this package from https://pyfpdf.readthedocs.io/en/latest/Unicode/index.html_

So it's been a while i want to write down something that will help me out to draw a table. Last night a rushed some code and this is the...