Skip to content

Commit

Permalink
JS -- Add 'util' object
Browse files Browse the repository at this point in the history
This patch provides an implementation of the util object as described:
 * https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_api_reference.pdf#page=716
  • Loading branch information
calixteman committed Nov 6, 2020
1 parent 47b3b39 commit f69e848
Show file tree
Hide file tree
Showing 5 changed files with 652 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ function buildLib(defines, dir) {
return merge([
gulp.src(
[
"src/{core,display,shared}/*.js",
"src/{core,display,scripting_api,shared}/*.js",
"!src/shared/{cffStandardStrings,fonts_utils}.js",
"src/{pdf,pdf.worker}.js",
],
Expand Down
Loading

0 comments on commit f69e848

Please sign in to comment.