[Poppler-bugs] [Bug 27999] New: TextPage::getText in rawOrder doesn't work

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 6 09:02:33 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=27999

           Summary: TextPage::getText in rawOrder doesn't work
           Product: poppler
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: danigm at yaco.es


I saw that using rawOrder in TextOutputDev you can't use getText method,
it always returns an empty GooString:

...
3603   s = new GooString();
3604 
3605   if (rawOrder) {
3606     return s;
3607   }
...

It should return the text between xMin, yMin and xMax, yMax in raw order.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list