I am currently using wicked_pdf(wkhtmltopdf) to create pdf files from html. But, I am not able to copy/paste the content from pdf properly. After looking through the web, i am guessing that problem might be that pdf doesn't contain 'to unicode' map for matching the glyphs back to unicode.
Example pdf : https://github.com/wkhtmltopdf/wkhtmltopdf/files/611265/sample.pdf
First line in the pdf : वे ब चे कूल नह जाते थे। पूरा दन मैदान म घूमते थे।
Many of the variations are lost while copying. What might be the issue here?
Also, is there anyway to check if 'to unicode' map exists in a pdf file?.
Also, how can I generate a pdf file properly with 'to unicode' map, using wkhtmltopdf?.