Pdftohtml does pretty much everything I need it to except support for underlined text. Looking through the code, I see some support in xpdf, but not within pdftohtml.
Logged In: NO
The problem with underlind text in pdf files is that the underlines are not part of the font thay are vector graphics.
You have to use the pdftohtml -c option so that ghostscript creates the background images.
Log in to post a comment.
Logged In: NO
The problem with underlind text in pdf files is that the
underlines are not part of the font thay are vector graphics.
You have to use the pdftohtml -c option so that ghostscript
creates the background images.