Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active May 5, 2021 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/29258b6b8c28973526488b37dfaa545d to your computer and use it in GitHub Desktop.
Save bjoerntx/29258b6b8c28973526488b37dfaa545d to your computer and use it in GitHub Desktop.
window.addEventListener("documentViewerLoaded", function () {
var annotationJSON =
"[[{ \"pen\":{\"width\":18,\"color\":\"rgba(255, 255, 0, .5)\",\"cap\":\"butt\" [...]";
TXDocumentViewer.annotations.load(annotationJSON);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment