• <menu id="w2i4a"></menu>
  • logo Aspose.PDF使用教程

    文檔首頁>>Aspose.PDF使用教程>>Aspose.Pdf使用教程:在PDF文件中添加附件

    Aspose.Pdf使用教程:在PDF文件中添加附件


    要在一個(gè)PDF文檔中添加附件,您需要?jiǎng)?chuàng)建一個(gè)要添加的FileSpecification對(duì)象和文件的描述。之后就可以使用集合的Add方法將之添加到Document對(duì)象的EmbeddedFiles集合中。 這個(gè)EmbeddedFiles集合包含添加到PDF文件中的所有附件。

    》》》下載Aspose.Pdf試用版

    下面的代碼片段演示了如何在PDF文件中添加附件:

    C#

    //open document
    Document pdfDocument = new Document("input.pdf");
    //setup new file to be added as attachment
    FileSpecification fileSpecification = new FileSpecification("test.txt", "Sample text file");
    //add attachment to document's attachment collection
    pdfDocument.EmbeddedFiles.Add(fileSpecification);
    //save new output
    pdfDocument.Save("output.pdf");
    

    VB.NET

    'open document
    Dim pdfDocument As New Document("input.pdf")
    'setup new file to be added as attachment
    Dim fileSpecification As New FileSpecification("test.txt", "Sample text file")
    'add attachment to document's attachment collection
    pdfDocument.EmbeddedFiles.Add(fileSpecification)
    'save new output
    pdfDocument.Save("output.pdf")
    
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();