-
I am having weird issues with multicell inserting a page break after every cell if it crosses a page break.
```
import logging
from fpdf import fpdf
fpdf.LOGGER.setLevel(logging.DEBUG)
fpdf…
-
I'm trying to add rotated repeating text as a background and I found an FPDF "Rotations" script [here](http://www.fpdf.org/en/script/script2.php) which achieves exactly what I want.
Is it possible …
-
#### What are you trying to achieve?
Enumerated data can be added to the record correctly
#### What do you get instead?
I'm going to create a piece of data, and the data table field is an enumerati…
-
Hi,
first of all want to thank you for wonderful library. Your efforts are worthy of a lot of appraisal ( including financial ). Please put somewhere on readme section paypal link or something simila…
-
There are a number of helpful facilities which can be built on top of the FFI foundation and should probably be included in `dart:ffi`, for example:
* `CString`: wrapper for strings allocated in C
…
-
Hello! I'm having problems with the Linux compatibility of the library in my NetCore app.
I have tested the **PDFium** and also the **Pdfiumviewer** packages in the past, but had the compatibility …
-
At this moment we create a shipment and get a PDF label:
```
$labelFile = BP . self::LABELS_DIR . $this->barcode . '.pdf';
$pdf = base64_decode($this->label->getResponseShipments(…
-
First of all, thanks for this precious library!
Issue:
HTML and FPDF versions does not work (I've not tried TcPdfOutput), by using German Umlauts and French sings like àéè
in setCreditor, setUl…
-
Hi there, it's me again :-)
I finally tested the doctrine transport with release version 0.4.1. Everything seems to work fine so far. A new table has been created successfully by using auto_setup=t…
-
I'm currently working on a project which uses the fpdf library to generate PDF files. I'm looking into options to highlight some specific words in a cell (or multi_cell) using **bold** or _Italic_ tex…