1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
Commit graph

558 commits

Author SHA1 Message Date
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) 2011-08-25 02:29:22 +02:00
Chris Jones
1edf8dcc4e Merge pull request #368 from notmasteryet/tree-5
Fixing multi-item page content
2011-08-23 21:14:43 -07:00
notmasteryet
7e6815ab82 Fixing multi-item page content 2011-08-23 21:07:48 -05:00
Andreas Gal
7a0e0f8996 Merge pull request #367 from notmasteryet/tree-4
Misc bookmarks/links small fixes:  5180.sfnt.pdf and TCPDF examples
2011-08-23 19:00:58 -07:00
notmasteryet
1046417ec1 Misc bookmarks/links small fixes : 5180.sfnt.pdf and TCPDF examples 2011-08-23 20:52:36 -05:00
sbarman
51fa9f579c final fix for issue #215 2011-08-23 18:33:17 -07:00
sbarman
5499cbc1b0 figuring out charset 2011-08-23 18:17:30 -07:00
sbarman
aeba156d6b Redid encoding 2011-08-23 18:08:47 -07:00
notmasteryet
f97a4eede8 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into issue-356-b 2011-08-23 18:56:30 -05:00
notmasteryet
b90c6945b8 Sanitizing base font name before comparison with 'Symbol' 2011-08-23 17:06:45 -05:00
sbarman
488a007f73 Merge pull request #352 from notmasteryet/outline
Switching to the document outline view
2011-08-23 15:00:52 -07:00
notmasteryet
36d9462016 comment fix 2011-08-23 16:58:41 -05:00
Vivien Nicolas
406c2b2f2b Fix a small typo error with the kRasterizerMin usage 2011-08-23 16:49:25 +02:00
notmasteryet
d58dac0fd3 Encoding for standard fonts; symbols encoding 2011-08-22 22:50:17 -05:00
notmasteryet
d664652b86 Lifting up this.xref; buttons tooltips 2011-08-22 18:55:49 -05:00
Kalervo Kujala
8ffbf683b8 Add more debug data to error-logs.
Fix also a few gjslint errors.
2011-08-22 22:30:22 +03:00
notmasteryet
94eac2466e Document outline item link (for an-open-web) 2011-08-21 21:16:17 -05:00
notmasteryet
3aa6e38f01 Switching to the document outline view if the document structure is present 2011-08-21 21:05:10 -05:00
Andreas Gal
5ec13b7517 Merge pull request #349 from notmasteryet/stencil
stencil mask: height * width optimization and decode inversion
2011-08-20 22:03:52 -07:00
notmasteryet
01e2f81a49 stencil mask: height * width optimization and decode inversion 2011-08-20 23:03:00 -05:00
Andreas Gal
107c03e0e8 Merge pull request #344 from notmasteryet/bookmarks
Intra-document links and formatting fixes
2011-08-20 13:22:40 -07:00
notmasteryet
9bc76da676 Implements ImageMask: using image as a stencil mask 2011-08-20 14:41:38 -05:00
notmasteryet
3e0c0de985 Fixing bookmarks for PDF32000 2011-08-20 09:51:44 -05:00
notmasteryet
3b940c4bcd 'GoTo' action/links; document outline (no UI) 2011-08-19 22:41:56 -05:00
Chris Jones
5d071fffcd Merge pull request #339 from ironymark/master
Fix Type 2 CID Font Encoding
2011-08-19 20:29:32 -07:00
sbarman
a67c63db13 Added default value for no annotations 2011-08-19 11:24:12 -07:00
Adil Allawi
5a528944f0 Change the way Type 2 CID fonts are encoded. Move the cmap glyphs above the first 255 unicode values so that fillText does not change them and create an encoding to map characters to the glyphs. 2011-08-19 14:05:07 +01:00
notmasteryet
c2eaa55cd9 Move scale out of pdf.js 2011-08-18 22:48:07 -05:00
notmasteryet
18172c1b4d Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into links 2011-08-18 22:38:39 -05:00
notmasteryet
fd0423b5c7 image load pending 2011-08-18 19:55:14 -05:00
notmasteryet
b7ac83da32 LZW reducing memory usage 2011-08-18 07:43:45 -05:00
notmasteryet
5c7ecbfa28 Basic annotation link support 2011-08-17 20:21:54 -05:00
sbarman
a7353ad737 combined pathX/Y with x/y and wrote setCurrentPoint function 2011-08-17 09:22:54 -07:00
sbarman
7ae84533c6 added stiched functions 2011-08-16 18:15:20 -07:00
sbarman
8351877f16 cleanup 2011-08-16 16:49:26 -07:00
sbarman
2ef9900597 implemented curve2, partial fix for #325 2011-08-16 16:47:48 -07:00
notmasteryet
03c5fa3d19 switch optimization 2011-08-14 16:34:19 -05:00
notmasteryet
180747dbdc Optimize usage of the memory in the LZWStream; linting 2011-08-14 15:16:24 -05:00
notmasteryet
8f3a378944 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into lzw 2011-08-14 12:12:31 -05:00
notmasteryet
aad77fcc55 BaseFont and misc fonts fixes 2011-08-14 08:40:22 -05:00
notmasteryet
26ce439514 LZW filter 2011-08-13 20:46:04 -05:00
Kalervo Kujala
77104f9270 Refactor the lines that are longer than 80 characters in pdf.js. 2011-08-09 23:10:44 +03:00
Kalervo Kujala
f656e841ac Correct the coding style according to gjslint.
And remove stray tabs.
2011-08-08 23:13:32 +03:00
Brendan Dahl
850c042af7 Normalizing rotation 2011-08-07 21:54:11 -07:00
Brendan Dahl
3a80ccad4e Better undefined check 2011-08-06 15:47:08 -07:00
Brendan Dahl
4377eed920 Adding support for page rotation 2011-08-06 14:41:18 -07:00
Kalervo Kujala
ed2368fed7 Correct the return values for lookChar function.
Also refactor the code slightly for an early return.
2011-08-05 03:33:00 +03:00
sbarman
7a7ff9e8c5 cleanup 2011-08-03 22:43:15 -07:00
sbarman
80c1bab604 cleanup 2011-08-03 21:19:27 -07:00
sbarman
a32b56ae85 inline images working 2011-08-03 21:11:57 -07:00