product-backlog
product-backlog copied to clipboard
Create printable version of document with annotations
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) |
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
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
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.
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 unfortunately, that also means that the Hypothesis sidebar and potentially other undesirable artifacts gets printed along with the highlights...
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.