From 2c5aca7ea65b1126b49fc853fac60d7402624ab2 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sun, 6 Feb 2022 18:13:43 +0100 Subject: [PATCH] XFA: readonly XFA support --- README.md | 2 +- RELEASES.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00777c8..f8d397f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Software have following features (the list is not complete): - [x] audio book conversion - [x] internal structure inspector - [x] compare documents -- [ ] XFA support *(planned in year 2021)* +- [x] static XFA support (readonly, simple XFA only) - [ ] create fillable forms *(planned in year 2022)* - [ ] electronically/digitally sign documents *(planned in year 2022)* - [ ] 3D PDF support *(planned in year 2023)* diff --git a/RELEASES.txt b/RELEASES.txt index 22f46ab..3497aa3 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -1,5 +1,8 @@ CURRENT: + - Issue #10: Performance optimization + - static XFA support (readonly, simple XFA only) + V: 1.1.0, 19.12.2021 - DocDiff application (compare similar PDF documents) - Linux support