Yury Delendik
|
1f232ded90
|
Stops objects indexing at the end
|
2013-08-23 13:03:30 -05:00 |
|
Yury Delendik
|
ba87d2fe11
|
Merge pull request #3373 from SSk123/master
rotation causes textLayer to get messed up
|
2013-06-29 17:24:12 -07:00 |
|
Srishti
|
21a8d62624
|
Fixes Text rotation issue #2095
|
2013-06-30 03:52:30 +05:30 |
|
Yury Delendik
|
27c8291ea1
|
Adds test for issue 3371 and enables testing with password.
|
2013-06-25 19:56:47 -05:00 |
|
Yury Delendik
|
004bd848c8
|
Merge pull request #2956 from vyv03354/cmap4_fpgm
Add more sanitizations to TT font programs
|
2013-06-23 12:33:18 -07:00 |
|
Yury Delendik
|
702da7f3ea
|
Skips failed-to-download tests
|
2013-05-30 17:58:48 -05:00 |
|
vyv03354
|
cc5cba8bec
|
Strip TT programs if it's invalid
|
2013-05-02 06:07:46 +09:00 |
|
Mack Duan
|
ef423ef30c
|
Implement progressive loading of PDFs
|
2013-04-12 16:13:22 -07:00 |
|
Yury Delendik
|
a3b2ad30fa
|
Adds endchar with 4 arguments test.
|
2013-03-04 14:28:04 -06:00 |
|
vyv03354
|
c5b8ee6a91
|
Implements vertical writing
|
2013-02-15 03:53:34 +09:00 |
|
vyv03354
|
0df411a3da
|
Fixes non-Japanese characters spacing
|
2013-01-24 01:23:22 +09:00 |
|
Brendan Dahl
|
45daf4e936
|
Merge pull request #2557 from mduan/issue2391-invalid-font
Default to a built-in font if an invalid non-embedded font is encountered
|
2013-01-18 12:35:59 -08:00 |
|
mduan
|
b718a3604a
|
Default to a built-in font if an invalid non-embedded font is encountered
|
2013-01-16 13:57:41 -08:00 |
|
vyv03354
|
2ef50c5068
|
Added tests for PDFs having 'H', 'EUC-H', and '90ms' encodings
|
2013-01-17 00:13:34 +09:00 |
|
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
|
2013-01-15 14:07:16 -08:00 |
|
mduan
|
fadcb71c21
|
Handle missing 'FontName' entry in FontDescriptor object
|
2013-01-15 11:48:20 -08:00 |
|
vyv03354
|
bff75fa629
|
Added a test PDF having Identity-H encoding without embedded font
|
2013-01-13 04:21:30 +09:00 |
|
Yury Delendik
|
4c533d065d
|
Fixes incomplete restore in paintFormXObject
|
2012-10-26 23:30:01 -05:00 |
|
Yury Delendik
|
7ea87c875e
|
Fixes cmap when 0xFFFF character is included
|
2012-10-13 14:21:15 -05:00 |
|
Brendan Dahl
|
5d8f463162
|
Adds support for the extend option for linear and radial shadings.
|
2012-06-07 16:00:07 -07:00 |
|
Brendan Dahl
|
ba9c828117
|
Merge pull request #1600 from yurydelendik/issue-1586
Don't check gen number for free entry; don't index objects twice
|
2012-04-25 17:04:11 -07:00 |
|
Yury Delendik
|
c13a4c1557
|
Replacing test with simulated bad pdf
|
2012-04-24 18:53:11 -05:00 |
|
Brendan Dahl
|
28024fba3b
|
Replace test pdf tcpdf 33 by custom generated pdf.
|
2012-04-17 10:39:17 -07:00 |
|
Brendan Dahl
|
3925e37417
|
Add basic api unit testing.
|
2012-04-12 17:59:30 -07:00 |
|
Brendan Dahl
|
7008d07fde
|
Fix gradients for fill and stroke.
|
2012-03-29 08:53:51 -07:00 |
|
notmasteryet
|
19bc96a617
|
Merge pull request #1406 from 'bdahl/string_fontname'
Fix string font names.
|
2012-03-26 21:17:16 -05:00 |
|
Brendan Dahl
|
2d7e1d6346
|
Merge upstream.
|
2012-03-21 16:13:24 -07:00 |
|
Brendan Dahl
|
52a4bcbd4f
|
Merge upstream.
|
2012-03-19 10:45:53 -07:00 |
|
Brendan Dahl
|
52222b7de3
|
Add test file for string font name.
|
2012-03-19 09:09:42 -07:00 |
|
notmasteryet
|
1f0af7c476
|
Add 'Indexed' cs abbreviation
|
2012-03-17 17:35:04 -05:00 |
|
Brendan Dahl
|
4a50e06e85
|
Merge branch 'master' of https://github.com/mozilla/pdf.js into cff
|
2012-03-10 19:22:02 -08:00 |
|
Brendan Dahl
|
ce53b1b018
|
CFF Parser and Compiler.
|
2012-03-10 19:12:33 -08:00 |
|
notmasteryet
|
38e3f32557
|
Add and fix pdfkit_compressed.pdf
|
2012-03-01 21:23:36 -06:00 |
|
Artur Adib
|
d09c0fbfd3
|
Merge pull request #1252 from notmasteryet/issue-1249
Check if glyphs are stored outside the glyf table
|
2012-02-29 10:43:45 -08:00 |
|
Brendan Dahl
|
b6e4fc771f
|
Fix bad chars in Type2CFF font names.
|
2012-02-19 22:12:22 -08:00 |
|
notmasteryet
|
8f3b198c23
|
Check if glyph are stored outside the glyf table
|
2012-02-19 20:12:57 -06:00 |
|
notmasteryet
|
016fd3282e
|
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into jpx6
Conflicts:
test/pdfs/.gitignore
|
2012-01-19 17:46:48 -06:00 |
|
Brendan Dahl
|
8aac2256ed
|
Fix zero width lines.
|
2012-01-17 20:50:49 -08:00 |
|
notmasteryet
|
15c132d4b9
|
Add example PDF from #268
|
2012-01-11 20:14:49 -06:00 |
|
Brendan Dahl
|
7c8445753d
|
Merge upstream.
|
2011-12-29 12:37:15 -08:00 |
|
Brendan Dahl
|
93283fdcc3
|
Add test pdf for type4 postscript functions.
|
2011-12-28 21:23:17 -08:00 |
|
Brendan Dahl
|
cf31eb4544
|
Add test case for smasks.
|
2011-12-16 10:54:31 -08:00 |
|
notmasteryet
|
fb3a9a9828
|
Add reftest for issue #918
|
2011-12-12 21:42:39 -06:00 |
|
notmasteryet
|
fa89ebe537
|
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into issue-863
Conflicts:
test/pdfs/.gitignore
|
2011-12-08 19:22:44 -06:00 |
|
notmasteryet
|
303f5cd07b
|
Add bad PDF with lots of extra bytes at the end
|
2011-12-08 19:17:24 -06:00 |
|
notmasteryet
|
fa18c8022e
|
remove glyph references outside range of avaialable glyphs
|
2011-12-07 21:38:34 -06:00 |
|
notmasteryet
|
05c1f68d68
|
Add PDF from the #840 to the reference tests
|
2011-12-02 06:55:04 -06:00 |
|
Brendan Dahl
|
faa202df1e
|
Merge upstream and change test pdf file.
|
2011-11-22 10:39:26 -08:00 |
|
Brendan Dahl
|
543e3377de
|
Adding multi dimensional interpolation and test file.
|
2011-11-11 14:44:47 -08:00 |
|
Brendan Dahl
|
3d662cf08a
|
Add the cmyk jpeg test file.
|
2011-11-09 09:39:55 -08:00 |
|