Pypdfform

Latest version: v1.4.25

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 15

0.3.1

What's Changed
* PPF-161: base exception should inherit from value error by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/162
* PPF-165: add 3.9 to tests by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/166
* PPF-167: change project description by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/168
* PPF-164: pylint the package by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/169
* PPF-163: prepare template for scenario tests by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/172
* PPF-171: implement read method by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/173
* PPF-174: update docs with read method by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/175
* PPF-170: setup conftest by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/176


**Full Changelog**: https://github.com/chinapandaman/PyPDFForm/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* PPF-135: support radio button by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/158
* PPF-159: update docs for radio button fill by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/160


**Full Changelog**: https://github.com/chinapandaman/PyPDFForm/compare/v0.2.2...v0.3.0

0.2.2

What's Changed
* PPF-145: update element doc by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/147
* PPF-148: more strict tests around validate text attributes and setting font per element by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/149
* PPF-126: support image field in fill methods by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/151
* PPF-126: fix functional test by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/152
* PPF-153: more strict validations around simple fill by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/154
* PPF-150: update docs for image fill by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/155
* PPF-156: move sample images out of sample pdfs folder by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/157


**Full Changelog**: https://github.com/chinapandaman/PyPDFForm/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* PPF-121: correct description for element type by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/128
* PPF-127: more explicit Makefile rule name by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/129
* PPF-127: better wording by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/130
* PPF-127: change the wording back by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/131
* PPF-133: minimum pylint by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/134
* PPF-137: add pylint to requirements by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/138
* PPF-125: font should be part of element by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/139
* PPF-132: support register font by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/140
* PPF-141: allow setting registered font both globally and per element by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/143
* PPF-142: extract examples into actual code snippets by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/144
* PPF-145: update docs with new font related features by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/146


**Full Changelog**: https://github.com/chinapandaman/PyPDFForm/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* PPF-84: move old code to legacy by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/92
* PPF-90: move element class to middleware by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/93
* PPF-95: refactor out element exceptions by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/96
* PPF-94: create constants file by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/97
* PPF-91: build elements middleware by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/98
* PPF-99: any component that uses pdfrw should be in core layer by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/100
* PPF-101: create filler by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/102
* PPF-103: create new wrapper by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/104
* PPF-105: create validators by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/106
* PPF-107: code auditing by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/108
* PPF-103: validate stream shouldn't happen in constructor by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/109
* PPF-111: draw image refactor by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/114
* PPF-112: draw text refactor by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/115
* PPF-113: non simple fill refactor by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/118
* PPF-116: addition operator refactor by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/119
* PPF-120: code audit phase 2 by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/122
* PPF-117: use makefile instead of bash scripts by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/123
* PPF-121: docs v2 by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/124


**Full Changelog**: https://github.com/chinapandaman/PyPDFForm/compare/v0.1.5...v0.2.0

0.1.5

What's Changed
* PPF-79: coordinates based draw text by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/86
* PPF-79: delete branch after merging by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/87
* PPF-78: test and fix for font color exception by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/88
* PPF-73: fix commit msg by chinapandaman in https://github.com/chinapandaman/PyPDFForm/pull/89


**Full Changelog**: https://github.com/chinapandaman/PyPDFForm/compare/v0.1.4...v0.1.5

Page 12 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.