product-backlog icon indicating copy to clipboard operation
product-backlog copied to clipboard

Create printable version of document with annotations

Open robertknight opened this issue 8 years ago • 6 comments

If creating a new Feature Request use this form, and delete the Bug Report Form above


Fields Your Response
Link to Zendesk ticket: https://hypothesis.zendesk.com/agent/tickets/412
User Name/Company: Dhawal Joharapurkar
Is this from a client (paid user): No
What problem is the user trying to solve?
What is the feature the user is requesting? They would like to have a printed version of an annotated document. That is, they would like to be able to print the original document and clearly see which sections were highlighted in Hypothesis along with the comments made by annotators (eg. as an appendix at the end of the document)

robertknight avatar Oct 19 '16 15:10 robertknight

Other mentions of this within the org:

  • https://github.com/hypothesis/vision/issues/143
  • https://github.com/hypothesis/h/issues/810
  • https://github.com/hypothesis/vision/issues/77

User requests from Zendesk:

  • https://hypothesis.zendesk.com/agent/tickets/2627
  • https://hypothesis.zendesk.com/agent/tickets/3692

klemay avatar Jun 18 '18 15:06 klemay

Other requests: https://hypothesis.zendesk.com/agent/tickets/6235 https://hypothesis.zendesk.com/agent/tickets/7190 https://hypothesis.zendesk.com/agent/tickets/7244 https://hypothesis.zendesk.com/agent/tickets/12944

mkdir-washington-edu avatar Sep 30 '19 20:09 mkdir-washington-edu

Is there a particular reason why the yellow highlights are not showing up when I print a webpage? If I save the page, I can see hypothesis-highlight and other nodes throughout.

hendursaga avatar Feb 07 '24 23:02 hendursaga

Printing in browsers often skips various "background graphics", which can include the highlights that Hypothesis draws. If your browser has an option to enable printing of background graphics, this may solve the issue.

robertknight avatar Feb 08 '24 06:02 robertknight

@robertknight unfortunately, that also means that the Hypothesis sidebar and potentially other undesirable artifacts gets printed along with the highlights...

hendursaga avatar Feb 26 '24 19:02 hendursaga

It looks like we might be able to address non-printing of highlights with print-color-adjust: exact in modern browsers. This in theory should enable printing of highlights without turning on printing of all background graphics on the page.

robertknight avatar Feb 27 '24 00:02 robertknight