Kalervo Kujala
80304b6976
Fix a bug and speed up graycs_getRgbBuffer.
...
An rgbBuffer was created which was three times as big as intended. It also
caused that the function was very slow when rendering cable.pdf. Which led
to a slow script warning dialog.
With this fix the function speeds up ten-fold in the firebug profile.
14 years ago
Vivien Nicolas
b1a5ab6d0f
Fix regression on i9.pdf
14 years ago
Kalervo Kujala
ef2f3cdc24
Fix some jslint warnings.
14 years ago
Kalervo Kujala
2b5ed9b0fc
Address comments for xref bug.
14 years ago
Kalervo Kujala
5ab01e2cd0
Fix xref bug.
...
Use this.xref instead of xref in fetchDestinations function.
14 years ago
Kalervo Kujala
0f4b243752
Small corrections to pdf.js.
...
Also fix some lint errors.
14 years ago
Vivien Nicolas
cd930d9248
Ensure the characters between 127 and 255 are shown
14 years ago
Vivien Nicolas
e26b5b3b00
Show Type1 glyphs below 0x20, fix a bug in readNumberArray, read lenIV
14 years ago
Vivien Nicolas
00d2366d1d
Simulate Arial Black and Arial Narrow
14 years ago
Vivien Nicolas
81e1485e14
Address review comment for pull #419
14 years ago
Vivien Nicolas
c7195a4450
Chromium throw an error on calling defineProperty on a getter only
14 years ago
notmasteryet
8f044a26aa
Fixing lint warnings
14 years ago
notmasteryet
b03503fc12
Optimization of getComponents()
14 years ago
notmasteryet
c50b3fde20
Fixing Indexed color space ( #411 )
14 years ago
Kalervo Kujala
4b8274348b
Fix a small bug in getBlackCode.
...
And refactor the code a litlle bit.
14 years ago
Vivien Nicolas
cd7cf3536d
Ensure lastChar is correct if it's not specified
14 years ago
Vivien Nicolas
76f6398e47
Fix some strict warnings
14 years ago
Vivien Nicolas
37f88291d0
Fix a little issue with 'ff' on the pdf spec page 629
14 years ago
notmasteryet
5326f262e0
an-open-web document outline and bookmarks
14 years ago
notmasteryet
2a0477d3ea
cmap fixes: hex/dec numbers, arrays, cmaps, ranges
14 years ago
Vivien Nicolas
341de1ff42
Clean up encoding parsing
14 years ago
Vivien Nicolas
95ccb38283
Clean up a bit the encoding/charset/glyphs dance
14 years ago
notmasteryet
db09e34f71
Fix inverted B/W images in PIPEHEATCABLE.PDF
14 years ago
notmasteryet
26a8ae507d
code reformat
14 years ago
notmasteryet
c52e09082a
Not reading the dictionary tail of streams are not allowed #389
14 years ago
Kalervo Kujala
edd92c9db2
Fix gjslint errors.
14 years ago
Vivien Nicolas
4a320705c0
Fix wrong dict data offset when there is many charstrings
14 years ago
Vivien Nicolas
9ce69f94a6
Fix lying sfnt header for some CFF font that pretend to be TrueType and fix unknown unicode glyphs when building from Type1
14 years ago
notmasteryet
655564c2d9
bookmark fix for intelasa.pdf
14 years ago
notmasteryet
520c6b5daf
fix outline for hmm.pdf
14 years ago
Kalervo Kujala
092235a56f
Fix lint errors.
14 years ago
notmasteryet
f90144d38f
Changing function name
14 years ago
notmasteryet
824d6e4e71
using tmpCtx instead of ctx
14 years ago
notmasteryet
dacd239ed2
Add patterns to ImageMask; fix for non-multiple-8 width
14 years ago
Vivien Nicolas
c6e4dadf94
Use IsDict instead of checking the property for colorSpaces
14 years ago
Vivien Nicolas
a5d5f144bc
Fix a little error with colorspace ( #373 )
14 years ago
Vivien Nicolas
528e89693b
Fix regression #372
14 years ago
Vivien Nicolas
3f16be334e
Add built-in encoding for Type1 if there is no encoding built yet (fix some missing chars in pypy.pdf page 7)
14 years ago
notmasteryet
b170f8a2f2
Fix shavian.pdf regression and related optimization
14 years ago
notmasteryet
7e6815ab82
Fixing multi-item page content
14 years ago
notmasteryet
1046417ec1
Misc bookmarks/links small fixes : 5180.sfnt.pdf and TCPDF examples
14 years ago
sbarman
51fa9f579c
final fix for issue #215
14 years ago
sbarman
5499cbc1b0
figuring out charset
14 years ago
sbarman
aeba156d6b
Redid encoding
14 years ago
notmasteryet
b90c6945b8
Sanitizing base font name before comparison with 'Symbol'
14 years ago
notmasteryet
36d9462016
comment fix
14 years ago
Vivien Nicolas
406c2b2f2b
Fix a small typo error with the kRasterizerMin usage
14 years ago
notmasteryet
d58dac0fd3
Encoding for standard fonts; symbols encoding
14 years ago
notmasteryet
d664652b86
Lifting up this.xref; buttons tooltips
14 years ago
Kalervo Kujala
8ffbf683b8
Add more debug data to error-logs.
...
Fix also a few gjslint errors.
14 years ago