VIEWREP: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Software
|Picture=NA.png
|Version=2008-04-06
|Vendor=[[Elipse]]
|Author=
|License=BSD 3 Clause
|Download={{FileLink|ViewRep_2008-04-06.zip}}
|Website=
}}
VIEWREP is a presentation manager program. It will display standard input and give the user the option of printing the file or just viewing via scoll bars. If the file contains embedded PCL printer codes they will be removed for display purposes but reinserted for printing. If, for example, you have a printer file called "myfile" you can send its contents to VIEWREP as follows:
VIEWREP is a presentation manager program. It will display standard input and give the user the option of printing the file or just viewing via scoll bars. If the file contains embedded PCL printer codes they will be removed for display purposes but reinserted for printing. If, for example, you have a printer file called "myfile" you can send its contents to VIEWREP as follows:
  viewrep < myfile
  viewrep < myfile
VIEWREP accepts optional parameters to direct the printout to a file or device other than LPT1 (the default). Use - or / followed by the device name. Or use + of @ followed by the name of a valid print queue. All other parameters will show in the title bar.  
VIEWREP accepts optional parameters to direct the printout to a file or device other than LPT1 (the default). Use - or / followed by the device name. Or use + of @ followed by the name of a valid print queue. All other parameters will show in the title bar.
 
==Download==
* [Binaries]
* [Source code at Github]
 
==License==
BSD 3 Clause


==Author==
==Links==
* [[Elipse]]
* [https://github.com/OS2World/APP-MISC-ViewRep Source code at Github]


[[Category:Software]]
[[Category:Miscellaneous]]
[[Category:Open Source Software]]
[[Category:Open Source Software]]

Latest revision as of 15:41, 5 June 2022

VIEWREP
Version 2008-04-06
Vendor Elipse
Author
License BSD 3 Clause
Download ViewRep_2008-04-06.zip
Website


VIEWREP is a presentation manager program. It will display standard input and give the user the option of printing the file or just viewing via scoll bars. If the file contains embedded PCL printer codes they will be removed for display purposes but reinserted for printing. If, for example, you have a printer file called "myfile" you can send its contents to VIEWREP as follows:

viewrep < myfile

VIEWREP accepts optional parameters to direct the printout to a file or device other than LPT1 (the default). Use - or / followed by the device name. Or use + of @ followed by the name of a valid print queue. All other parameters will show in the title bar.

Links