Support rich content in markup annotation

- use the xfa parser but in the xhtml namespace.
This commit is contained in:
Calixte Denizet 2021-10-24 17:29:30 +02:00
parent 0e7614df7f
commit cf8dc750d6
14 changed files with 188 additions and 39 deletions

View file

@ -46,7 +46,7 @@ describe("XFAParser", function () {
forbidden
</dynamicRender>
</acrobat7>
<autoSave>enabled</autoSave>
<autoSave>enabled</autoSave>
<submitUrl>
http://d.e.f
</submitUrl>
@ -414,7 +414,7 @@ describe("XFAParser", function () {
[
" The first line of this paragraph is indented a half-inch.\n",
" Successive lines are not indented.\n",
" This is the last line of the paragraph.\n \n",
" This is the last line of the paragraph.\n ",
].join("")
);
});