添加附件
IronPDF 支持在 PDF 文档中添加和删除附件。
如需了解更多信息,请访问IronPDF文档我们还将提供详细的指南和资源。 此外,您还可以在Iron Software 网站.
using IronPdf; using System.IO; // Instantiate the Renderer and create PdfDocument from HTML var renderer = new ChromePdfRenderer(); var myPdf = renderer.RenderHtmlFileAsPdf("my-content.html"); // Load your own attachment byte[] attachment = File.ReadAllBytes("path/to/attachment"); // Here we can add an attachment with a name and a byte[] PdfAttachment exampleAttachment = myPdf.Attachments.AddAttachment("exampleAttachment", attachment); // And here is an example of removing an attachment myPdf.Attachments.RemoveAttachment(exampleAttachment); myPdf.SaveAs("my-content.pdf");
Imports IronPdf Imports System.IO ' Instantiate the Renderer and create PdfDocument from HTML Private renderer = New ChromePdfRenderer() Private myPdf = renderer.RenderHtmlFileAsPdf("my-content.html") ' Load your own attachment Private attachment() As Byte = File.ReadAllBytes("path/to/attachment") ' Here we can add an attachment with a name and a byte[] Private exampleAttachment As PdfAttachment = myPdf.Attachments.AddAttachment("exampleAttachment", attachment) ' And here is an example of removing an attachment myPdf.Attachments.RemoveAttachment(exampleAttachment) myPdf.SaveAs("my-content.pdf")
IronPDF 支持在 PDF 文档中添加和删除附件。
如需了解更多信息,请访问IronPDF文档我们还将提供详细的指南和资源。 此外,您还可以在Iron Software 网站.
30天试用密钥 立即获取。
15天试用密钥 立即获取。
无需信用卡
您的试用密钥应该在邮件中。试用表格已
成功提交。
如果没有,请联系
support@ironsoftware.com
免费开始
无需信用卡
在生产环境中测试,无水印。
随时随地满足您的需求。
获得30天的全功能产品。
几分钟内就能启动并运行。
在您的产品试用期间,全面访问我们的支持工程团队。
预约30分钟的个人演示。
无需合同,无需卡片信息,无需承诺。