From owner-freebsd-questions@FreeBSD.ORG Sat Jun 12 03:38:25 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 A6FB216A4CE for ; Sat, 12 Jun 2004 03:38:25 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A37743D41 for ; Sat, 12 Jun 2004 03:38:25 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 6A14F13626; Sat, 12 Jun 2004 15:37:38 +1200 (NZST) Date: Sat, 12 Jun 2004 15:37:38 +1200 From: Jonathan Chen To: Paulius Bulotas Message-ID: <20040612033738.GA39342@grimoire.chen.org.nz> References: <20040611200846.GA17678@devnull.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040611200846.GA17678@devnull.lt> User-Agent: Mutt/1.4.2.1i 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 03:38:25 -0000 On Fri, Jun 11, 2004 at 11:08:46PM +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. You need to install ghostscript fonts for it to display properly. Easiest way to do this is to install print/ghostscript. I've asked the xpdf maintainer to put in a note about this, but it's been ignored... Cheers. -- Jonathan Chen ---------------------------------------------------------------------- When all else fails, RTFM