RStudio preview pane showing blank PDF after rendering #629
-
Hi all, I'm using quarto 0.9.238 with the latest daily build of RStudio (2022.06.0 Build 295). When I render quarto (.qmd) to PDF, the PDF is rendered correctly and looks fine if I open the localhost link in my web browser or view the static file. But the preview pane in RStudio shows a completely blank document. The number of pages is correct, and when I try highlighting things in the pdf, it appears to have embedded text, but I cannot see the text in the document. Does anyone know how I can debug this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
For reference, this has been posted in the community also: https://community.rstudio.com/t/how-to-debug-an-issue-with-the-quarto-pdf-viewer-pane/134272 |
Beta Was this translation helpful? Give feedback.
-
I am not able to reproduce this on either Windows or OS X. I have a feeling this has something to do with QtWebKit (our underlying browser engine) text rendering. One thing to try is to see whether resizing the Viewer pane causes the text to paint. Another thing to try is changing the rendering engine options here to see if any of them make a difference: |
Beta Was this translation helpful? Give feedback.
-
It's definitely a graphics card/rendering issue. You can try playing with the GPU settings mentioned above to see if that clears it. |
Beta Was this translation helpful? Give feedback.
It's definitely a graphics card/rendering issue. You can try playing with the GPU settings mentioned above to see if that clears it.