Mack Duan
|
2ce00279be
|
Address more of brendan's comments
|
12 years ago |
Mack Duan
|
27fe18e8c6
|
Address brendan's comments
|
12 years ago |
Mack Duan
|
dbccbaaa27
|
Make getOperatorList() calls independent and merge queues at end
|
12 years ago |
Mack Duan
|
ef423ef30c
|
Implement progressive loading of PDFs
|
12 years ago |
Mack Duan
|
db4b199efd
|
Remove redundant getOperatorList()
|
12 years ago |
Brendan Dahl
|
ec311f303b
|
Use white backdrop when possible.
|
12 years ago |
Mack Duan
|
79831d7ec5
|
Support rendering appearance streams for annotations
|
12 years ago |
Brendan Dahl
|
725cd5407f
|
Add basic support for transparency groups.
|
12 years ago |
vyv03354
|
99165fb702
|
Fix the calculation of default vertical metrics
Fixes bug 849627 and 849628.
The current code was obviously wrong per the spec 9.7.4.3.
|
12 years ago |
Brendan Dahl
|
523aa9c152
|
Add support for blend modes.
|
12 years ago |
vyv03354
|
999cac517a
|
Skip FontName vs. BaseFont check for Type 3 fonts
Type 3 font dict does not have a BaseFont entry (see PDF Reference 9.6.5 Table 112). This check is actually causing false positives:
http://math.berkeley.edu/~daisuke/Bonn2013.pdf
http://math.berkeley.edu/~daisuke/BVSOL.pdf
http://www.ieice-hbkb.org/files/06/06gun_02hen_04.pdf
http://www.asahi-net.or.jp/~td6i-st/fuku-cathedral/new/gat.pdf
|
12 years ago |
vyv03354
|
c5b8ee6a91
|
Implements vertical writing
|
12 years ago |
vyv03354
|
7fc0c9f2ca
|
Take BaseFont entry from CIDFont dict instead of Type 0 Font dict
|
12 years ago |
Yury Delendik
|
d13aa38c9c
|
Enforces quotmark=single for jshint
|
12 years ago |
Yury Delendik
|
5cf0d8fa80
|
Enforces maxlen for jshint
|
12 years ago |
Jon Buckley
|
c281805fde
|
Issue #2008 - Fix lint errors for src/evaluator.js
|
12 years ago |
Yury Delendik
|
b5a38ded4c
|
Fixes reading of the widths for CID fonts
|
12 years ago |
vyv03354
|
622276ecc8
|
Update font name matching for Type 0 CIDFont
|
12 years ago |
mduan
|
b718a3604a
|
Default to a built-in font if an invalid non-embedded font is encountered
|
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 |
mduan
|
fadcb71c21
|
Handle missing 'FontName' entry in FontDescriptor object
|
12 years ago |
vyv03354
|
0980b4c322
|
Fix a problem about Japanese PDFs without embedded fonts
|
12 years ago |
Yury Delendik
|
10bb6c9ec0
|
Refactors font matrix operations
|
12 years ago |
Yury Delendik
|
cae62341ac
|
Split large image groups into smaller chunks
|
13 years ago |
Yury Delendik
|
d71c702dcf
|
Removes "too many inline images" limit
|
13 years ago |
waddlesplash
|
32fbf687ab
|
Refactor names in various files.
web/viewer.js
src/fonts.js (& remove unused global)
src/evaluator.js
src/canvas.js
|
13 years ago |
Julian Viereck
|
318b286da3
|
Fix typo in PartialEvaluator_getTextContent
|
13 years ago |
Yury Delendik
|
69b72078c0
|
Separate page objects/images from the fonts; does not store large images
|
13 years ago |
Yury Delendik
|
8c3a82ff4d
|
Falls back to ErrorFont when font object is not available or corrupted
|
13 years ago |
Yury Delendik
|
62b2c5a030
|
Stops font processing when valid glyphs are absent in the font
|
13 years ago |
Julian Viereck
|
47809fe316
|
Address yury's review comments
|
13 years ago |
Julian Viereck
|
658c6936fc
|
Tune whitespace insertion
|
13 years ago |
Julian Viereck
|
f1e0edbaa9
|
Address Yurys review comments
|
13 years ago |
Julian Viereck
|
3d0e6da2ff
|
Move some more font conversion into loadFont function to make type3 fonts work for now
|
13 years ago |
Julian Viereck
|
fdb6a013c9
|
Fix unitialized text/dirs array
|
13 years ago |
Julian Viereck
|
a525492f65
|
Make lint happy
|
13 years ago |
Julian Viereck
|
6bc2a0b84a
|
Remove spaces that don't make sense when using the text in divs
|
13 years ago |
Julian Viereck
|
e22fc80d3e
|
Add handling for gs in getTextContent
|
13 years ago |
Julian Viereck
|
bd4434a7ea
|
Apply bidi algorithm to the text in the worker
|
13 years ago |
Julian Viereck
|
897b99500e
|
Fix typos that prevent space insertion for showSpaced in getTextContent
|
13 years ago |
Julian Viereck
|
7432e596a1
|
Improve the space detection for the getTextContent function
|
13 years ago |
Julian Viereck
|
9b9de87ac4
|
Undo some changes for now until there is support for font.spacedWidth
|
13 years ago |
Julian Viereck
|
668c2867d4
|
Change the format of textContent to be an array
|
13 years ago |
Julian Viereck
|
a38c4bc729
|
Make getTextContent return offset array and improve the algorithm. Make
parts in viewer.js work again.
|
13 years ago |
Yury Delendik
|
3d78ccd570
|
Renaming export to exportData
|
13 years ago |
Yury Delendik
|
8d506212a8
|
Adds heuristic for monospace font detection
|
13 years ago |
Yury Delendik
|
45741c33a5
|
Fixes RTL text extraction
|
13 years ago |
Yury Delendik
|
e086cf36f4
|
Refactor text extraction / font loading logic
|
13 years ago |
Yury Delendik
|
9fba150dd2
|
Move font translation to the worker
|
13 years ago |
Brendan Dahl
|
332ae4ce41
|
Change to the Apache v2 license.
|
13 years ago |