如何将 URL 渲染成 PDF

This article was translated from English: Does it need improvement?
Translated
View the article in English

雷根·彭

使用 C# 将现有 URL 渲染为 PDF 非常高效且直观。IronPDF 使得从现有 URL 渲染 HTML 为 PDF 文档变得非常简单。 对JavaScript、图像、表单和CSS的支持非常高。 <div 类="hsg-featured-snippet">

如何将 URL 渲染成 PDF

<img 类="featured-snippetimage featured-snippetimage--float-right featured-snippet__image--new-template" src="/static-assets/pdf/images/url-to-pdf.webp" alt="如何将 URL 渲染成 PDF in C#">
  1. <a 类="js-modal-open" data-modal-id="trial-license-after-download" href="下载" target="__blank">https://nuget.org/packages/IronPdf/">下载 URL 至 PDF C# 库
  2. 实例化 ChromePdfRenderer
  3. 通过将 URL 传递给渲染器,从 URL 渲染 PDF 文件
  4. 修改 渲染选项 添加页眉和页脚
  5. 查看 PDF 输出文档