Skip to content

TextSelectionDumper: Fix getText() for space after word

Nelson Benítez León requested to merge nbenitez/poppler:copy_space_bug into master
 Fix TextSelectionDumper::getText() (which is
 currently only used by the glib frontend) to
 not default to add a space after word in the
 case the word is explicitly set to not carry
 that space by means of the 'spaceAfter' TextWord
 field.

Fixes issue #1042 (closed)

Merge request reports