From owner-freebsd-questions@FreeBSD.ORG Sat Jun 12 01:14:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6484216A4CE for ; Sat, 12 Jun 2004 01:14:35 +0000 (GMT) Received: from ybbsmtp02.mail.yahoo.co.jp (ybbsmtp02.mail.yahoo.co.jp [210.81.151.102]) by mx1.FreeBSD.org (Postfix) with SMTP id 3814243D1F for ; Sat, 12 Jun 2004 01:14:34 +0000 (GMT) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by ybbsmtp02.mail.yahoo.co.jp with SMTP; 12 Jun 2004 01:13:46 -0000 X-Apparently-From: Received: from hydra.near.this (hydra.near.this [10.0.3.20]) by gorgon.near.this (Postfix) with ESMTP id DF6E37F24; Sat, 12 Jun 2004 10:13:41 +0900 (JST) Received: by hydra.near.this (Postfix, from userid 100) id 9317C984D; Sat, 12 Jun 2004 10:13:40 +0900 (JST) Date: Sat, 12 Jun 2004 10:13:40 +0900 From: horio shoichi To: Paulius Bulotas In-Reply-To: <20040611200846.GA17678@devnull.lt> References: <20040611200846.GA17678@devnull.lt> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040612.011340.85d498059bd18f00.10.0.3.20@bugsgrief.net> cc: freebsd-questions@freebsd.org Subject: Re: native xpdf vs static xpdf for linux (couldn't create a font for...) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 01:14:35 -0000 On Fri, 11 Jun 2004 23:08:46 +0300 Paulius Bulotas 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