Sponsored Content
Full Discussion: Printing problem in the Unix
Top Forums UNIX for Dummies Questions & Answers Printing problem in the Unix Post 83026 by sivamurugan on Friday 9th of September 2005 10:09:50 AM
Old 09-09-2005
Printing problem in the Unix

How do you print a batch of pdf files on solaris 8/9 to a post script printer(HPLaser 4350).so that printing is as both sides of the paper.We have tried to print using XPDF pdftops program but we are able to print only as one side. The switch -o duplex does not seem to work when used with lp command.(We have tries ghost script also) .Another related problem is to set the paper size to A4 and print using Tray 2.(leed:hpijp could be useful)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

printing problem

i can only print from unix when I am logged in as host. When any user logs in (even myself as a user who has root priviledges) I cannot print. Has anyone heard of this problem before and are there any troubleshooting tips out there. HELP......... (3 Replies)
Discussion started by: acarroll
3 Replies

2. IP Networking

Printing Problem

I have a printer installed on sun solaris m/c sun os 5.8. It doesn't print more than 52 files i.e if a give lp *.txt and the curent folder contains more than 52 files then it doesn't print them but if print in batches , each containing 52 files then it prints them properly. How do i increase the... (3 Replies)
Discussion started by: kapilv
3 Replies

3. UNIX for Advanced & Expert Users

Printing Problems in unix ... ( Bar-cdoe - Ip Printing)

Hi guys ... i need ur help with some printing problem in unix ... first prob. : i wanna print from my NCR unix to an Win NT , Ip based printing server ( HP JetDirect ) . My issue , is it possible to print directly to an Ip address from unix ? How do i make it work to get any results ?... (3 Replies)
Discussion started by: QuickSilver
3 Replies

4. UNIX for Dummies Questions & Answers

printing Problem

When I print a file from an application it never stops printing. Any ideas? (2 Replies)
Discussion started by: 744eagle
2 Replies

5. UNIX for Dummies Questions & Answers

Printing problem

Hello, Not sure where to begin on describing the issue; please try to understand that I am not very familiar with SCO UNIXWARE. I am a newbie... We have a SCO UNIXWARE version 7.4 when we restart the computer we are required to enter the command lpstart, without it; people cannot print. ... (1 Reply)
Discussion started by: Yorgy
1 Replies

6. UNIX for Advanced & Expert Users

Printing Problem

I am trying to print to an hp printer. i configured it using the hp configuration, entry is in the /etc/hosts file, i can telnet into it using port 9100, ping it and send jobs to it. it just won't print. the jobs stay in the spooler. its telling me to add the printer to the canaccess list. ... (0 Replies)
Discussion started by: Rosario
0 Replies

7. HP-UX

Printing problem

I have scheduled to print a numerous of report in mid-night. But, I found that some reports have not been printed out. Then, I checked the file /var/spool/lp/log and found that all reports have been submitted to print queue. Could anyone tell me what can be done to ensure all print jobs can be... (2 Replies)
Discussion started by: alfredo
2 Replies

8. SCO

Problem with printing

Does anybody know how I can stop the system slewing pages when a spool file has finished printing. I need to set up a method where all users are printing to the same printer to produce labels. The problem is that when the first users file has been printed the pages are slewed and the label is not... (2 Replies)
Discussion started by: rongrout
2 Replies

9. Shell Programming and Scripting

Problem with printing

Hi, i am writing a script to generate a summary report for my data text file my data in my text file goes like this: MacOS:Mary Abraham:53.48:88:38 Windows in lala:Mary Abraham:22.30:23:22 lala in Windows:John Goodman:33.60:121:12 Hello world:Mr Tian:23.30:23:10 Windows in 31 days:John... (2 Replies)
Discussion started by: Cheranime
2 Replies

10. UNIX for Dummies Questions & Answers

Sco Unix printing : jobs hangs in queue - printing via lp versus hpnpf

Hi, We have a Unix 3.2v5.0.5. I installed a printer via scoadmin, HP network printer manager with network peripheral name (hostname and ipadres are in /etc/hosts). This is the configuration file : Code: root@sco1 # cat configurationBanner: on:AlwaysContent types: simpleDevice:... (0 Replies)
Discussion started by: haezeban
0 Replies
ppdfilt(1)						      General Commands Manual							ppdfilt(1)

NAME
ppdfilt - insert printer specific code into a PS job. SYNOPSIS
ppdfilt [-p|--ppd ppdfilename ] [-c|--copies num ] [-o|-Z|--options option:value ] [-4|--4up] [-2|--2up] [-n|--nup numpages ] [-D] [-d [ Tumble | NoTumble ]] [ file ] ppdfilt [-V|--version] ppdfilt [-?|--help] DESCRIPTION
ppdfilt is designed to be a flexible command used by either users or within a print filter. ppdfilt processes a Postscript file to add commands that implement the options as specified in a PPD file; it outputs then the result on standard out. By default ppdfilt will read a Postscript file from stdin and it will fetch the ppd specified in the PPD environmental variable. OPTIONS
-? or --help Print out a brief help message and then exit. -2 or --2up Print at the document in such a way that every page is rotated 90 degress and then shrunk down to 50 percent so that two pages of information fit on one piece of paper. -4 or --4up Print at the document in such a way that every page is shrunk down to 25 percent so that four pages of information fit on one piece of paper. -c or --copies Specify the number of copies that are printed. -d or --duplex [Tumble or NoTumble] If the printer is so equipped. Print on both sides of the piece of paper. There are two kinds of duplexing depending on which edge you are going to bind the document. The default is NoTumble which is most appropriate for portrait printing where you are going to bind along the long edge. Tumble is more appropriate when you are printing landscape and binding along the long edge. -D or --duplex-tumble If the printer is so equipped. Print on both sides of the piece of paper such that if you are printing landscape and binding along the long edge or if your are printing portrait and binding along the short edge, the pages will appear right side up. -p or --ppd ppdfilename Specify the ppd filename rather than use the one specified in the environmental variable PPD. -o or -Z or --option option:value This argument allows you the flexibility to specify all the options available in the PPD file as well as the special non-ppd options listed below. You may have as many "-o" options on the command line as you like. You may have also multiple "option:value" pairs separated by commas in one "-o". -V or --version Print out the version number and exit. NON PPD OPTIONS
Most options are specified in the PPD files. However, there are some options which are built into pstops/ppdfilt program for convience. An example of this is Nup which is implemented without the use of any device specific code from the PPD file. (The default is listed in all caps.) page-ranges: lower-upper There is one page range that you can set. This limits the number of pages that are printed to the ones between the lower and upper. page-set: odd | even | ALL This allows you to specify printing either odd or even pages only. Collate: true | FALSE When printing multiple copies. Collate the copies such that all the pages from one document are grouped together with the printout. OutputOrder: FORWARD | reverse number-up: 1 | 2 | 4 The default for this option is 1. This selects if the document is printed normally, half size with two pages per sheet of pager, or quarter size with four pages per sheet of paper. gamma: value Set the gamma of the print job. brightness: value Set the brightness of the print job. REPORTING BUGS
https://sourceforge.net/bugs/?group_id=1658 22 May 2000 ppdfilt(1)
All times are GMT -4. The time now is 03:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy