mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
[edition] Add a FreeText editor (#14970)
- add a basic UI to edit some text in a pdf; - an editor can be moved, suppressed, cut, copied, pasted, selected; - add an undo/redo manager.
This commit is contained in:
parent
1ac33c960d
commit
be1aa11986
28 changed files with 2321 additions and 18 deletions
|
@ -950,6 +950,7 @@ async function startBrowser(browserName, startUrl = "") {
|
|||
// Avoid popup when saving is done
|
||||
"browser.download.always_ask_before_handling_new_types": true,
|
||||
"browser.download.panel.shown": true,
|
||||
"browser.download.alwaysOpenPanel": false,
|
||||
// Save file in output
|
||||
"browser.download.folderList": 2,
|
||||
"browser.download.dir": tempDir,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue