[jNotes-list] Regarding print support (request 862151)
Brought to you by:
alexeya
From: Alex V. A. <ale...@bk...> - 2004-01-26 18:17:16
|
Hi all, Regarding print support (request 862151): Sure, printing is a necessary feature and I was going to implement it (at least at notes editor), but.. I found that it is a freaking pain in the ass. The problem is that I've not found the standard Java API functions to page a content of printing. As far as I could learn, the only way to print a multipage content of JTextComponent is to get a whole Graphics2D object and split it somehow into pages considering output page format, margins etc. It would be great if somebody knew an easy way to print multipaged HTML documents from JEditorPane, or some open-source library for that. -- Best regards, Alex V. Alishevskikh al...@op... Memoranda homepage: http://memoranda.sf.net Unsubscribe this mailing list: https://lists.sourceforge.net/lists/listinfo/memoranda-list |