IronPDF 進階安裝

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

自 2022.1 版起,使用者可運用一些進階工具,在特定平台上安裝 IronPDF。

與其安裝 IronPDF NuGet 套件,我們可以搜尋 NuGet,尋找其他更符合您使用情境的 IronPDF 套件。 API 保持不變,但部署方式有所不同。

有趣的是,即使我們為 Linux 優化部署而載入特定套件(例如 IronPdf.Linux),您仍可在 Windows 等常用作業系統上使用 Visual Studio 進行開發!

IronPDF NuGet 套件

Nuget related to IronPDF NuGet 套件 Linux V1 related to IronPDF NuGet 套件 Docker related to IronPDF NuGet 套件 Azure 1 related to IronPDF NuGet 套件 Amazon Web Services related to IronPDF NuGet 套件 Ubuntu V1 related to IronPDF NuGet 套件 Mac Client related to IronPDF NuGet 套件 Windows Logo related to IronPDF NuGet 套件

最常被使用。 已預先設定,讓您能盡快在 Visual Studio 中開始使用。 適用於大多數專案。

PM > Install-Package IronPdf

  • 內含 IronPdf.Slim
  • 包含 Chrome(預設)渲染器的 Windows 專屬依賴項
  • 預設套件,將在執行時下載 Windows 專屬的依賴項
  • 預設使用 Chrome 渲染引擎
  • 支援所有平台,但 Windows 平台無需額外下載即可運作
  • 適用於 Windows 使用者或一般使用者
  • 適用於所有平台

IronPdf.Slim NuGet 套件

Cloud Backup Restore related to IronPdf.Slim NuGet 套件 Azure 1 related to IronPdf.Slim NuGet 套件 Nuget related to IronPdf.Slim NuGet 套件

非常適合需要最小磁碟佔用空間,或可能部署至多種不同作業系統目標的應用程式。 您的應用程式所需的特定 Chromium / WebKit 渲染引擎,將於目標機器上於執行時按需下載。

PM > Install-Package IronPdf.Slim

  • 所有其他套件皆引用此套件
  • 包含實際的 IronPdf.dll 檔案
  • 不包含 Windows、Linux 或 macOS 的特定依賴項
  • Windows、Linux 或 macOS 的依賴項將於執行時下載
  • 除非另有指定,否則所有平台預設使用 Chrome 渲染器
  • 適用於希望在執行時下載平台特定依賴項的跨平台解決方案
  • 支援所有平台,但平台專屬的依賴項將在首次執行程式時下載
  • 若以獨立模式使用,執行時需具備網際網路連線及磁碟存取權限。
  • 需安裝 IronSoftware.Native.PdfModel 套件。
  • 適用於目標平台未知的、高度可移植的應用程式

IronPdf.Linux 與 IronPdf.Linux.ARM NuGet 套件

Linux V1 related to IronPdf.Linux 與 IronPdf.Linux.ARM NuGet 套件 Debian related to IronPdf.Linux 與 IronPdf.Linux.ARM NuGet 套件 Ubuntu related to IronPdf.Linux 與 IronPdf.Linux.ARM NuGet 套件 Centos related to IronPdf.Linux 與 IronPdf.Linux.ARM NuGet 套件 Nuget related to IronPdf.Linux 與 IronPdf.Linux.ARM NuGet 套件 Azure 1 related to IronPdf.Linux 與 IronPdf.Linux.ARM NuGet 套件 Amazon Web Services related to IronPdf.Linux 與 IronPdf.Linux.ARM NuGet 套件 Docker related to IronPdf.Linux 與 IronPdf.Linux.ARM NuGet 套件

非常適合在 Linux 上部署 IronPDF。 專為雲端環境設計。 在 AWS 與 Lambda、Azure Functions 以及 Linux 模式下的 WebApps 中運作極佳。 針對目前在搭載 Linux 的 ARM 處理器上運作的使用者,IronPDF 亦為其量身打造了專屬套件。

PM > Install-Package IronPdf.Linux PM > Install-Package IronPdf.Linux.ARM

  • 內含 IronPdf.Slim
  • 包含 Chrome(預設)渲染器的 Linux 專用依賴項
  • 預設使用 Chrome 渲染引擎
  • 支援所有平台,但 Linux 平台無需額外下載即可運作
  • 適用於 Linux 進階使用者,特別是 Docker 和雲端使用者

IronPdf.MacOs 與 IronPdf.MacOs.ARM NuGet 套件

Mac Client related to IronPdf.MacOs 與 IronPdf.MacOs.ARM NuGet 套件 Nuget related to IronPdf.MacOs 與 IronPdf.MacOs.ARM NuGet 套件

適用於 macOS 上 IronPDF 相容性的特定部署之 NuGet 套件

PM > Install-Package IronPdf.MacOs PM > Install-Package IronPdf.MacOs.ARM

  • 內含 IronPdf.Slim
  • 包含 Chrome(預設)渲染器的 Mac 專用依賴項
  • 預設使用 Chrome 渲染引擎
  • 適用於 macOS 開發者

IronPdf.UpdatedChrome NuGet 套件

Windows 11 related to IronPdf.UpdatedChrome NuGet 套件 Chrome related to IronPdf.UpdatedChrome NuGet 套件

若使用者希望使用與 Chromium 相容的最新版本,應安裝以下套件。 對於需要支援最新 Chromium 更新的開發者而言,這些工具特別實用。

請注意可用性與更新內容可能有所變更,並以公告為準。

PM > Install-Package IronPdf.UpdatedChrome

  • 包含 IronPdf.Slim
  • 包含 IronSoftware.Native.Model
  • 包含 IronPdf.Native.UpdatedChrome.Windows
  • 新增設定與安全性更新。
  • 可能存在相容性問題。
  • SingleProcess 功能不可用。
  • 不支援 Windows Server 2012。
  • 32 位元程序不再受支援。

IronPdf.UpdatedChrome.Linux 與 IronPdf.UpdatedChrome.Linux.ARM NuGet 套件

Linux V1 related to IronPdf.UpdatedChrome.Linux 與 IronPdf.UpdatedChrome.Linux.ARM NuGet 套件 Chrome related to IronPdf.UpdatedChrome.Linux 與 IronPdf.UpdatedChrome.Linux.ARM NuGet 套件

若使用者希望使用與 Chromium 相容的最新版本,應安裝以下套件。 對於需要支援最新 Chromium 更新的開發者而言,這些工具特別實用。

請注意可用性與更新內容可能有所變更,並以公告為準。

PM > Install-Package IronPdf.UpdatedChrome.Linux PM > Install-Package IronPdf.UpdatedChrome.Linux.ARM

  • 包含 IronPdf.Slim
  • 包含 IronSoftware.Native.Model
  • 包含 IronPdf.Native.UpdatedChrome.Linux
  • 新增設定與安全性更新。
  • 可能存在相容性問題。
  • SingleProcess 功能不可用。
  • 32 位元程序不再受支援。