mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
(#867) Set Type3 font encoding; enable text selection testing
This commit is contained in:
parent
685a263e54
commit
3ea81bf0a6
2 changed files with 6 additions and 3 deletions
|
@ -167,7 +167,8 @@ function nextPage(task, loadError) {
|
|||
if (error)
|
||||
failureMessage = 'render : ' + error.message;
|
||||
snapshotCurrentPage(task, failureMessage);
|
||||
}
|
||||
},
|
||||
true
|
||||
);
|
||||
} catch (e) {
|
||||
failure = 'page setup : ' + e.toString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue