Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2004 10:13:40 +0900
From:      horio shoichi <bugsgrief@bugsgrief.net>
To:        Paulius Bulotas <paulius@devnull.lt>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: native xpdf vs static xpdf for linux (couldn't create a font for...)
Message-ID:  <20040612.011340.85d498059bd18f00.10.0.3.20@bugsgrief.net>
In-Reply-To: <20040611200846.GA17678@devnull.lt>
References:  <20040611200846.GA17678@devnull.lt>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 11 Jun 2004 23:08:46 +0300
Paulius Bulotas <paulius@devnull.lt> wrote:
> Hello,
> 
> I would like to use native xpdf (compiled from ports) for viewing pdf
> files, but it's almost impossible,, since for many pdf's it can't find
> used fonts and of course doesn't show any text.
> The question would be, why? ;)
> BTW, statically linked xpdf for linux which I downloaded from foolabs.com
> (ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00-linux.tar.gz) shows everything.
> 
> Everything looks like:
> $ xpdf ~/sample.pdf
> Error: Couldn't create a font for 'BAAAAA+TimesNewRomanPSMT'
> $ ~/tmp/xpdf-3.00-linux/xpdf ~/sample.pdf
> $
> 
> I've put this pdf (generated with StarOffice) at:
> http://devnull.lt/files/sample.pdf
> 
> $ ldd `which xpdf`
> /usr/X11R6/bin/xpdf:
>    libt1.so.5 => /usr/local/lib/libt1.so.5 (0x28123000)
>    libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x28173000)
>    libXm.so.3 => /usr/X11R6/lib/libXm.so.3 (0x281df000)
>    libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x28429000)
>    libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x2847a000)
>    libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28482000)
>    libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x28491000)
>    libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x284a0000)
>    libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x284a9000)
>    libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x284c0000)
>    libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x28588000)
>    libm.so.2 => /lib/libm.so.2 (0x28644000)
>    libc.so.5 => /lib/libc.so.5 (0x2865d000)
>    libz.so.2 => /lib/libz.so.2 (0x2873e000)
>    libXau.so.0 => /usr/X11R6/lib/libXau.so.0 (0x2874c000)
> 
> I'm running 5.2-CURRENT, if this means something ;)
> 
> TIA
> Paulius
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 

What is your /usr/X11R6/etc/xpdfrc like ?

It seems a lot of lines necessary for font handling are commented out
in default install.



horio shoichi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040612.011340.85d498059bd18f00.10.0.3.20>