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: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,13 @@ then I do love-me-some-coffee!*
16
16
</a>
17
17
18
18
## Updates / Change Log
19
+
20
+
##### Updated the project to v1.5 with the following:
21
+
- Add support to read the Accessibility flag correctly from ApacheFOP configuration as noted in the documentation; a bug exists where the value is not loaded so we manually support this now in a way that is fully compliant with the documentation.
22
+
- The original support from Azure Function configuration (environment variable) is still supported also.
23
+
- Several small code improvements for consistency
24
+
- Additional debugging log added to better know if rendering process was completed (e.g. logs SUCCESS along with Pdf Byte Size).
25
+
19
26
##### Updated the project to v1.4 with the following:
20
27
-**Added support for running, debugging, and deploying from within VS Code as well as IntelliJ IDEA**.
21
28
- Both project types use folder context configuration, so all configuration files have now been included and checked into the Repository.
0 commit comments