pdf.js/src/display
Calixte Denizet 3c8d8f0d02 [Editor] A pasted FreeText editor was missing when printing/saving
When a FreeText editor is pasted then it hasn't an editorDiv yet when added
to the layer, hence it's empty.
So this patch just move the call to addToAnnotationStorage to ensure we've
what we need.
2022-08-04 13:00:45 +02:00
..
editor [Editor] A pasted FreeText editor was missing when printing/saving 2022-08-04 13:00:45 +02:00
annotation_layer.js [Annotation] Add a div containing the text of a FreeText annotation (bug 1780375) 2022-08-04 11:14:05 +02:00
annotation_storage.js [Editor] Add some telemetry to know how often the editing features are used (bug 1782254) 2022-08-03 09:54:27 +02:00
api.js [api-minor] Improve thumbnail handling in documents that contain interactive forms 2022-07-30 16:53:32 +02:00
base_factory.js Get rid of CSS transform on each annotation in the annotation layer 2022-06-18 17:54:59 +02:00
canvas.js Use more for...of loops in the code-base 2022-07-17 16:18:54 +02:00
content_disposition.js Remove the UTF-8 fallback, when TextDecoder is missing, from the Content-Disposition parser 2022-02-12 10:30:25 +01:00
display_utils.js [Editor] Add the possibility to change line opacity in Ink editor 2022-07-27 18:46:25 +02:00
fetch_stream.js Fix handling of fetch errors 2021-08-30 12:43:28 +01:00
font_loader.js Enable the unicorn/prefer-dom-node-append ESLint plugin rule 2022-06-12 13:07:03 +02:00
metadata.js Convert Metadata to use private class fields 2021-10-22 22:01:19 +02:00
network_utils.js Slightly improve validation of (some) parameters in getDocument 2022-03-21 13:32:17 +01:00
network.js Implement PDFNetworkStreamRangeRequestReader._onError, to handle range request errors with XMLHttpRequest (issue 9883) 2021-08-31 10:23:57 +02:00
node_stream.js Account for formatting changes in Prettier version 2.3.0 2021-05-16 11:44:05 +02:00
node_utils.js Only bundle the src/display/node_utils.js file in GENERIC-builds 2022-05-03 11:34:35 +02:00
optional_content_config.js [api-minor] Add a new method, in OptionalContentConfig, to detect the initial Optional Content visibility state 2022-07-24 17:29:37 +02:00
pattern_helper.js Use Path2D, if available, when rendering Type3-fonts (bug 810214) 2022-05-01 13:56:35 +02:00
svg.js [api-minor] Deprecate the SVG back-end 2022-07-16 10:24:24 +02:00
text_layer.js Fix text selection with hdpi screens (#15229) 2022-07-28 19:44:13 +02:00
transport_stream.js Clear some Arrays, rather than re-initialize them, in src/display/-code 2021-04-24 13:00:53 +02:00
worker_options.js Use typedef to define the type of GlobalWorkerOptions. 2020-08-03 19:06:28 +09:00
xfa_layer.js Replace element ids with custom attributes in the xfaLayer 2022-07-10 15:44:54 +02:00
xfa_text.js XFA - Support text search in XFA documents. 2021-08-23 08:44:20 -07:00