Yury Delendik
c9218e5aad
Merge pull request #2625 from brendandahl/threaded-server
...
Switch to threaded python server for tests.
12 years ago
Yury Delendik
7f8ec9c48e
Merge pull request #2626 from wfwalker/addmissingpdfexception
...
fix for #2219 , "provide a better error message when file= not found/acce...
12 years ago
Bill Walker
12af2f9431
fix for #2219 , "provide a better error message when file= not found/accessible"
...
summary: create a new Exception class for missing PDF's, use it in place of generic
add new MissingPDFException to util.js
handle MissingPDF in api.js
handle MissingPDF in viewer.js, using new missing_file_error message
add new missing_file_error to l10n/en-US/viewer.properties
send MissingPDF from WorkerMessageHandler's loadDocument
send MissingPDF from GetDocRequest handler
12 years ago
Brendan Dahl
aa23916326
Switch to threaded python server for tests.
12 years ago
Brendan Dahl
7bd8887860
Merge pull request #2613 from yurydelendik/wait-animation
...
Wait for animation frame before displaying stuff
12 years ago
Yury Delendik
9a5ecae2a3
Wait for animation frame before displaying stuff
12 years ago
Yury Delendik
9af6e05456
Merge pull request #2615 from vyv03354/master
...
Fixes CFF parser failure when CharStrings contains cntrmask
12 years ago
Yury Delendik
df731e7d9d
Merge pull request #2527 from brendandahl/type1-charstrings
...
Evaluate type 1 charstrings for conversion to type 2.
12 years ago
vyv03354
a254de86fb
CFF parser didn't count hints defined by hstem/vstem
12 years ago
Brendan Dahl
f7a0d6ccc4
Merge pull request #2607 from yurydelendik/mozL10n-ext-fix
...
Fixes dir attribute for the extension
12 years ago
Yury Delendik
9a58bc9aba
Merge pull request #2581 from brendandahl/fix-cid
...
Fix normalized CID fonts for direct write 6.1.
12 years ago
Yury Delendik
9d3f7a0a0d
Merge pull request #2590 from Snuffleupagus/pageNumber-float-fix
...
Improve the behaviour of the pageNumber input field
12 years ago
Yury Delendik
2057855c8a
Merge pull request #2602 from vyv03354/issue2598
...
Update font name matching for Type 0 CIDFont
12 years ago
Yury Delendik
dbe633d324
Fix dir attribute for the extension
12 years ago
Yury Delendik
42c00b09bc
Merge pull request #2597 from vyv03354/master
...
Fixes non-Japanese characters spacing
12 years ago
vyv03354
622276ecc8
Update font name matching for Type 0 CIDFont
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
Snuffleupagus
c901f2f289
Improve the behaviour of the pageNumber input field
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
Brendan Dahl
dc914fe7ce
Fix normalized CID fonts for direct write 6.1.
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
Brendan Dahl
b5278c5e27
Evaluate type 1 charstrings for conversion to type 2.
12 years ago