Hello Chris, On Thu, Aug 14, 2014 at 02:29:17AM +1200, Chris Bannister wrote: > OOps spoke too soon! > > % mupdf netbsd-refcard.pdf > error: cannot recognize version marker > warning: trying to repair broken xref > error: cannot find page tree > mupdf: warning: Cannot load page > mupdf: discarded changes to document > > So it is not a valid pdf file? > > *groan* > > tal% file netbsd-refcard.pdf > netbsd-refcard.pdf: HTML document, UTF-8 Unicode text, with very long lines Please try to do that:
$ curl -O 'https://raw.githubusercontent.com/iamleot/netbsd-refcard/master/netbsd-refcard.pdf' $ file netbsd-refcard.pdf netbsd-refcard.pdf: PDF document, version 1.5 $ mupdf netbsd-refcard.pdf ...maybe you need to add "-k" to www/curl if you do not have cacert.pem and/or you do not have set SSL_CERT_FILE or CURL_CA_BUNDLE variable. I'm sorry that I didn't provided the PDF link before. HTH, Ciao, L.