You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or you could generate a QR code for the document itself in a print stylesheet, so someone could find the online version of an article in print (see also #6546):
@media print {
body {
background-image:qrcode(url(...));
}
}