=
e318820a39
Ignore previously parsed xref streams
14 years ago
notmasteryet
dcd4f2ea61
Add LF to isSpace; pass ImageLoader when a pattern is processed
14 years ago
=
31d64af855
Handle missing encoding differences array
14 years ago
Kalervo Kujala
74cddad433
Align switch cases properly.
14 years ago
notmasteryet
7036bcd4c7
Zero gjslint warnings mark
14 years ago
notmasteryet
391ec1f99a
Moving defaultWidth into the charsToGlyphs function
14 years ago
notmasteryet
1d00b89285
Modifying how the artofwar encryption handled; add wdsg_fitc as reftest
14 years ago
notmasteryet
fc574f646a
Fixing double metrics issue for glyphs ( #484 )
14 years ago
notmasteryet
10a2fa66c2
Fixing defaultWidth; variables names
14 years ago
Kalervo Kujala
07254bb0a5
Fix small lint warnings.
14 years ago
notmasteryet
e512000877
Fixing properties.widths is null issue; fips197 test file
14 years ago
Artur Adib
5587cce165
Check for continuation callback
14 years ago
notmasteryet
361d53e1a9
Fixing truncated streams with multiple filters
14 years ago
notmasteryet
4e1a5296d2
Fixing and optimizing isYcckImage()
14 years ago
notmasteryet
94da20d776
Disable encryption when a ToUnicode stream is used in a font
14 years ago
Kalervo Kujala
7a421794a2
Use zeroes in PDFStringTranslateTable array instead of undefined.
14 years ago
Kalervo Kujala
9857287806
Use empty strings in zaph dingbats shadow encodings array instead of undefined.
14 years ago
Kalervo Kujala
67e264e579
Use empty strings in symbols shadow encodings array instead of undefined.
14 years ago
Kalervo Kujala
2b4e722a1c
Use empty strings in win ansi shadow encodings array instead of undefined.
14 years ago
Kalervo Kujala
7a1c02bc9e
Use empty strings in standard shadow encodings array instead of undefined.
14 years ago
Kalervo Kujala
68ceff4081
Use empty strings in mac roman shadow encodings array instead of undefined.
14 years ago
Kalervo Kujala
9256a62304
Use empty strings in mac shadow encodings array instead of undefined.
14 years ago
Kalervo Kujala
30b8d1dd08
Use empty strings in shadow encodings array instead of undefined.
14 years ago
Kalervo Kujala
b5412c13d8
Fix gjslint warnings.
14 years ago
Kalervo Kujala
07662cf035
fix jslint warnings
...
jslint revealed unused and misspelled variable names. Also some code was
refactored to be more simple.
14 years ago
notmasteryet
b5b0357dca
Remove extra space
14 years ago
notmasteryet
eaa5b8dab3
Pruning unreachable code; misc font fixes
14 years ago
Vivien Nicolas
a7332d178a
Fix a small error in font encoding
14 years ago
notmasteryet
faf8b8ac0b
Refactoring charsToUnicode into charsToGlyphs
14 years ago
notmasteryet
ee21d4113f
JPEG marker for YCCK images (in support of bug 674619)
14 years ago
Vivien Nicolas
13bf137220
Draw glyphs one by one to position them correctly and remove all the scaling hack
14 years ago
Kalervo Kujala
d54e425a96
Refactor the repeat logic in readBlock function.
...
In the function repeat the variabe i is not defined in the scope of the
function. This function was from moved by
92fa629d10
from its original place which had
the i as defined. This fix avoids the scope dependency.
14 years ago
Vivien Nicolas
001ca071f0
Fix a small bug about how 'W' widths array is parsed
14 years ago
Kalervo Kujala
946c4e2a88
Initialize inputBuf to zero.
14 years ago
Vivien Nicolas
d4fb9c786c
Use the built-in widths to calculate glyphs metrics
14 years ago
Kalervo Kujala
63d3f06265
Fix lastRow bug.
...
It was introduced by 99ffc9991e
.
14 years ago
Kalervo Kujala
b8263a5c1f
Initialize inputBuf.
...
Fix also another jslint error.
14 years ago
Kalervo Kujala
d9e01b1d7a
Fix gjslint warnings.
14 years ago
Vivien Nicolas
81d7d1a725
Add widths information for the most common fonts cases
14 years ago
Vivien Nicolas
a7ef696fea
Add an empty 'widths' to the properties object for base font
14 years ago
Vivien Nicolas
567be29720
Add more glue between glyph mapping and code mapping
14 years ago
notmasteryet
92a7468e9a
Add PDFString conversion
14 years ago
Kalervo Kujala
a9e0ddc22f
Use typed arrays instead of normal arrays in FlateStream.
...
Also fix a couple of lint warnings.
14 years ago
Kalervo Kujala
fb5807721e
Fix array initializations.
...
And refactor one loop.
14 years ago
Vivien Nicolas
92081af896
Revert a change from the narrow hack
14 years ago
Vivien Nicolas
c5b83eaf73
Refactor translateFont() to be more readable - part3
14 years ago
Vivien Nicolas
4d2b8ea1c8
Refactor translateFont() to be more readable - part2
14 years ago
Vivien Nicolas
8c21f53c98
Refactor translateFont() to be more readable
14 years ago
Vivien Nicolas
ea42fd69e4
Add a list of common serif fonts to not always fallback on sans-serif if the font file is missing
14 years ago
Kalervo Kujala
24babb6536
Use unique variable names in toplevelPagesDict function.
14 years ago