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 |
Yury Delendik
|
a89cb5dd7a
|
Disables symbolic encoding for non-standard fonts
|
13 years ago |
Yury Delendik
|
8aab1a7a7b
|
Fix loading of the font widths
|
13 years ago |
sbarman
|
dd14b3051e
|
Fix for issue #1796
|
13 years ago |
Brendan Dahl
|
5416b92392
|
Add todo comment.
|
13 years ago |
Yury Delendik
|
6971aec9f3
|
Adjust heuristic to properly handle unicode characters
|
13 years ago |
Yury Delendik
|
43f1946c7a
|
Add prefixes for literals
|
13 years ago |
Yury Delendik
|
ec6c185cf5
|
Allow parsing of the "glued" commands
|
13 years ago |
Brendan Dahl
|
e962d93946
|
Change to info for most gstate settings.
|
13 years ago |
Brendan Dahl
|
034583e1a1
|
Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension.
|
13 years ago |
Dmitry Kataev
|
6acdf1791c
|
Two or more operations can be combined together like qqBT
|
13 years ago |
Brendan Dahl
|
f8ed7bb31a
|
Fix object id counter.
|
13 years ago |
Brendan Dahl
|
92e355dc35
|
Address review comments.
|
13 years ago |
Brendan Dahl
|
2db0ee6ba3
|
Add next line operators for text collection.
|
13 years ago |
Yury Delendik
|
78213e826e
|
Guessing pdf char size based on the CMap numbers
|
13 years ago |
Yury Delendik
|
cff6c8db08
|
skip cached objects and has consistent font ids
|
13 years ago |
Yury Delendik
|
6bf640260f
|
Fix jsdoc comment; remove resources dict from type3 properties
|
13 years ago |
Yury Delendik
|
42911f1fc9
|
Async getAnnotations(); hide map and xref for Dict
|
13 years ago |
Kalervo Kujala
|
99440ab691
|
Refactor class method names.
Also move functionality to more logical place in canvas.js and jpx.js.
|
13 years ago |
Brendan Dahl
|
8a45177be0
|
Make Dict handle all the fetching of Refs.
|
13 years ago |
Yury Delendik
|
0ca4ca6077
|
Improving invalid operations syntax recovery (#1466) (see also #589)
|
13 years ago |
gigaherz
|
c6d7e654ee
|
Replace variables named 'char'=>'character', 'byte'=>'octet' and field '.private'=>'.privateData'. This allows pdf.js to compile with Google's Closure Compiler.
|
13 years ago |