mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Add the possibility to copy all the pdf text whatever the rendered pages are (bug 1788035)
This commit is contained in:
parent
342dc760da
commit
ca54ea12b3
10 changed files with 253 additions and 3 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue