mduan
b718a3604a
Default to a built-in font if an invalid non-embedded font is encountered
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
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
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
Yury Delendik
089b60d848
Merge pull request #2463 from brendandahl/remove-cid-keys
...
Remove cid dictionary values for normalized fonts.
12 years ago
Yury Delendik
179f3e3010
Merge pull request #2511 from Snuffleupagus/fix-RTL-outline
...
Fixes the Outline view in RTL languages, follow up of #2510
12 years ago
Brendan Dahl
bf1a4adf61
Merge pull request #2499 from yurydelendik/rescale
...
Refactors rescaleImage: improving quality of scanned images
12 years ago
Snuffleupagus
d3836c0173
Fixes the Outline view in RTL languages, follow up of #2510
12 years ago
Yury Delendik
956d5b0ba8
Merge pull request #2510 from Snuffleupagus/outline-word-wrap
...
Add word wrap of text in the Outline view to avoid horizontal scrolling
12 years ago
Snuffleupagus
727505b85d
Add word wrap of text in the Outline view to avoid horizontal scrolling
12 years ago
Yury Delendik
1826daa1d5
Refactors rescaleImage: improving quality of scanned images
13 years ago
Brendan Dahl
e22ee548f9
Merge pull request #2497 from brendandahl/use-cff-compiler
...
Use CFF compiler for building Type1 font.
13 years ago
Brendan Dahl
a235ec1441
Use CFF compiler for building Type1 font.
13 years ago
Brendan Dahl
4b4601d1fb
Merge pull request #2481 from yurydelendik/rm-global-pb
...
Refactors private browsing logic
13 years ago
Yury Delendik
1e7e586da4
Refactors private browsing logic
13 years ago
Yury Delendik
d58fad87d3
Merge pull request #2491 from Schildkroete/master
...
Update German locale
13 years ago
Yury Delendik
fee89cc77c
Merge pull request #2493 from brendandahl/wip-encode
...
Add support for hmoveto and vmoveto during flex.
13 years ago
Yury Delendik
1d0c005d7a
Merge pull request #2488 from brendandahl/fix-migration2
...
Fix migration for upgraded profiles.
13 years ago
Brendan Dahl
acf64b3164
Add support for hmoveto and vmoveto during flex.
13 years ago
Schildkroete
e120f1a298
Update German locale
13 years ago
Schildkroete
5a97d89820
Update German locale
13 years ago
Schildkroete
8be2376f14
Updated German locale
13 years ago