Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
poppler
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 611
    • Issues 611
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 39
    • Merge Requests 39
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poppler
  • poppler
  • Issues
  • #137

Closed
Open
Opened Jun 02, 2010 by Bugzilla Migration User@bugzilla-migration

wrong spaces in text

Submitted by Pablo Rodríguez @ousia

Assigned to poppler-bugs

Link to original bug (#28362)

Description

Compiling the below XeLaTeX document, I get the attached PDF file.

\documentclass[12pt]{article} \usepackage{fontspec} \setmainfont{Theano Didot} \usepackage{polyglossia} \setmainlanguage[variant=ancient]{greek} \setotherlanguage{english} \begin{document} χαλεπὰ \addfontfeature{LetterSpace=12}τὰ καλά

χαλεπὰ τὰ καλά

χαλεπὰ \addfontfeature{LetterSpace=0}τὰ καλά

\selectlanguage{english} Beauty \addfontfeature{LetterSpace=12}is difficult

Beauty is difficult

Beauty \addfontfeature{LetterSpace=0}is difficult

\end{document}

The issue with this PDF file is that text is extracted in the following way:

χαλεπὰ τ ὰ κ α λ ά χαλεπὰ τὰ καλά χ α λ ε π ὰ τὰ καλά Beauty i s d i ffi c u l t Beauty is difficult B e a u t y is difficult

Although there should be no spaces between letters, only between words.

Could you fix this?

Thanks,

Pablo

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: poppler/poppler#137