mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
Merge pull request #1766 from yurydelendik/encryptmeta
Suppress metadata decryption
This commit is contained in:
commit
2ba7cbc4fa
3 changed files with 25 additions and 3 deletions
|
@ -332,6 +332,10 @@ function stringToPDFString(str) {
|
|||
return str2;
|
||||
}
|
||||
|
||||
function stringToUTF8String(str) {
|
||||
return decodeURIComponent(escape(str));
|
||||
}
|
||||
|
||||
function isBool(v) {
|
||||
return typeof v == 'boolean';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue