Yury Delendik
42c00b09bc
Merge pull request #2597 from vyv03354/master
...
Fixes non-Japanese characters spacing
12 years ago
Yury Delendik
693d8a11b2
Fixes feature tests misleading success results
12 years ago
vyv03354
0df411a3da
Fixes non-Japanese characters spacing
12 years ago
Brendan Dahl
a0313bef22
Merge pull request #2570 from mduan/issue2556
...
Fix bug w/ exception not being passed to error callbacks of a Promise
12 years ago
Yury Delendik
d467790bc6
Merge pull request #2585 from xiaojsoft/master
...
Updated Chinese Simplified (zh-CN) locale
12 years ago
XiaoJSoft
e30ce91f0b
Updated Chinese Simplified Locale
12 years ago
Brendan Dahl
45daf4e936
Merge pull request #2557 from mduan/issue2391-invalid-font
...
Default to a built-in font if an invalid non-embedded font is encountered
12 years ago
Brendan Dahl
71b1022fb0
Merge pull request #2509 from Snuffleupagus/tweak-thumbnail-scrolling
...
Add various improvements to scroll Thumbnails into view
12 years ago
mduan
b718a3604a
Default to a built-in font if an invalid non-embedded font is encountered
12 years ago
Yury Delendik
aac622a9b1
Merge pull request #2567 from vyv03354/master
...
Supports 'H/V', 'EUC-H/V' and '90ms*' CMaps
12 years ago
Yury Delendik
a3dd0098e0
Merge pull request #2571 from mduan/issue2129
...
Do not error when an EndOfPage segment is encountered in jbig2
12 years ago
vyv03354
2ef50c5068
Added tests for PDFs having 'H', 'EUC-H', and '90ms' encodings
12 years ago
Yury Delendik
ab8caaa408
Merge pull request #2574 from Snuffleupagus/pagechange-with-up/down-keys-pagefit
...
Change page with up/down arrow keys when zoom is set to 'page-fit'
12 years ago
vyv03354
deba913651
Merge branch 'master' of https://github.com/mozilla/pdf.js
12 years ago
Snuffleupagus
2d028e64c5
Change page with up/down arrow keys when zoom is set to 'page-fit'
12 years ago
vyv03354
38ffebc987
Supports 'H/V', 'EUC-H/V' and '90ms*' CMaps
12 years ago
mduan
317db2e7c6
Do not error when an EndOfPage segment is encountered in jbig2
12 years ago
Yury Delendik
fa1133f784
Merge pull request #2549 from mduan/issue2391
...
Skip commands that have too few arguments
12 years ago
mduan
5ab3bb1e03
Skip commands that have too few arguments
...
- Commands that have too few args will be skipped
- Commands that have too many args will generate an info, but still
execute
12 years ago
Yury Delendik
4fa82683fa
Merge pull request #2566 from mduan/issue2099
...
Handle missing 'FontName' entry in FontDescriptor object
12 years ago
mduan
fadcb71c21
Handle missing 'FontName' entry in FontDescriptor object
12 years ago
mduan
4f1e94c9f7
Fix bug w/ exception not being passed to error callbacks of a Promise
12 years ago
Yury Delendik
e61b104852
Merge pull request #2547 from mduan/issue2085
...
Support corrupted pdfs that are encrypted but lack 'ID' in trailer
12 years ago
Yury Delendik
5631e5ba54
Merge pull request #2562 from vyv03354/master
...
Fix a problem about Japanese PDFs without embedded fonts
12 years ago
mduan
48fa0172ed
Support corrupted pdfs that are encrypted but lack 'ID' in trailer
12 years ago
vyv03354
bff75fa629
Added a test PDF having Identity-H encoding without embedded font
12 years ago
vyv03354
0980b4c322
Fix a problem about Japanese PDFs without embedded fonts
12 years ago
Yury Delendik
d111003cdb
Merge pull request #2548 from brendandahl/isdict-fix
...
Fix isDict when type is missing in dictionary.
12 years ago
Yury Delendik
4ec5c3cb9a
Merge pull request #2551 from Haebaru/master
...
Updated Japanese locale
12 years ago
haebaru
45a765f6d9
Updated Japanese locale
12 years ago
Brendan Dahl
a79f005527
Fix isDict when type is missing in dictionary.
12 years ago
Snuffleupagus
ae29adc730
Add various improvements to scroll Thumbnails into view - comments addressed
12 years ago
Yury Delendik
2ccad4ca45
Merge pull request #2538 from xavier114fch/zh-TW
...
Update zh-TW translation
12 years ago
Brendan Dahl
e978ea2617
Merge pull request #2540 from mduan/handle-broken-hex-string
...
Handle broken hex string
12 years ago
mduan
eb8f4e8343
Handle some illegal characters in hex string
...
Do not throw exception when hex strings are in the wrong format
Currently pdf.js is throwing an exception for the following hex string:
`<7 0 2 15 5 2 2 2 4 3 2 4>`
The issue is that the 15 is not a valid hex character so pdf.js ends up
throwing an exception.
This diff changes the parser to process the above hex string as follow:
`70 21 55 2 24 32` (Note: the final 4 of the hex string is ignored)
replicating the behaviour of MuPDF, and doesn't throw an exception.
12 years ago
Xavier Fung
4d1b4fad35
Update zh-TW translation
12 years ago
Brendan Dahl
3aea29c7aa
Merge pull request #2526 from yurydelendik/create-os2
...
Fixes creation of OS/2 table
12 years ago
Yury Delendik
318e7f6949
Merge pull request #2500 from brendandahl/private-entries
...
Add support for more Type1 private dictionary entries.
12 years ago
Brendan Dahl
9635612034
Merge pull request #2525 from yurydelendik/version-info
...
Traces pdf.js version
12 years ago
Brendan Dahl
2cbb35362e
Add support for more Type1 private dictionary entries.
12 years ago
Brendan Dahl
7d9938df5f
Merge pull request #2520 from yurydelendik/disable-blues
...
Disables *Blue* values when HINT_ENABLED == false
12 years ago
Yury Delendik
aa93eac261
Fixes creation of OS/2 table
12 years ago
Brendan Dahl
bf0abd61d1
Merge pull request #2505 from yurydelendik/refactor-cff-float
...
Refactors encodeFloat, font matrix and flex args
12 years ago
Brendan Dahl
c05f073a73
Merge pull request #2454 from yurydelendik/worker-xhr-response
...
Tests presence of the xhr-response in the worker
12 years ago
Yury Delendik
7b70710565
Traces pdf.js version
12 years ago
Yury Delendik
10bb6c9ec0
Refactors font matrix operations
12 years ago
Yury Delendik
fe3697a977
Merge pull request #2521 from brendandahl/remove-cff-test
...
Temporarily remove cid_cff test file.
12 years ago
Brendan Dahl
789ccc0714
Temporarily remove cid_cff test file.
12 years ago
Yury Delendik
ccfa0e1972
Refactors encodeFloat and flex args
12 years ago
Yury Delendik
eca6c6cb5d
Disables *Blue* values when HINT_ENABLED == false
12 years ago