LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   new printer user - duplex emulation and gray scale printing (https://www.linuxquestions.org/questions/linux-desktop-74/new-printer-user-duplex-emulation-and-gray-scale-printing-511370/)

xanax 12-17-2006 01:17 PM

new printer user - duplex emulation and gray scale printing
 
Ok i have hp laser jet 4000 and it runs fine. I'm using lprng and apasfilter to print. I'm looking for the way to print out pdf file in duplex mode (printer dosen't have duplex) and pdf's are in color and i would like them to be in gray scale :). HOw to do this kind of thing ??
I'm new in this printhing things in linux :)

And second thing how to edit pdf file. I've got some kind of magazines and i would like to remove some pages with advertising.

bigrigdriver 12-19-2006 10:02 AM

Start with the printer first.

You have one printer, but you can have many virtual printers. By that I mean that you can define printer setups. All use the same printer, but each setup has different configuration.

Example:
printer one: photo
printer two: normal color
printer three: normal grey
printer four: draft color
printer five: draft grey

They will appear to be different printers as far as the system is concerned. When you are ready to print something, just select the printer setup to use for color, grey, photo, etc.
.
See your printer setup application documentation for more info.

Now, for printing the pdf. I don't know of a utility that emulates duplex printing as is done in m$windows. However, in the pdf viewer of your choice, go to file - print, and you may be able to set printing of odd or even pages only. You can also set 'collate' as the first run through, then rotate the pages in the printer paper tray. To print the second run, select the appropriate (odd or even) and change 'collate' to 'reverse' to print the remaining pages in reverse order. Otherwise, you will have to manually re-stack the pages for the second run.

At least, that's how it works in Kpdf.

I don't know of any application in the Linux world that allows you to edit pdf files. However, you can convert them to Postscript (ps) files, and edit those. Then reconvert to pdf if you like.

For future reference: www.google.com/linux is the place to go to search for information.


All times are GMT -5. The time now is 08:09 AM.