Skip to content

Instantly share code, notes, and snippets.

@aboettger
Created July 1, 2014 17:41
Show Gist options
  • Save aboettger/f2dba9de8f9aadd1cee1 to your computer and use it in GitHub Desktop.
Save aboettger/f2dba9de8f9aadd1cee1 to your computer and use it in GitHub Desktop.
Replace NO-BREAK SPACE with Space
pdftotext test.pdf test.txt; sed -i 's/\xA0/ /g' test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment