-
Ok, these are really 2 questions:
- [ ] 1. How can I put multiple PNG images into a table, in lets say a (10 rows x 5 columns)?
- [x] 2. How can I get the image from an IO buffer?
---
Usin…
-
**Current situation**
`fpdf2` currently let users employ the `cell()` & `multi_cell()` methods to build tables, as demonstrated in part 5 of our tutorial: https://pyfpdf.github.io/fpdf2/Tutorial.html…
-
`Intr-un articol precedent, Dupa toate regulile artei, v-am povestit despre tanarul print Hamlet`
**shoult look like this in PDF**
Intr-un articol precedent, Dupa toate regulile artei, v-am pove…
-
Hi, first off thanks for this library. It's really nice to be able to use such a good pdf renderer like pdfium in rust.
I'm integrating pdfium into my digital pen note taking application, which needs…
-
I am getting **Cannot read properties of undefined (reading 'nextElementSibling')** in the console. This is consistent when I used the same grid code with different data in tabs, I am using BootStrap…
-
Please forgive me if this question reflects Rust inexperience. But here's my impression:
If we want to load a font and then use it in a document, the borrowing rules make this impossible.
```
…
-
First, a big thanks for all the work on this library. I'm already using it to produce professional-looking PDF documents efficiently.
Is it possible to produce inline **bold** and/or *italic* text …
-
**Please explain your intent**
I got the error message "FPDFException: Content cannot be added on a finalized document, after calling output()" while moving from 'example space' to a finalized pr…
-
The scope of this feature is to **add support to fpdf2 to produce encrypted PDFs**.
More information about this PDF functionality & code samples can be found:
* in section 7.6, "Encryption", of th…
-
What's the correct way to extract links from page? There appears to be implementation of handling FPDFLink on bindings.rs already but it's not being used anywhere.
Thanks