Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-23-2010, 05:45 AM
|
#1
|
|
LQ Newbie
Registered: Mar 2010
Posts: 2
Rep:
|
printing using linux OS
Hi,
I am trying to print some text written in gedit editor using cups. gedit editor convering the text data to postscript data and sending to cups. Is there any editor in linux which does not change the data format while sending it to printer.I need plain text need to be coming to cups with out any alter.
Thanks,
Sateesh.
|
|
|
|
03-23-2010, 07:25 AM
|
#2
|
|
LQ Newbie
Registered: Jan 2005
Posts: 22
Rep:
|
what about
Code:
lpr -P<printerName> <filename>
|
|
|
|
03-23-2010, 01:38 PM
|
#3
|
|
Guru
Registered: May 2003
Location: London, UK
Distribution: Ubuntu 10.04, mostly
Posts: 6,002
|
AFAIK gedit doesn't know anything about postscript, it's just a simple GUI text editor.
Why do you say "gedit editor convering the text data to postscript data and sending to cups"?
In gedit, you just do File-> Print. It prints.
If not, then perhaps you have not set up cups or your printer properly.
We can help you do that, but only if you tell us which distribution of linux you are running, and which desktop you are using (KDE, Gnome Xfce etc.)
Welcome to LQ!
|
|
|
1 members found this post helpful.
|
03-23-2010, 01:40 PM
|
#4
|
|
Member
Registered: Jan 2010
Location: Lancashire
Distribution: Slackware Stable
Posts: 527
Rep: 
|
It sounds like you are using the "a2ps" command. You should use "lpr" if you want it printed "plain".
|
|
|
|
03-24-2010, 12:00 AM
|
#5
|
|
LQ Newbie
Registered: Mar 2010
Posts: 2
Original Poster
Rep:
|
Hi all,
Thank you for your prompt reply, I am printing some text using gedit by doing file->print. The cups filters being run are pstops, pstoraster. since the incoming data is in the form of postscript, these filters are being used instead of texttops.
My requirement is, I need to extract some text from the print data in cups filters. If the incoming data is in the form of text, I can easily search and extract the data but If I use the gedit editor data is in the form of postscript.
If I use the lp command to print, data is coming to filters with out any change(that is in the plain text form). But I my case have to use some text editor to print instead of lp command.
And I am using the fedora 11 with GNOME desktop.
Thanks,
Sateesh.
|
|
|
|
03-24-2010, 08:04 AM
|
#6
|
|
LQ Newbie
Registered: Jan 2005
Posts: 22
Rep:
|
raw?
If you open your files using "gv" or "evince" they look as they shuld?
Then you could try
Code:
lpr -Praw <fileName>
.
|
|
|
|
03-25-2010, 12:31 AM
|
#7
|
|
Member
Registered: Oct 2009
Location: Federal Way, WA
Distribution: openSUSE 11.4 x86_64, openSuSE 12.1, Fedora 15
Posts: 207
Rep:
|
As Tregegar said, gedit does NOT output postscript so it's happening somewhere else. Why do you need plain text to the printer? Does it not recognize it?
In gedit, when you view the print setup window, is there a setting telling cups to use a certain filter? And as phi suggested, save the file and send it directly to the printer (lpr is the print queque), so "lpr -P <XXX> <filename> just sends it there without filtering. The -P is the printer name as assigned by your system.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:19 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|