LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Can't open pdf files on Internet (https://www.linuxquestions.org/questions/fedora-35/cant-open-pdf-files-on-internet-256031/)

satimis 11-17-2004 11:14 AM

Can't open pdf files on Internet
 
Hi folks,

FC2
Mozilla-1.7.3

Acroread and Xpdf have been installed on the OS:

# rpm -qa | grep acroread
acroread-5.06-1.2mlx
# which acroread
/usr/bin/acroread
# /usr/bin/acroread
Warning: charset "UTF-8" not supported, using "ISO8859-1".
Aborted

# rpm -qa | grep xpdf
xpdf-3.00-3.4

But .pdf files on Internet can't be opened on browser. Clicking .pdf file on website only start an empty page. Control Center has already been setup to start .pdf files with xpdf-view. Kindly advise how to fix this problem.

TIA

B.R.
satimis

kramk2 11-17-2004 12:54 PM

http://dag.wieers.com/packages/acror...2.dag.i386.rpm

I think it'll work. I was able to install it. But I never tried it!

Boby 11-18-2004 03:48 AM

You can try
Code:

yum install mozilla-acroread
Check out http://plugindoc.mozdev.org/linux.html#Acrobat

Quote:

# /usr/bin/acroread
Warning: charset "UTF-8" not supported, using "ISO8859-1".
Aborted
The answer is here. I think you just need to search the file in another directory because you have installed it by RPM.

Boby

satimis 11-18-2004 05:48 AM

Quote:

Originally posted by Boby
You can try
Code:

yum install mozilla-acroread

Hi Boby and kramk2

Tks for your advice.

Acroread is already running on this box
$ which acroread
/usr/bin/acroread

$ rpm -qa | grep acroread
acroread-5.06-1.2mlx

After adding
Code:

LANG=C
export LANG

to both
/root/.bash_profile
/home/user/.bash_profile
now I can start "acroread" from

KStart > Graphics > Adobe Acrobat Reader

and also directly on Mozilla to read pdf files on Internet.

However there is some strange happened here. I can't start "acroread" on terminal without running
$ LANG=C;export LANG (first)
$ acroread

Both root and user need this operation. I don't know its reason.

B.R.
satimis

Boby 11-18-2004 06:00 AM

Does
Code:

LANG=en_US
export LANG

work better?

Boby

PS: look at my above post, have modified it?

satimis 11-18-2004 06:20 AM

Quote:

Originally posted by Boby
Does
Code:

LANG=en_US
export LANG

work better?...

Hi Boby,

Tks for your advice.

Re-edited
/root/.bash_profile
/home/usr/.bash_profile

as
Code:

LANG=en_US
export LANG

Now I can start "acroread" direct on terminal

$acroread
#acroread

without running "LANG=en_US;export LANG" first.

B.R.
satimis


All times are GMT -5. The time now is 02:56 AM.