Newsgroups: rec.arts.sf.fandom From: Dan Hoey Date: Fri, 15 Aug 2008 22:18:17 -0400 Subject: Re: This newsgroup was touted in a Denvention newsletter Keith F. Lynch wrote: > Dan Hoey wrote: [...] >> pdftotext -enc UTF=8 -layout newsletter9.pdf -|cat -v [...] > When I tried the above pdftotext command, exactly as you had it, I got: > Error: Couldn't find unicodeMap file for the 'UTF=8' encoding > Error: Couldn't get text encoding Sorry, that's a typo. the command is pdftotext -enc UTF-8 -layout newsletter9.pdf -|cat -v Dan