使用夸托在iframe中嵌入PDF文档

cwdobuhd  于 11个月前  发布在  其他
关注(0)|答案(1)|浏览(114)

我使用夸托通过以下代码成功地将一个pdf文档嵌入到iframe中:

::: {#fig-RefCardR}

<iframe width="100%" height="600" src="https://cran.r-project.org/doc/contrib/Short-refcard.pdf"></iframe>

R Short Reference Card
:::

字符串
然而,以下PDF链接并不像预期的那样工作:
https://raw.githubusercontent.com/myaseen208/R-Workshop/79ef1d2fdacf9c171a240a2a658ea4df43bca62e/2009NewYorkTimes.pdf
有什么提示吗?

相关问题