【问题标题】:Embed a excel/html/pdf file into a pdf file将 excel/html/pdf 文件嵌入到 pdf 文件中
【发布时间】:2014-03-17 16:05:51
【问题描述】:

是否可以将 excel 或静态 html 页面或另一个 pdf 文件添加到另一个 pdf 文档中?当我说添加时,我的意思是我可以从 pdf 页面看到一个 excel/html/pdf 图标并打开它吗? 我试图查找选项,我只发现合并 pdfs 选项不是我想要的。

TIA

【问题讨论】:

  • 是的,它们是文件附件,这是可能的

标签: excel pdf-generation


【解决方案1】:

CPDF 可以这样做:

cpdf -attach-file [-to-page n] <filename-of-attachment> input.pdf -o output.pdf

例如

cpdf -attach-file file.html -to-page 4 in.pdf -o out.pdf

【讨论】:

    猜你喜欢
    • 2020-08-19
    • 2017-12-08
    • 2019-07-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-06-10
    • 2020-07-29
    相关资源
    最近更新 更多