Closed
Bug 5702
Opened 25 years ago
Closed 20 years ago
Command line "-print" option: print the page
Categories
(Core Graveyard :: Cmd-line Features, enhancement, P3)
Core Graveyard
Cmd-line Features
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 100571
Future
People
(Reporter: mcmullen, Unassigned)
References
Details
(Keywords: helpwanted)
The option should take a URL and should print the page at that URL (preferably,
but not necessarily, without opening a browser window)
Example: apprunner -print http://www.apple.com
Can you do this by M7? Or should someone else do it? Or should we do it even
later?
Assignee: mcmullen → radha
Severity: normal → enhancement
Status: ASSIGNED → NEW
Priority: P2 → P3
Target Milestone: M7 → M9
Radha, what we need is -print command line support for all platforms ...
Comment 4•25 years ago
|
||
Am I suppose to provide the cmd line option or implement this feature? If
it is former, then, there is nothing I need to do. The command line processor
just caches all the arguments. Just process the argument in your code and
provide it while running. Look at nsApprunner.cpp or nsBrowserAppcore.cpp for
example.
Radha, I think we were hoping you would implement it.
apprunner -print foo.html
should print the page without opening a window, and then quit. This will enable
the macintosh to support the last of the four required appleevents. The Macintosh
wiring is in already to use your excellent command-line repository thingummy, but
no -print option has been implemented.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9 → M7
Comment 6•25 years ago
|
||
Alright, shll consider for M7
Comment 7•25 years ago
|
||
I think a -print option should be added for *ALL* platforms, not just the
Mac... I would find the option pretty handy here on Linux whenever I wanted to
print something from the commandline (which, being a Unix person, I often want
to do).
Assignee: radha → dcone
Status: ASSIGNED → NEW
Summary: Macintosh requires a -print command-line option → [PP]Macintosh requires a -print command-line option
Updated•25 years ago
|
Assignee: dcone → radha
Comment 8•25 years ago
|
||
I dont think this belongs to me, I am giving it back to you...
radha
Assignee: radha → don
Component: Printing → XPApps
Summary: [PP]Macintosh requires a -print command-line option → [RFE] Command-line -print option
Target Milestone: M7 → M14
This really isn't a Mac-sopecific issue. Let's move this out to M14 for
consideration with the other RFEs.
Comment 10•25 years ago
|
||
It's important on Mac because Print is one of the 4 required AppleEvents, and
-print is how that would be implemented (I imagine).
Summary: [RFE] Command-line -print option → [RFE] Command line "-print" option
Comment 11•25 years ago
|
||
Move to M15 for later evaluation.
Comment 13•25 years ago
|
||
*** Bug 31603 has been marked as a duplicate of this bug. ***
Comment 14•25 years ago
|
||
*** Bug 31603 has been marked as a duplicate of this bug. ***
Comment 15•24 years ago
|
||
Bug 31603 was indeed a duplicate but I'd like to add something from 31603 that
has not been mentioned here.
It would be nice if the -print commandline optionally took the printer queue
name as an arguement.
Example: apprunner -print hp8100n-downstairs http://www.mozilla.org
Under UNIX, the printer queue would default to 'lp' and under Windows, it would
default to whatever printer is chosen as the system default.
Updated•24 years ago
|
Target Milestone: M16 → Future
Updated•24 years ago
|
Component: XP Apps → XP Apps: Cmd-line Features
Comment 16•24 years ago
|
||
Since Don has left, Vishy is taking his bugs in bulk, pending reassignment.
thanks,
Vishy
Assignee: don → vishy
Comment 17•24 years ago
|
||
Netscape Nav triage team: this is not a Netscape beta stopper.
Keywords: helpwanted,
nsbeta1-
Updated•24 years ago
|
QA Contact: petersen → sairuh
Comment 19•23 years ago
|
||
See also bug 68721, [rfe] print to postscript from command line.
Comment 21•23 years ago
|
||
over to nobody
Assignee: mcafee → nobody
Summary: [RFE] Command line "-print" option → [RFE] Command line "-print" option: print the page
Comment 22•23 years ago
|
||
*** Bug 123185 has been marked as a duplicate of this bug. ***
Summary: [RFE] Command line "-print" option: print the page → Command line "-print" option: print the page
Comment 23•22 years ago
|
||
why is this assigned to nobody?
i'm sure that many people would appreciate this feature (including me).
it would enable automatic conversions of webpages to ps, pds an grafic-formats
on servers with no X.
Comment 24•22 years ago
|
||
I would really like this feature, too.
Comment 25•21 years ago
|
||
Isn't this a dupicate of bug 100571 ?
Comment 26•20 years ago
|
||
*** This bug has been marked as a duplicate of 100571 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•