mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
XFA - Add a parser for XFA files
- the parser is base on a class extending XMLParserBase - it handle xml namespaces: * each namespace is assocated with a builder * builder builds nodes belonging to the namespace * when a node is inserted in the parent namespace compatibility is checked (if required) - to avoid name collision between xml names and object properties, use Symbol.
This commit is contained in:
parent
c92011e093
commit
0ff5cd7eb5
14 changed files with 1049 additions and 10 deletions
|
@ -1431,7 +1431,7 @@ function buildLib(defines, dir) {
|
|||
return merge([
|
||||
gulp.src(
|
||||
[
|
||||
"src/{core,display,shared}/*.js",
|
||||
"src/{core,display,shared}/**/*.js",
|
||||
"!src/shared/{cffStandardStrings,fonts_utils}.js",
|
||||
"src/{pdf,pdf.worker}.js",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue