LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 04-18-2006, 08:38 PM   #1
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Rep: Reputation: 30
Cannot Print PDF Files


Everytime I want to print PDF files, I cannot because It says this error message:

Code:
Printing is not supported on this printer. 
You were trying to print to a printer that does not use PostScript. 
This requires a PostScript driver
I open all of my PDF files from the Gnome PDF Viewer in CDE...My printer is a HP-920c..
 
Old 04-18-2006, 10:22 PM   #2
AbrahamJose
Member
 
Registered: Feb 2006
Location: India
Posts: 167

Rep: Reputation: 31
Post May not possible.

The error message is clear.

It may not support post script
Is it a line printer?

Last edited by AbrahamJose; 04-18-2006 at 10:23 PM.
 
Old 04-18-2006, 11:19 PM   #3
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Line Printer??? UMMMM.....I dont know...But it is connected to paralell LPT-1 printer port on my PC..But its not networked if thats what you meant by "line" printer.

How can I solve this issue?

SO everytime I want to print a PDF file, I have to boot into Windows and print from there..
 
Old 04-19-2006, 10:38 AM   #4
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
I cannot print PDF files..Can anybody assist me on this please? This is kinda urgent.
 
Old 04-19-2006, 11:40 AM   #5
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
There seems to be a commercial driver for your printer available at http://www.easysw.com/printpro/standalone.php

Otherwise, better to buy a postscript laser printer, networked and color if you can afford it.
 
Old 04-21-2006, 06:00 PM   #6
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Is there any way I can still print though? Can I copy all the text thats inside the pdf file and paste them onto StarOffice text program? But theres no COPY option I can do in the Gnome PDF viewer.
 
Old 04-22-2006, 09:23 AM   #7
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
You can try pdftotext to extract text from a pdf file.

If you haven't it already installed (/opt/sfw/bin/pdftotext), you can get it from
http://www.blastwave.org/packages.php/xpdf, then it will be in /opt/csw/bin/pdftotext.
 
Old 04-22-2006, 09:36 AM   #8
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Do I have to download this:
http://www.foolabs.com/xpdf within the link that you provived?
Once downloaded...How can I install it..?? Is it easy or hard? Do I need to extract this file and then do what..Please post all the commands on what I need to do to get this going. Because I really dont need to boot into WIndows just to print a PDF file...Thats very pothetic.

Do I need to install the WGET thing too? If I have to install a dozen other things just to install xPDF, then forget it.

Last edited by as400; 04-22-2006 at 09:47 AM.
 
Old 04-22-2006, 09:46 AM   #9
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
From Blastwave's instructions:
download http://www.blastwave.org/pkg_get.pkg anywhere on your Solaris machine (eg. /tmp), install it:
Code:
pkgadd -d /tmp/pkg_get.pkg
then run
Code:
/opt/csw/bin/pkg-get -i xpdf
Answer yes to any question pkg-get may ask you.
 
Old 04-22-2006, 10:00 AM   #10
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
And thats it!!!???

Ok...thanks

Then to run it from my machine where would it be located under? If I want to run xpdf, where would it be? After install...??

Last edited by as400; 04-22-2006 at 10:04 AM.
 
Old 04-22-2006, 10:07 AM   #11
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Now whats it doing now: Im on this phase right now..

Code:
100%[====================================>] 2,073,625     33.97K/s    ETA 00:00

08:04:13 (30.87 KB/s) - `xpdf-3.01,REV=2006.02.08-SunOS5.8-i386-CSW.pkg.gz' saved [2073625/2073625]

Analysing special files...
cpio: Impossible header type.
1 errors
retrying with different archive offset, dont worry about it...
11567 blocks
Error: dependancy CSWcommon not up to date
Call pkg-get again in 'upgrade all' mode
eg: '/opt/csw/bin/pkg-get upgrade'
This will then upgrade all packages cleanly
#
Whats next??? Its not chatty like WIndows is...It does not even instruct me on what to do next??? How weird...

Last edited by as400; 04-22-2006 at 10:09 AM.
 
Old 04-22-2006, 10:12 AM   #12
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
I cancelled this operation..because now I dont know what to do at this point on. WIll you please explain what to do next?

What does that last operation wants me to do? Beats me...

I think I got it...HOLD ON..

Now its doing this...I started the whole process again:
Code:
100%[====================================>] 2,073,625     81.18K/s    ETA 00:00

08:15:01 (44.01 KB/s) - `xpdf-3.01,REV=2006.02.08-SunOS5.8-i386-CSW.pkg.gz' saved [2073625/2073625]

Analysing special files...
cpio: Impossible header type.
1 errors
retrying with different archive offset, dont worry about it...
11567 blocks
Error: dependancy CSWcommon not up to date
Call pkg-get again in 'upgrade all' mode
eg: '/opt/csw/bin/pkg-get upgrade'
This will then upgrade all packages cleanly
# /opt/csw/bin/pkg-get upgrade
/opt/csw/bin/pkg-get[1770]: http://mirrors.usc.edu/pub/blastwave/unstable:  not found
WARNING: gpg not found
note: upgrading ALL INSTALLED PACKAGES
Installed software packages:
zlib xcdroast wget tiff schilyutils schilybase png pkg_get openssl libiconv jpeg gtk glib ggettext gdk_pixbuf expat common cdrtools
zlib is up to date
xcdroast is up to date
wget is up to date
tiff is up to date
schilyutils is up to date
schilybase is up to date
png is up to date
Pre-existing local file pkg_get-3.6-all-CSW.pkg matches checksum
Keeping existing file
## Waiting for up to <300> seconds for package administration commands to become available (another user is administering packages)
And I still dont know whats its trying to do for crying out loud...And its stuck on this for 30 minutes already..Something is wrong here.

Last edited by as400; 04-22-2006 at 10:19 AM.
 
Old 04-22-2006, 10:22 AM   #13
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Well...Its stuck for an hour now...Can you please explain whats going on here?

OK..now did something adn still says updating 300 for seconds for something...Why is it taking this long?

How long should I wait for this? Its taking long and I dont have all day to wait. Its doing this now:
Code:
100%[====================================>] 3,694         17.10K/s             

08:26:21 (17.02 KB/s) - `common-1.4.3,REV=2006.01.22-SunOS5.8-i386-CSW.pkg.gz' saved [3694/3694]

## Waiting for up to <300> seconds for package administration commands to become available (another user is administering packages)

pkgrm: ERROR: Unable to acquire package administration lock for this system; try again later
pkgrm: ERROR: Unable to lock this zone for administration

1 package was not processed!

Analysing special files...
27 blocks
## Waiting for up to <300> seconds for package administration commands to become available (another user is administering packages)

Last edited by as400; 04-22-2006 at 10:32 AM.
 
Old 04-22-2006, 10:37 AM   #14
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
OK, it finally went through with a error message:
Code:
ERROR: could not add CSWcommon.
cdrtools is up to date
# # # #
and...
Code:
# xpdf
xpdf: not found
This is not good at all...Looks like it not work...
Can you please explain here what just happened? Did you go somewhere or something?????

Last edited by as400; 04-22-2006 at 10:39 AM.
 
Old 04-22-2006, 10:45 AM   #15
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
I dont mind using Gnome PDF...

I just want to COPY the text from the PDF file and then paste it into Star Office...thats all...Now the install was not good...
Is there something else that I can do here?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot print PDF files. mooreted Mandriva 17 01-02-2012 03:11 AM
evince doesn't print PDF files correctly polemon Linux - Software 0 11-22-2005 04:16 PM
why I can't print PDF files wannaluvlinux Linux - Software 3 10-13-2004 02:52 AM
print files in PDF or html format from the linux command line IBKnobel Linux - Software 3 07-12-2004 09:29 PM
KGhostView doesn't print pdf files finrold Linux - Software 0 11-26-2003 05:48 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 07:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration