kennethjiang / js-file-download

MIT License
918 stars 119 forks source link

strange behavior when selecting text #65

Closed imOscarCrespo closed 4 years ago

imOscarCrespo commented 4 years ago

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!!

Captura de pantalla 2020-05-29 a las 15 04 31
kindrowboat commented 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.

kindrowboat commented 4 years ago

Closing due to inactivity. Please feel free to open a new issue if this persists.