# HG changeset patch # User Sebastien Jodogne # Date 1605556073 -3600 # Node ID fa9e6bf849585f418b916f32dc21b21d1b55b1a6 # Parent 00674f3695f253f9db5c1c31739990444918edc5 integrating pdf.js into Stone Web viewer diff -r 00674f3695f2 -r fa9e6bf84958 Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Fri Nov 13 18:29:17 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/index.html Mon Nov 16 20:47:53 2020 +0100 @@ -586,6 +586,10 @@
[ drop a series here ]
+ +
+ +
+
+ +
+ +
+
+ + + + + +   {{currentPage}} / {{countPages}}   + +
+
+ + + + + + + diff -r 00674f3695f2 -r fa9e6bf84958 Applications/StoneWebViewer/WebApplication/pdf-viewer.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Applications/StoneWebViewer/WebApplication/pdf-viewer.js Mon Nov 16 20:47:53 2020 +0100 @@ -0,0 +1,198 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + + + +// Loaded via