Summary: |
Spaces are stripped in all PDF's generated with PhantomJS (Node.js) |
Product: |
poppler
|
Reporter: |
clark |
Component: |
pdftohtml | Assignee: |
poppler-bugs <poppler-bugs> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
test pdf
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 135502 [details] 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<br/>Att.:FrederikSpangThomsen</p> But should be <p>Frederik Thomsen<br/>Att.: Frederik Spang Thomsen</p>