Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
56.27 KB
MD5: d3aa88c0fad9edd9824e2c395718098f
SHA-1: cc1e81be2e4ad10a3251040c1b3c52432866f69e
SHA-256: 1f1a477b3186be6c76ca54686d0dcf0c88f2ff37a9c8e56bc2c681c4ebed107d
Download zip
89.98 KB
MD5: b006b4a3a638b6a9dfc4e4208390afa4
SHA-1: 98de74713b7c81df769562c04a88b96da618295e
SHA-256: ae1d0105094fad7c1cb3a51b64e2e9da62ba9120c0a0d17dc01e4887b6172fc1
Release notes
FillPDF 8.x-4.0 is a true Drupal 8 port. FillPDF now supports all types of entities, uses plugins for handling actions and backends, and makes full use of object-oriented-style programming. All core features from Drupal 7 are supported. Some, such as Rules integration and Ubercart integration, remain to be ported (and in the case of the latter, will probably not be ported).
Documentation is coming soon. Post an issue if you actually want to use it on your site and need documentation.
Changes since 8.x-4.0-alpha1:
- #2359213: Implement prefix/suffix.
- #2359213: Implement other backends.
- #2359213: Move field processing to handler.
- #2359213: Fix comment.
- #2359213: Re-export views after 8.0.0.
- #2359213: Port image-filling support.
- #2359213: Remove some ported D7 code.
- #2359213: Port import/export form.
- #2359213: Fix default View.
- #2359213: Port value-replacement (transforms).
- #2359213: Normalized token replacement.
- #2359213: Add fillpdf.token_resolver.
- #2359213: WIP Add TokenResolver service.
- #2359213: Use less ambiguous language.
- #2359213: Remove defunct dependency.
- #2359213: Add BDD for token replacement test.
- #2359213: Clean up some stuff.