1
edit
No edit summary |
|||
Line 124: | Line 124: | ||
> firefox.exe -print \\MYCOMP\MYPRINTER file:///C:/local-file.html | > firefox.exe -print \\MYCOMP\MYPRINTER file:///C:/local-file.html | ||
This would provide an incredibly valuable functionality for developers, as it would allow programmers to generate reports in HTML and then use Firefox to quietly print them in the background via a batch/shell script. Furthermore, since Firefox already supports printing HTML documents extensively, porting it to a silent command-line method doesn't seem like it's asking too much. | This would provide an incredibly valuable functionality for developers, as it would allow programmers to generate reports in HTML and then use Firefox to quietly print them in the background via a batch/shell script. Furthermore, since Firefox already supports printing HTML documents extensively, porting it to a silent command-line method doesn't seem like it's asking too much. | ||
== Print on right click context menu == | |||
There needs to be a print on the right click context to menu to allow the users to print popup windows. The print on in the menus on the main firefox window rightly only prints the main firefox window. |
edit