Skip to content

Commit d995e89

Browse files
update to Document-Viewer-Javascript 3.2.0
1 parent 0013e63 commit d995e89

11 files changed

Lines changed: 65 additions & 43 deletions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2003–2025 Dynamsoft. All Rights Reserved.
1+
Copyright © 2003–2026 Dynamsoft. All Rights Reserved.
22

33
The use of this software is governed by the Dynamsoft Terms and Conditions.
44
https://www.dynamsoft.com/company/license-agreement/

dist/ddv.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ddv.es.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ddv.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/engine/ddv-imageio.wasm

92.6 KB
Binary file not shown.

dist/engine/ddv-imageio.worker.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/engine/ddv-imageproc-simd.worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/engine/ddv-imageproc.worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ declare class ImageIOWasmEnv {
248248
static getLicenseInfo(license: any, isLts: boolean, uuid: string): Promise<LicenseInfo>;
249249
private static Init;
250250
static isResourceDirValid(maxRetries?: number, retryDelay?: number): Promise<boolean>;
251+
static isResourceVersionMatch(): Promise<boolean>;
251252
static loadPdfReader(license: any, isLts: boolean, uuid: string): Promise<boolean | void>;
252253
static loadMain(license: any, isLts: boolean, uuid: string): Promise<boolean | void>;
253254
static load(license: any, isLts: boolean, uuid: string): Promise<void>;

legal.txt

Lines changed: 43 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,13 @@ Copyright notice:
3232

3333
++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++
3434

35-
libtiff 4.7.0
35+
libtiff 4.7.1
3636
(https://libtiff.gitlab.io/libtiff/)
3737

38-
Silicon Graphics has seen fit to allow us to give this work away. It
39-
is free. There is no support or guarantee of any sort as to its
40-
operations, correctness, or whatever. If you do anything useful with
41-
all or parts of it you need to honor the copyright notices. I would
42-
also be interested in knowing about it and, hopefully, be acknowledged.
38+
# LibTIFF license
4339

44-
The legal way of saying that is:
45-
46-
Copyright (c) 1988-1997 Sam Leffler
47-
Copyright (c) 1991-1997 Silicon Graphics, Inc.
40+
Copyright © 1988-1997 Sam Leffler\
41+
Copyright © 1991-1997 Silicon Graphics, Inc.
4842

4943
Permission to use, copy, modify, distribute, and sell this software and
5044
its documentation for any purpose is hereby granted without fee, provided
@@ -65,9 +59,35 @@ WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
6559
LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
6660
OF THIS SOFTWARE.
6761

62+
# Lempel-Ziv & Welch Compression (tif_lzw.c) license
63+
The code of tif_lzw.c is derived from the compress program whose code is
64+
derived from software contributed to Berkeley by James A. Woods,
65+
derived from original work by Spencer Thomas and Joseph Orost.
66+
67+
The original Berkeley copyright notice appears below in its entirety:
68+
69+
Copyright (c) 1985, 1986 The Regents of the University of California.
70+
All rights reserved.
71+
72+
This code is derived from software contributed to Berkeley by
73+
James A. Woods, derived from original work by Spencer Thomas
74+
and Joseph Orost.
75+
76+
Redistribution and use in source and binary forms are permitted
77+
provided that the above copyright notice and this paragraph are
78+
duplicated in all such forms and that any documentation,
79+
advertising materials, and other materials related to such
80+
distribution and use acknowledge that the software was developed
81+
by the University of California, Berkeley. The name of the
82+
University may not be used to endorse or promote products derived
83+
from this software without specific prior written permission.
84+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
85+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
86+
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
87+
6888
++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++
6989

70-
libpng 1.6.43
90+
libpng 1.6.52
7191
(http://www.libpng.org/)
7292

7393
COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
@@ -76,8 +96,8 @@ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
7696
PNG Reference Library License version 2
7797
---------------------------------------
7898

79-
* Copyright (c) 1995-2024 The PNG Reference Library Authors.
80-
* Copyright (c) 2018-2024 Cosmin Truta.
99+
* Copyright (c) 1995-2025 The PNG Reference Library Authors.
100+
* Copyright (c) 2018-2025 Cosmin Truta.
81101
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
82102
* Copyright (c) 1996-1997 Andreas Dilger.
83103
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
@@ -945,7 +965,7 @@ limitations under the License.
945965

946966
++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++
947967

948-
openjpeg 2.5.2
968+
openjpeg 2.5.4
949969
(https://github.com/uclouvain/openjpeg)
950970

951971
/*
@@ -1035,7 +1055,7 @@ Matthias Wandel
10351055

10361056
++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++
10371057

1038-
libjpeg-turbo 3.1.0
1058+
libjpeg-turbo 3.1.2
10391059
(https://libjpeg-turbo.org/)
10401060

10411061
libjpeg-turbo Licenses
@@ -1134,7 +1154,7 @@ intended solely for clarification.
11341154
The Modified (3-clause) BSD License
11351155
===================================
11361156

1137-
Copyright (C)2009-2024 D. R. Commander. All Rights Reserved.<br>
1157+
Copyright (C)2009-2025 D. R. Commander. All Rights Reserved.<br>
11381158
Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
11391159

11401160
Redistribution and use in source and binary forms, with or without
@@ -1176,7 +1196,7 @@ that were granted to the IJG for code derived from their software.
11761196

11771197
++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++
11781198

1179-
freetype 2.13.3
1199+
freetype 2.14.1
11801200
(https://freetype.org/)
11811201

11821202
FREETYPE LICENSES
@@ -1216,21 +1236,22 @@ in earlier FreeType versions.
12161236
The gzip module uses the zlib license (see `src/gzip/zlib.h`) which
12171237
too is compatible to the above two licenses.
12181238

1219-
The files `src/autofit/ft-hb.c` and `src/autofit/ft-hb.h` contain code
1220-
taken almost verbatim from the HarfBuzz file `hb-ft.cc`, which uses
1221-
the 'Old MIT' license, compatible to the above two licenses.
1239+
The files `src/autofit/ft-hb-ft.c`, `src/autofit/ft-hb-decls.h`,
1240+
`src/autofit/ft-hb-types.h`, and `src/autofit/hb-script-list.h`
1241+
contain code taken (almost) verbatim from the HarfBuzz library, which
1242+
uses the 'Old MIT' license compatible to the above two licenses.
12221243

12231244
The MD5 checksum support (only used for debugging in development
12241245
builds) is in the public domain.
12251246

12261247
++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++--++
12271248

1228-
glaze 1.6.2
1249+
glaze 2.9.5
12291250
(https://github.com/stephenberry/glaze)
12301251

12311252
MIT License
12321253

1233-
Copyright (c) 2019 - present, Anyar Inc. and Stephen Berry
1254+
Copyright (c) 2019 - present, Stephen Berry
12341255

12351256
Permission is hereby granted, free of charge, to any person obtaining a copy
12361257
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)