Spaces are stripped in all PDF's generated with PhantomJS (Node.js)
Submitted by cla..@..eat.dk
Assigned to poppler-bugs
Link to original bug (#103770)
Description
Created attachment 135502 test pdf
Spaces in all PDF's generated with Node.js (PhantomJS) are stripped
pdftohtml -s -i $file $htm_output
poppler-0.61.0
The output for one text box is
<p>
FrederikThomsen
Att.:FrederikSpangThomsen</p>
But should be
<p>
Frederik Thomsen
Att.: Frederik Spang Thomsen</p>
Attachment 135502, "test pdf":
poppler_test.pdf