You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ This can also be enabled programmatically with `warnings.simplefilter('default',
21
21
* new optional parameter `border` for table cells: users can define specific borders (left, right, top, bottom) for individual cells - [issue #1192](https://github.com/py-pdf/fpdf2/issues/1192)
22
22
*[`FPDF.write_html()`](https://py-pdf.github.io/fpdf2/fpdf/fpdf.html#fpdf.fpdf.FPDF.write_html): now parses `<title>` tags to set the [document title](https://py-pdf.github.io/fpdf2/fpdf/fpdf.html#fpdf.fpdf.FPDF.set_title). By default, it is added as PDF metadata, but not rendered in the document body. However, this can be enabled by passing `render_title_tag=True` to `FPDF.write_html()`.
23
23
* support for LZWDecode compression [issue #1271](https://github.com/py-pdf/fpdf2/issues/1271)
24
+
* Python 3.13 is now officially supported
24
25
* support for [page labels](https://py-pdf.github.io/fpdf2/PageLabels.html) and created a [reference table of contents](https://py-pdf.github.io/fpdf2/DocumentOutlineAndTableOfContents.html) implementation
25
26
* documentation on how to: [render spreadsheets as PDF tables](https://py-pdf.github.io/fpdf2/RenderingSpreadsheetsAsPDFTables.html)
Copy file name to clipboardexpand all lines: test/requirements.txt
-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
camelot-py
3
3
endesive
4
4
ghostscript# required by camelot-py[base]: https://github.com/camelot-dev/camelot/blob/master/setup.py#L27
5
-
numpy<2# required by opencv-python, required for now to avoid an ImportError: numpy.core.multiarray failed to import, followed by an AttributeError: _ARRAY_API not found when importing cv2
6
5
opencv-python# required by camelot-py[base]: https://github.com/camelot-dev/camelot/blob/master/setup.py#L27
0 commit comments