2025-05-11 16:19:22 +08:00

767 B
Raw Permalink Blame History

title, tags
title tags
嵌入PDF
Mkdocs

嵌入PDF

嵌入PDF代码 注意PDF的相对地址

<iframe src="../个人简历.pdf (相对地址)" width="100%" height="800px" style="border: 1px solid #ccc; overflow: auto;"></iframe>
image

我的完整代码:


<div class="grid cards" markdown>

-   :octicons-bookmark-16:{ .lg .middle } __个人简历__

    ---

    <iframe src="../个人简历.pdf" width="100%" height="800px" style="border: 1px solid #ccc; overflow: auto;">
    </iframe>
    

</div>

希望对你有帮助