Add printing support
Bug #206168 reported by
Jaap Karssenberg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zim |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Zim does not have printing support. There is a work-around to "print" to a browser, so you can use the browser to do the real printing. This is implemented in the "PrintToBrowser" plugin.
In order to do printing natively we need to use the Gtk printing interface (introduced in Gtk+ 2.10). This involves rendering the contents of the page to a cairo context. Examples can be found on the internet how to do this for text only using Pango. We need a little bit more advanced implementation that also takes care of images.
See also: http://
Changed in zim: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: integration |
tags: | added: missing |
To post a comment you must log in.
Demoted to "whish list" since there is a work around and since zim does not focus on visual layout.