Add the possibility to copy all the pdf text whatever the rendered pages are (bug 1788035)

This commit is contained in:
Calixte Denizet 2023-04-13 16:57:23 +02:00
parent 342dc760da
commit ca54ea12b3
10 changed files with 253 additions and 3 deletions

View file

@ -41,6 +41,7 @@ function getViewerConfiguration() {
appContainer: document.body,
mainContainer: document.getElementById("viewerContainer"),
viewerContainer: document.getElementById("viewer"),
hiddenCopyElement: document.getElementById("hiddenCopyElement"),
toolbar: {
container: document.getElementById("toolbarViewer"),
numPages: document.getElementById("numPages"),