Tagged Questions
3
votes
3answers
2k views
Tool to convert accented characters to HTML entities?
Is there a tool (command-line is fine) that can convert accented characters to HTML entities in Ubuntu? Preferably recursively and without also converting html/php tags.
e.g.
from: é
to: é
...
2
votes
2answers
282 views
pdftohtml outputting low resolution background images. help?
runnning:
pdftohtml -c document.pdf output.htm
this returns the normal output but the background images are of such low quality
they cannot be read.
Is this a bug with pdftohtml or can I change ...