pdf.js/src
Jonas Jenwald e046b811b7 Expose TextLayerRenderTask in the TypeScript definitions (issue 15016, PR 14013 follow-up)
While `TextLayerRenderTask` apparently makes sense in TypeScript environments, given that it's being returned by the `renderTextLayer`-function in the API, we really don't want to extend the *public* API by simply exporting the class directly in `src/pdf.js` since it should never be called/initialized manually.
Hence we follow the same pattern as in PR 14013, and add some very basic unit-tests to ensure that `renderTextLayer` always returns a `TextLayerRenderTask`-instance as expected.
2022-06-10 22:12:32 +02:00
..
core Merge pull request #15006 from calixteman/ink2 2022-06-09 21:13:53 +02:00
display Expose TextLayerRenderTask in the TypeScript definitions (issue 15016, PR 14013 follow-up) 2022-06-10 22:12:32 +02:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
scripting_api [JS] Format all the fields if any when the document is open (bug 1766987) 2022-05-22 15:50:42 +02:00
shared Merge pull request #14989 from calixteman/ink1 2022-06-09 21:13:06 +02:00
interfaces.js Use ESLint to ensure that exports are sorted alphabetically 2021-01-09 20:37:51 +01:00
license_header_libre.js Use correct case for JavaScript 2022-04-21 23:56:28 +08:00
license_header.js Update the year in the license_header files 2022-01-27 19:24:31 +01:00
pdf.image_decoders.js Fix the Jbig2Image export for the gulp image_decoders build (PR 9729 follow-up, issue 13367) 2021-05-12 19:41:29 +02:00
pdf.js Expose TextLayerRenderTask in the TypeScript definitions (issue 15016, PR 14013 follow-up) 2022-06-10 22:12:32 +02:00
pdf.sandbox.external.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
pdf.sandbox.js [JS] Use beforeinput event to trigger a keystroke event in the sandbox 2022-01-23 19:53:01 +01:00
pdf.scripting.js Tweak the pdf.scripting.js bundling, to improve overall consistency 2020-10-25 16:36:56 +01:00
pdf.worker.entry.js Update the year in the license_header files 2022-01-27 19:24:31 +01:00
pdf.worker.js Convert the src/pdf.js and src/pdf.worker.js files to use standard import/export statements 2020-05-20 13:18:23 +02:00
worker_loader.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00