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
Sometimes you may want to extend current capabilities of a handler.
6
+
7
+
For instances, we have seen how xref:#doc-faq-reducing-fj-doc-mod-fop-pdf-size[Reduce fj-doc-mod-fop PDF size]. But to switch accessibility on and off we need a new build.
8
+
9
+
Let's imagine we want to change that at runtime, maybe with a system property.
10
+
11
+
We can simply to that by extending our base type handler :
0 commit comments