Maybe this workaround will help you.
Click on this link and download this 32 bit binary executable.
<a href="http://www.ra.informatik.uni-stuttgart.de/~gosho/pdftohtml/Download/binary/pdftohtml_0_31.exe" target="_blank">http://www.ra.informatik.uni-stuttgart.de/~gosho/pdftohtml/Download/binary/pdftohtml_0_31.exe</a>
I've scanned it for viruses but you should too.
Change the name of the downloaded file to pdf2html.exe (to make things easy).
Save it in a folder with a standard DOS name - 8 or less characters, such as pdf2html (this is also to make things easy).
Copy and paste the pdf file into the same folder as the executable (to make things easy). It is ok if the pdf file has a long filename.
Open up a DOS window. You do not need to "exit to DOS" for this.
At the DOS prompt type the name of the executable (with or without the exe extension), skip a space, and then type the name of the file you want converted. If all goes well you will find in the same folder an HTML version of the pdf file. You may also find pngs or jpeg of images embedded in the pdf.
Open the html file with your favorite browser and then copy and paste as desired.
Example: Supposing you have renamed the download as suggested, placed it in the folder C

pdf2html, and copied a pdf file myfile.pdf to the same folder.After opening up a DOS window, type cd\ at the first prompt, then cd pdf2html, and you will see something like
C

pdf2html>
Then after the prompt type
pdf2html myfile.pdf
so that the command line looks like
C

pdf2html>pdf2html myfile.pdf
Press enter and you will have an HTML file that is pure, unadulterated, unencoded, plain text.