pdf.js/src/display
Jonas Jenwald ce66fefbff [api-minor] Add partial support for the "GoToE" action (issue 8844)
*Please note:* The referenced issue is the only mention that I can find, in either GitHub or Bugzilla, of "GoToE" actions.
Hence why I've purposely settled for a very simple, and partial, "GoToE" implementation to avoid complicating things initially.[1] In particular, this patch only supports "GoToE" actions that references the /EmbeddedFiles-dict in the PDF document.

See https://web.archive.org/web/20220309040754if_/https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf#G11.2048909

---
[1] Usually I always prefer having *real-world* test-cases to work with, whenever I'm implementing new features.
2022-10-06 10:33:07 +02:00
..
editor Use more for...of loops in the code-base 2022-10-03 13:08:38 +02:00
annotation_layer.js [api-minor] Add partial support for the "GoToE" action (issue 8844) 2022-10-06 10:33:07 +02:00
annotation_storage.js [api-minor][editor] Indicate, in the title, if the document has been edited (bug 1785854) 2022-08-26 00:20:58 +02:00
api.js [api-minor] Stop setting an id on the styleElement used with CSS font-loading 2022-10-02 12:01:33 +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-10-03 13:08:38 +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 Move binarySearchFirstItem back to the web/-folder (PR 15237 follow-up) 2022-08-14 11:38:17 +02:00
fetch_stream.js Use more optional chaining in the code-base (PR 15398 follow-up) 2022-09-21 16:47:36 +02:00
font_loader.js [api-minor] Stop setting an id on the styleElement used with CSS font-loading 2022-10-02 12:01:33 +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 Use more optional chaining in the code-base (PR 15398 follow-up) 2022-09-21 16:47:36 +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 basic support for the SetOCGState action (issue 15372) 2022-09-01 17:34:24 +02:00
pattern_helper.js Remove mozCurrentTransform/mozCurrentTransformInverse usage 2022-08-06 14:24:57 +02:00
svg.js Use more optional chaining in the code-base 2022-09-05 15:41:53 +02:00
text_layer.js Use more for...of loops in the code-base 2022-10-03 13:08:38 +02:00
transport_stream.js Use more optional chaining in the code-base (PR 15398 follow-up) 2022-09-21 16:47:36 +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