随机
Enter 搜索 ↑↓ 切换 Esc 清空

win-install-foxit

命令

Windows 安装 Foxit PDF Reader

win-install-foxit

Windows 安装 Foxit PDF Reader

补充说明

Foxit PDF Reader 是一款轻量级 PDF 阅读器,启动速度快、内存占用低,支持注释、表单填写、电子签名和文档安全保护。

安装 Foxit PDF Reader

# 安装 Foxit PDF Reader
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o FoxitReader-installer.exe https://www.foxit.com/downloads/latest/FoxitPDFReader/Latest/Windows && FoxitReader-installer.exe /S
# 安装 Foxit PDF Reader
cd ~\Downloads; curl.exe -L -o FoxitReader-installer.exe https://www.foxit.com/downloads/latest/FoxitPDFReader/Latest/Windows; .\FoxitReader-installer.exe /S

winget 安装命令

推荐使用 winget 安装,自动处理依赖、静默后台执行

winget install -e --id Foxit.FoxitReader -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果