alhman
alhman
You cannot compare fpdf with reportbro as the latter has a layout engine and therefore will always be slower. I doubt that fpdf2 is much faster than PyFPDF which is...
we are now using fpdf2 internally for pdf generation
So this is an environment which is mainly used in data science? If there is more demand from other users then those users should comment here.
The issue is discussed on quill: https://github.com/quilljs/quill/issues/3364 there is still an active discussion and so far there is no fix available. Once there is a solution we will upgrade quill.
what is the expected behavior? I only see the following options - abort report generation with error - crop bar code at frame end (would result in invalid barcode) -...
Of course it could be scaled (option three I mentioned above) but this would result in unreadable bar codes. A bar code is not useful if it cannot be scanned....
currently not but once we drop support for Python 2 we should be able include other bar code formats.
Right now a table is only meant for simple tabular text display. If you need more complex layouts you can use sections which are more flexible.
you can pass images as base64 encoded or I/O object. See data parameter in the [method documentation](https://www.reportbro.com/docs/methods#reportbro-lib)
you're right, Image type should be allowed in a list. We will add this in the next version. With a text parameter used for an image you can pass a...