pyfpdf
pyfpdf copied to clipboard
Simple PDF generation for Python (FPDF PHP port)
The PNG processing was doing pixel manipulation using regexps, which was very very slow.
AttributeError: 'HTML2FPDF' object has no attribute 'unescape'
Hi! I'm working on a document that relies heavily on internal links and these don't seem to work properly. On Android devices, links don't work at all. On iOS, one...
With this speedup, when you have various pages with png images, the improvements is significant. As a example, I used an old dual core machine, with 104 png images (16MB...
hebrew
when i tried to put in hebrew, then it failed. can i share a screen shot? this works: ``` from fpdf import FPDF pdf = FPDF() pdf.add_page() pdf.set_font("Arial", size =...
* Whereas this project [has only been published to PyPI twice][1], last time in [2015][2], * Whereas the [last commit on master is from Jan 2018][3], I am asking contributors...
Since there was no way to add bullet points in fpdf I tried to add it by adding it as a unicode character ('\u2022') but could not do so
I have created a pdf object using FPDF, and am trying to save to Microsoft Azure Blob storage. I can save the FPDF-object fine locally using pdf.output('savename.pdf', 'F') To store...
When you want to add_font from a custom path it is impossible to do, because add_font() function will get 'ttffile' from Fontfile.ttf, which is ususally ./fonts/Fontfile.ttf Instead, you should define...
These commits allow the usage of background in template elements (rect and text) together with the 'fill' attribute set. Additionally some checks are removed that will always fail due tu...