Some folks have mentioned the difference in placement of the + and - buttons in the DjVu plugin vs the Acrobat plugin.
It would be nice if possible to allow a drag and drop re-positioning of the buttons in the JAVA DjVu Viewer toolbar I am not sure what the proper term for this is or it is a simple thing to accomplish. You can see what I am talking about if you run windows and double click on My Computer, then double click on one of the hard drives, the "View" set for "Details", you see various column headings which can be "left click" dragged into position or hidden/added from a drop down "right click" panel.
We don't know beans about JAVA, but since it uses object classes in the code. How difficult would it be to add a "Print Page" and "Save to File" function?
Senior Citizen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It occurs to me that a poor man's "save" button, could redirect a webbrowser directly to the file on the server. While this wouldn't work with indirect documents, it would work with single pages and bundled documents.
Bill
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Being able to move the buttons around is a good idea. Since the toolbar is an add-on, the developer doing this would not need to understand the main body of the code to add this feature. I'll add to the roadmap, as an idea for any volunteer to implement.
Print Page and Save to File are both functionality which require time and money. The reason being is only signed applets are allowed to save and print. Secure keys are not free. Again both of these features could be done as add-ons, but print functionality would require a basic understanding of the code to minimize memory usage.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Some folks have mentioned the difference in placement of the + and - buttons in the DjVu plugin vs the Acrobat plugin.
It would be nice if possible to allow a drag and drop re-positioning of the buttons in the JAVA DjVu Viewer toolbar I am not sure what the proper term for this is or it is a simple thing to accomplish. You can see what I am talking about if you run windows and double click on My Computer, then double click on one of the hard drives, the "View" set for "Details", you see various column headings which can be "left click" dragged into position or hidden/added from a drop down "right click" panel.
We don't know beans about JAVA, but since it uses object classes in the code. How difficult would it be to add a "Print Page" and "Save to File" function?
Senior Citizen
It occurs to me that a poor man's "save" button, could redirect a webbrowser directly to the file on the server. While this wouldn't work with indirect documents, it would work with single pages and bundled documents.
Bill
Being able to move the buttons around is a good idea. Since the toolbar is an add-on, the developer doing this would not need to understand the main body of the code to add this feature. I'll add to the roadmap, as an idea for any volunteer to implement.
Print Page and Save to File are both functionality which require time and money. The reason being is only signed applets are allowed to save and print. Secure keys are not free. Again both of these features could be done as add-ons, but print functionality would require a basic understanding of the code to minimize memory usage.