如何將 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. 下載 URL 到 PDF 的 C# 庫
  2. 實例化 ChromePdfRenderer 類別
  3. 通過將 URL 傳遞給渲染器來渲染 PDF
  4. 修改 RenderingOptions 添加頁首和頁尾
  5. 查看您的 PDF 輸出文件