Jakob Miland
4efab13c58
Support Filespec dictionary in annotations
13 years ago
Brendan Dahl
852ff7753b
Fix cff private dictionary key.
13 years ago
Brendan Dahl
6ae135539d
Warn on opentype fonts.
13 years ago
Yury Delendik
b63da8bc82
Fixes encoding reading in CFF fonts
13 years ago
Yury Delendik
cae62341ac
Split large image groups into smaller chunks
13 years ago
Yury Delendik
a0bc215a86
Removes comment per #2372
13 years ago
Yury Delendik
d71c702dcf
Removes "too many inline images" limit
13 years ago
Brendan Dahl
39038b7377
Rescale regular images manually if they are too big.
13 years ago
Yury Delendik
a7f0e9612a
Using setDash for dashed lines
13 years ago
Yury Delendik
500421ddd2
Fixes "TypeError: info is undefined"
13 years ago
Yury Delendik
3346c284ab
Excluding Type3 fonts from the check; removing dead code
13 years ago
Yury Delendik
5dc87a7fca
Detecting if web fonts are disable in Firefox.
13 years ago
Yury Delendik
0dc137a0df
Refactors Lab CS; uses different conversion for D50 and D65; adds getRgbItem
13 years ago
Yury Delendik
0029b34d45
Refactors getRgb and makeCssRgb calls; reduces amount of created objects
13 years ago
Yury Delendik
2c87a6467b
Fixes function array support for radial/axial pattern
13 years ago
Christian Mehlis
e95fbb3860
Update src/obj.js
...
fix Issue #1523
13 years ago
khodzha
18da086b96
fix of combineUrl(baseUrl, url) in case of url - null, empty, undefined + unittests
13 years ago
benbro
9841bc3e8e
Workaround for Private Use Area characters in Chrome on Windows
13 years ago
Nicolas Pierron
f5e8838bb0
Ensure the loop counter is not interpreted as a double.
...
This patch improves pure JavaScript performances by 30% by removing double computations from Type1Parser_extractFontProgram. When parseInt is fed with non numerical values, it returns a NaN which flows into the loop counter which cause every operation to be computed as a double and every index to be trunctated as an int before reading a character. This patch force the NaN value to be coerce as an integer by using a bitwise-or operation with zero.
13 years ago
Yury Delendik
0646d397eb
Rejects post table if maxp numGlyph does not match
13 years ago
Yury Delendik
05148e8e7d
Removes vtmx and vhea tables; sanitizes fpgm and prep
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
Yury Delendik
68ab17e4a3
Cleaning name table
13 years ago
Yury Delendik
610215bada
Validate charstrings
13 years ago
Yury Delendik
4da7be8d28
Verifies some of the OS2 font table fields
13 years ago
Yury Delendik
fbe3d71663
Re-creates invalid post table
13 years ago
Yury Delendik
725195b65f
Fixes compressed object entries caching
13 years ago
Yury Delendik
1f56d242ff
Adds basic PDF info
13 years ago
Yury Delendik
35af48123a
Fixes stream loading for XRefStm
13 years ago
Yury Delendik
37fb625e87
Fixes lineWidth/scale calculation for the fonts
13 years ago
Ben Browitt
19faf4b9eb
Fix closure compiler warnings.
13 years ago
Julian Viereck
318b286da3
Fix typo in PartialEvaluator_getTextContent
13 years ago
Brendan Dahl
babd8df176
Un-inline pdf.js for the extension/mozcentral and remove fetch pdf by content code.
13 years ago
waddlesplash
60e2e36ff7
Vectorize the logo.
13 years ago
Yury Delendik
69b72078c0
Separate page objects/images from the fonts; does not store large images
13 years ago
Jean-Sebastien Legare
0cdecf007f
try/catch bug. var not unset when getter length() throws error
13 years ago
Yury Delendik
4c533d065d
Fixes incomplete restore in paintFormXObject
13 years ago
Piotr Zalewa
812bc6795d
* InvalidPDFException added
...
* Act on throwing an Exception and InvalidPDFException by rejecting the worker
instead of throwing
* changed message for all builds
* alerting and closing window only for B2G builds
* invalid_file_error added to l10n (en and pl)
* UnknownErrorException added and used for every error()
13 years ago
Yury Delendik
4c0f9eb924
Fixes getNumber at the end of stream
13 years ago
Adil Allawi
88bd912840
Clear unused code
13 years ago
Saebekassebil
58d6974bf5
Implement NullStream, fix #1832
13 years ago
Yury Delendik
13c430c6e1
Using CMYK SWOP colors
13 years ago
waddlesplash
c111154979
Support 'GoToR' links.
...
Fix tabs.
Make changes as per @yurydelendik's request.
Forgot to remove 'TODO' comment.
Support 'GoToR'-type links.
13 years ago
waddlesplash
1ed1de10a5
More descriptive link types warning.
13 years ago
Yury Delendik
ab058dbe75
Fixes text clipping
13 years ago
Yury Delendik
8c3a82ff4d
Falls back to ErrorFont when font object is not available or corrupted
13 years ago
Yury Delendik
b09f0ccbaa
Adds Type1 sbw command support for horizontal fonts
13 years ago
Yury Delendik
b6ad7fd103
Defines at least one glyph if none was found
13 years ago
Yury Delendik
c129ecea8a
Partially reverts #2239 due to reftest fails
13 years ago
Yury Delendik
3ed6db69d0
Reducing parameter of Mac->Win heuristic
13 years ago