Brendan Dahl
|
01ce3d056c
|
Load all resources before getOperatorList/getTextContent.
|
12 years ago |
Yury Delendik
|
339dc65082
|
Removes getImageData from canvas.js
|
12 years ago |
Brendan Dahl
|
328cfd0246
|
Bind chunk promises to avoid scope problems.
|
12 years ago |
Mack Duan
|
f8f4b3f45d
|
Refactor code for annotations
|
12 years ago |
Brendan Dahl
|
c5c2f7a773
|
Fix type3 font loading regression.
|
12 years ago |
Mack Duan
|
d69f14328c
|
Use same obj/font id counter for all partial evaluators on page
|
12 years ago |
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 |
Brendan Dahl
|
15a9ab34d3
|
Lower two common warnings to info.
|
12 years ago |
Mack Duan
|
ef423ef30c
|
Implement progressive loading of PDFs
|
12 years ago |
Brendan Dahl
|
0f41b2db44
|
Fix priority of which font encoding is used.
|
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 |