2025-11-22: V4 Announcements
Hello PyPDFForm community! A major release, v4.0.0, is planned for New Year's Day 2026. This release will officially remove APIs currently marked as deprecated and emitting warnings.
Below is a list of these APIs and their alternatives:
PdfWrapper.adobe_modewill be removed; usePdfWrapper.need_appearances.PdfWrapper.create_widget()will be removed; usePdfWrapper.create_field().- The new
PdfWrapper.draw()API replaces older drawing APIs:PdfWrapper.draw_text()will be removed; usePdfWrapper.draw()withPyPDFForm.RawElements.RawText.PdfWrapper.draw_image()will be removed; usePdfWrapper.draw()withPyPDFForm.RawElements.RawImage.
PyPDFForm.Textwill be removed; usePyPDFForm.Widgets.Text.
Please go through this list and consider migrating to the new APIs, or pin your version if you wish to use the old APIs.
Happy hacking!