mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Support rich content in markup annotation
- use the xfa parser but in the xhtml namespace.
This commit is contained in:
parent
0e7614df7f
commit
cf8dc750d6
14 changed files with 188 additions and 39 deletions
|
@ -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("")
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue