Copy link to clipboard
Copied
I have selected three lines of text in a pdf ....
These lines contain three words LEADERSHIP, ECONOMY and LIFESTYLE.
I am using the "PREVIEW_SELECTION_END" event ,this returns the 3 bounding boxes for the lines of text.
I then call the api getSelectedContent and this is working succesfully, but unfortunately the result it is returning is LEADERSHIPECONOMYLIFESTYLE.
As you can see all three lines of text have been concatenated and I can't see how I can turn it into anything meaningful.
Any idea how to get usable strings from getSelectedContent?
TIA
Rob
Copy link to clipboard
Copied
I compared selecting the same 3 lines and clicking the "copy" button in Acrobat and in the Viewer and then pasting
In Acrobat the 3 lines paste in as 3 crlf seperated lines, in the Viewer they paste in as a single line without spaces between the words.
FWIW they paste as 3 seperate lines in PDFJS and in Chrome Native.
From what I can see this bug has no current workaround, any suggestions?
Rob
Copy link to clipboard
Copied
Thanks for using PDF Embed API. Currently, it looks like a limitation of PDF Embed API. We will consider this suggestion in our future enhancements.
Copy link to clipboard
Copied
Team, Is this resolved? if not any date for this feature release?
Copy link to clipboard
Copied
We have taken note of this request and will let you know when it is resolved. Stay tuned!
Copy link to clipboard
Copied
Hi, I am having the same issue, has there been any progress made on this issue