Closed imOscarCrespo closed 4 years ago
@imOscarCrespo, I take it the highlighting is happening in the resulting downloaded PDF file? I haven't seen this behaviour myself, and my intuition is that this most likely is being caused by whatever is generating the PDF data
. If you could post a small repo or codepen that reproduces the problem, I'd be happy to take a look.
Closing due to inactivity. Please feel free to open a new issue if this persists.
Hi! I would like to know if someone has faced with this behavior before. The problem comes when I try to copy a text, it seems as if the strings have split in letters.
This is how I call the fileDownloaded:
fileDownload( Buffer.from(data, 'base64'),
expedition.pdf);
Thank you in advance!!