Srishti
6c3e5e5d92
Fixing the offset of vertical CJK text
12 years ago
Brendan Dahl
f04dbcaf2e
Use dummy font for testing when pdf fonts are loaded.
12 years ago
Yury Delendik
28778e6c1b
Rejects incorrect url in download manager
12 years ago
Yury Delendik
8ee9db45ef
Fixes ASCIIHex decoding
12 years ago
Brendan Dahl
bcc085ec52
Limit image size to 1024*1024 for b2g.
12 years ago
Rob Wu
cc04cf5d1f
Configurable IMAGE_DIR for annotations
...
The Chrome extension activates PDF.js by inserting the script tags
in a document whose URL and location origin is identical to the PDF
file.
Because of this, the path './images/' was resolved relatively to the
location of the PDF file instead of the extension.
To fix this, the IMAGE_DIR constant is moved outside the local scope,
to allow extensions/chrome/insertviewer.js to override the value.
Originally, the IMAGE_DIR variable was a global variable, but commit
f8f4b3f45d
moved the global variable
to the local scope, causing the extension to malfunction.
Impact: low, the only consequence is that some rarely used images
were not visible.
Trivial test:
At the center of page 2, the annotation icon
(images/annotation-comment.svg) should be visible:
http://linorg.usp.br/CTAN/macros/latex/contrib/pdfcomment/doc/pdfcomment.pdf
12 years ago
Yury Delendik
19e8f2f059
lookChar refactoring
12 years ago
Brendan Dahl
09aafa830b
Remove caching of stream data and fix object loader for streams.
12 years ago
Yury Delendik
419bee1314
Takes SMask's preblending in account
12 years ago
Yury Delendik
5e5b66f688
Removes browser decoding optimization for JPEG CMYK
12 years ago
Yury Delendik
3461d02d05
Enforces trailing spaces
12 years ago
Yury Delendik
121c183db1
Fail if other font types are found
12 years ago
Yury Delendik
6dc4b10b40
Implements reparing of CFF table
12 years ago
Srishti
21a8d62624
Fixes Text rotation issue #2095
12 years ago
Brendan Dahl
6d34d422ae
Fix notdef typo.
12 years ago
Yury Delendik
c099d6ba94
Removes AES padding
12 years ago
Brendan Dahl
e62ab300f1
Handle annotations with no resources.
12 years ago
Brendan Dahl
a8ad07ccbf
Cache fonts by reference.
12 years ago
Yury Delendik
04a7b036ec
Preserving PDFJS in the generic builds
12 years ago
Yury Delendik
df352b375b
Refactoring TTF repair logic
12 years ago
Jonas
d206a1ccdc
Fix regression from issue 3312
12 years ago
Yury Delendik
aac0f80aad
#1277 : ignoring error for bad "empty" block
12 years ago
Yury Delendik
4d9ee7b530
#2098 : scanning for stream length when it's incorrect
12 years ago
Yury Delendik
c3096d98d4
#3248 : fixes hp scanner's bad XRef
12 years ago
Yury Delendik
c3030dee8f
Bug 861638: ignoring double-EI
12 years ago
Yury Delendik
0d229351f3
Bug 874851: ignoring bad stream length
12 years ago
Yury Delendik
23ea9d879d
Show fallback bar on unhandled rejections
12 years ago
Yury Delendik
7bef903411
Fixes missing compressed object detection
12 years ago
Yury Delendik
c68d125f17
Improves search of EI (end of inlined image)
12 years ago
Yury Delendik
df6fd387df
Bug 879211: ignoring bad document outline reference
12 years ago
benbro
ce218d021f
Check that the progressCallback is defined before calling it
12 years ago
fkaelberer
2cdd8de25a
compileType3Glyph cleanup
12 years ago
fkaelberer
220627b135
Faster type3 glyph outlines
12 years ago
Brendan Dahl
7764dd95c0
Remove progress events.
12 years ago
Brendan Dahl
b189749b4a
Removed unneeded timeout.
12 years ago
Brendan Dahl
ae1f973204
Use A+ spec compatible promises.
12 years ago
Brendan Dahl
01ce3d056c
Load all resources before getOperatorList/getTextContent.
12 years ago
benbro
fc7c1fb6fd
Fix check for instanceof Uint8Array in IE9
...
Fix #2687 and #2617
12 years ago
Yury Delendik
339dc65082
Removes getImageData from canvas.js
12 years ago
Yury Delendik
702da7f3ea
Skips failed-to-download tests
12 years ago
Yury Delendik
d8e3f1da72
Adds missing link-annotation-border file and lint error
12 years ago
Yury Delendik
234812a807
Fixing appendToOperatorList
12 years ago
Mack Duan
fc5b7dbb1f
Add support for form text annotations
12 years ago
Mack Duan
a394c1bac6
Support borders for link annotations
12 years ago
Yury Delendik
336aa38f4a
Reset canvas state before drawing annotations
...
Conflicts:
src/core.js
12 years ago
Yury Delendik
77e7981c69
Allows status be 0 for non-HTTP protocols
12 years ago
Yury Delendik
9d588907a9
Outlines type3 glyph
12 years ago
Tim van der Meij
d22ea7edc4
Lowering warning to info
12 years ago
Rex Lee
3e480f84a6
[B2G] UI tweak for multi-resolution devices support on B2G
12 years ago
Yury Delendik
8e298acb67
Fixes reading unordered Subrs in Type1
12 years ago