113 Commits (84a47f8e53454e2eccead405454059d0ca5c9826)

Author SHA1 Message Date
Yury Delendik 8dff301ce1 Worker shall wait for MessageHandler to be created at api side. 10 years ago
Jonas Jenwald 6dfe53b976 [api-minor] Add a parameter to `PDFPageProxy_getTextContent` that enables replacing of all whitespace with standard spaces in the textLayer (issue 6612) 10 years ago
Yury Delendik 06c1904675 Refactors FontLoader to group fonts per document. 10 years ago
Yury Delendik 09772e1e15 Creates PDFWorker, separates fetchDocument from transport. 10 years ago
Yury Delendik acdd49f480 Adds peer communication between MessageHandlers. 10 years ago
Jonas Jenwald 27c8e1e22f Improve the comment and deprecation warning for `PDFJS.openExternalLinksInNewWindow` 10 years ago
Jonas Jenwald b05652ca97 [api-minor] Let `getAnnotations` fetch all annotations by default, unless an intent is specified 10 years ago
Yury Delendik 1d8800370a Allow subpixel anti-aliasing for most of the content. 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Manas dbcb46c8de Uses @alias to fix missing comments on JSDocs pages 10 years ago
Yury Delendik 601d29b14e Fixes all examples to require workerSrc to be set. 10 years ago
Yury Delendik 8d15ecb14b Ignore any pending data when worker is terminated. 10 years ago
Tony Jin ef667823dd [api-minor] Add an optional param to DocumentInitParameters for specifying the range request chunk size to use. Defaults to 2^16 = 65536. 10 years ago
Jonas Jenwald 5bd95df427 Prevent `TypeError: page is undefined` when the document has been destroyed (PR 6546 follow-up) 10 years ago
Yury Delendik 5135aa9bec Adds deprecation warning for the API calls. 10 years ago
Yury Delendik 58c3ea0820 Adds thread abort capabilities. 10 years ago
Yury Delendik 59c13b32aa Adds destroy method to the document loading task. 10 years ago
Jonas Jenwald 9ab896e307 [api-minor] Add an option to PDFJS for specifying the |target| attribute of external links 10 years ago
Vincent Castelain 0cd4cc4e80 api/getDocument : handle ArrayBuffer check for PDF binary data (byteLength) 10 years ago
Mike Skalnik 341c5e9d1f [PATCH] Add fallback for font loading when eval disabled 10 years ago
Tim van der Meij 995c5ba205 Simplify annotation data passing 10 years ago
Yury Delendik dd07ef9c6a Disables rAF for the printing. 10 years ago
Jonas Jenwald 65a5543efe Disable PresentationMode for certain problematic configurations 10 years ago
Mike Lyons d271811740 Add option to open external links in new window 10 years ago
Collin Anderson 54e984c763 cleaned whitespace 10 years ago
Jonas Jenwald daba13aebb Amend the docs for |disableAutoFetch| to mention that streaming must also be disabled 10 years ago
Yury Delendik 81649b00a9 Base64 example and be more flexible what type of data is passed. 10 years ago
Yury Delendik 3a61edfcae Refactors getDocument and adds PDFDataRangeTransport. 10 years ago
Tim van der Meij b215af30d3 Require destinations when they are needed and do not fetch all of them in advance 11 years ago
Jonas Jenwald cb3e5903cb Fix disableAutoFetch regression in the generic viewer 11 years ago
Rob Wu 6a230af332 Rename FontFace to FontFaceObject 11 years ago
Yury Delendik c3f191a27c Implement streaming using moz-chunk-arraybuffer 11 years ago
Jonas Jenwald ed5fc43510 Add |UnexpectedResponseException| to fix the exception handling when file loading fails because the server responds with a non 404 status message 11 years ago
Jonas Jenwald ca027ebfdb Fix the exception propagation when rejecting workerReadyCapability 11 years ago
Jonas Jenwald 64d95bedaa In src/display/api.js, add documentation for the |progressCallback| parameter in |PDFJS.getDocument| 11 years ago
pramodhkp 6d53fc4db7 Minor changes for api.js, font_loader.js and svg.js 11 years ago
Jonas Jenwald a4b06d7a02 Add strict equalities in src/display/api.js 11 years ago
pramodhkp 1d00e9d13c Added getOperatorList to api.js 11 years ago
Yury Delendik 0cd28ebfa3 Telemetry for used stream and font types 11 years ago
Jonas Jenwald 3c78c7b8bc Refactor fake worker loading (issue 3862) 11 years ago
Samuel Chantaraud 952545e20f Limit the size of canvases to 5MP (iOS restriction) 11 years ago
Mohammed Abu-alsaad e6546642db Added more preference variables from the available hash parameters 11 years ago
Jonas Jenwald c4d4682924 Fix regression that prevents downloading the PDF file (PR 4752) 11 years ago
Yury Delendik c5eb058b09 Uses rAF to interrupt the operator list execution 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