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
{{ message }}
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
Currently, the client view displays a list of resources and a map. A user might want to print the content of this page, as outlined in #269. Unfortunately, however, printing this page directly gives a poorly formatted version of the original page and includes a map that is not desirable:
Continuing work on this issue - I have implemented a working 'Print' button with some simple styles for the resulting printed page elements.
Page with print button
Print result
Unfortunately, under the current implementation I've tested out, there are a few issues:
Customizing the print view requires very specific CSS hiding and showing
The CSS does not allow for a clean way to adjust the layout of content on the page
Page breaks are not intelligent, where content wraps over to the next page in the middle of a resource
My next approach will be to look at generating a printable PDF, rather than a printable web page. If I run into issues with this, I will look at generating a special "print view" page that is able to be adjusted for this behavior. I am looking at KendoReact's PDF Processing Library. Let me know if you have any thoughts on adding print functionality!
Currently, the client view displays a list of resources and a map. A user might want to print the content of this page, as outlined in #269. Unfortunately, however, printing this page directly gives a poorly formatted version of the original page and includes a map that is not desirable:
This issue is complete when:
The text was updated successfully, but these errors were encountered: