yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

PDF text selection and search is not working #363

Open christian-pinto opened 7 months ago

christian-pinto commented 7 months ago

The PDF is well formatted. However, the selection of the text is kind of misaligned as mentioned in #194. Also, I have noticed that it is not possible to search in the PDF. Is there any way to overcome this issue?

Thanks

willtjbai commented 7 months ago

I got this issue too. I just solved it by specifying the parameter "Markdown-pdf: Executable Path" to your installed Chrome. Seems it's using an older Chromium version that doesn't support macos very well, the default setting works fine on my Windows pc.

christian-pinto commented 7 months ago

That was it. It works like a charm now. Many thanks