Mohammed Abu-alsaad
|
e6546642db
|
Added more preference variables from the available hash parameters
|
11 years ago |
Tim van der Meij
|
e128bdc397
|
Fixes unhandled XObject subtype PS error
|
11 years ago |
Jonas Jenwald
|
3c5dedf60d
|
Prevent font error when no preferred cmap table is found (workaround for issue 4800)
|
11 years ago |
koderok
|
81d3f4a89b
|
merged with earlier commits
|
11 years ago |
Yury Delendik
|
fcc4dfd9b5
|
Moves shared/function.js to core/
|
11 years ago |
Yury Delendik
|
7a19085159
|
Moves shared/colorspace.js into core/
|
11 years ago |
Yury Delendik
|
542c9c4c7a
|
Moves ColorSpace logic into evaluator
|
11 years ago |
Yury Delendik
|
d53dc2e7d6
|
Refactors showText: split type3, remove showSpacedText
|
11 years ago |
fkaelberer
|
f88118dbf9
|
small optimizations in parser.getObj(), lexer.getObj()
|
11 years ago |
Samuel Chantaraud
|
37c3641fad
|
Added Promise.catch
Fixed Promise so it rejects on uncaught exception
Catch possible rejection on ViewHistory.setMultiple
|
11 years ago |
Yury Delendik
|
f4baea900e
|
Fixes regression in the cleanup
|
11 years ago |
p01
|
455c6b2d35
|
Removed several 'in' operators in canvas.js
This gives up to 6x speed improvement on these methods
|
11 years ago |
p01
|
cf5ff3d327
|
Fewer lookups in CanvasGraphics_constructPath
|
11 years ago |
p01
|
7b68737baa
|
Strict isEOF / ~22% faster on issue2813, from 16.5s to 13.5s
|
11 years ago |
Yury Delendik
|
e5a0d89da9
|
Refactors loadFont for translateFont be async; fixes type3 dup data
|
11 years ago |
Yury Delendik
|
88aa396aca
|
Terminate getOperationList and getTextContent every 20 ms
|
11 years ago |
Yury Delendik
|
d8eb8b1de1
|
Adds Promise to the getOperatorList
|
11 years ago |
Jonas Jenwald
|
a984fe5b55
|
Add more unit tests for the API
|
11 years ago |
Jonas Jenwald
|
3e1db41ddd
|
Fix loading of fonts with empty font files (bug 866395 and issue 3522)
|
11 years ago |
Jonas Jenwald
|
ea0453f106
|
Add isEmpty method to Stream, DecodeStream and ChunkedStream
|
11 years ago |
Christian Krebs
|
3e7bcaa892
|
Handle nested post script arguments in the preprocessor
Fix for issue #4785
|
11 years ago |
p01
|
330b99f428
|
Optimized stream.js / 9-10x faster DecodeStream_ensureBuffer
|
11 years ago |
p01
|
8cfd024e48
|
Optimized colorspace.js AlternateCS_getRgbBuffer
|
11 years ago |
p01
|
95fda4fcdc
|
Optimized function.js / 2x Faster PDFFunction_constructPostScriptFromIR
|
11 years ago |
Jonas Jenwald
|
c68ffcf978
|
Check if the Names dictionary actually contains a Dests dictionary before attempting to get the destinations
|
11 years ago |
Jonas Jenwald
|
c4d4682924
|
Fix regression that prevents downloading the PDF file (PR 4752)
|
11 years ago |
Jonas Jenwald
|
b907e15a90
|
Build paths for glyph accents when drawing text as curves
|
11 years ago |
fkaelberer
|
8c38c2cbe3
|
Simplify Jbig2Image.decodeInteger()
|
11 years ago |
Jonas Jenwald
|
67a3b59864
|
Handle more cases of invalid line dash patterns in annotation borders
|
11 years ago |
Yury Delendik
|
c5eb058b09
|
Uses rAF to interrupt the operator list execution
|
11 years ago |
Tim van der Meij
|
7656408579
|
Refactoring Util.inherit.getOperatorList in annotation.js
|
11 years ago |
Yury Delendik
|
cc9643cf32
|
Refactors GetAnnotationsRequest and GetPageRequest
|
11 years ago |
Yury Delendik
|
2008f74185
|
Refactors MessageHandler.send to remove callbacks
|
11 years ago |
Jonas Jenwald
|
652dde48da
|
Fix typo when rejecting Promise in getPage
|
11 years ago |
Jonas Jenwald
|
f3f3db0d15
|
Remove 'info' and 'metadata' from GetDoc
|
11 years ago |
Jonas Jenwald
|
069f0cc8c0
|
Remove 'javaScript' from GetDoc
|
11 years ago |
Jonas Jenwald
|
4bfcb27d0b
|
Remove 'outline' from GetDoc
|
11 years ago |
Yury Delendik
|
95e61ad0e3
|
Adds pageviewport documentation
|
11 years ago |
p01
|
14a2d74d16
|
Optimized JPG.js - 33% faster convertCmykToRgb
|
11 years ago |
p01
|
287274d3dc
|
Optimized JPG.js - reduced memory usage + 2.16x faster getLinearizedBlockData
Linearize and scale the mcu blocks into the destination buffer in a single pass
|
11 years ago |
p01
|
7067409e00
|
Optimized JPX's transformComponents
|
11 years ago |
p01
|
27d532efeb
|
Optimized PDFImage_undoPreblend
|
11 years ago |
p01
|
83cd530f45
|
Cleaner putBinaryImageData
|
11 years ago |
p01
|
f70a072cde
|
Optimized CalGrayCS's convertToRgb
|
11 years ago |
Tim van der Meij
|
4caf5b694e
|
Completes unit tests for PostScript evaluator and fixes two bugs in the evaluator itself
|
11 years ago |
Jonas Jenwald
|
87d38b0692
|
Remove LegacyPromise in src/core/worker.js
|
11 years ago |
Jonas Jenwald
|
034f1102da
|
Remove LegacyPromise in src/core/core.js
|
11 years ago |
Jonas Jenwald
|
caad87eba5
|
Remove LegacyPromise in src/core/pdf_manager.js
|
11 years ago |
Jonas Jenwald
|
cb59e7f872
|
Remove LegacyPromise in src/shared/annotation.js
|
11 years ago |
Tim van der Meij
|
6b9aeb34f1
|
Fixes rendering of PDFs with nested trailer dictionary
|
11 years ago |