系统需求

概述

Aspose.PDF for Python via .NET,PDF 处理 API,允许开发者在无需 Microsoft Office® 或 Adobe Acrobat 自动化的情况下处理 PDF 文档。Aspose.PDF for Python 可用于在不同操作系统(如 Windows 和 Linux)上开发 32 位和 64 位的 Python 应用程序,只要安装了 Python 3.5 或更高版本。

支持的操作系统

Windows

  • Windows 2003 Server
  • Windows 2008 Server
  • Windows 2012 Server
  • Windows 2012 R2 服务器
  • Windows 2016 服务器
  • Windows 2019 服务器
  • Windows XP
  • Windows Vista
  • Windows 7
  • Windows 8,8.1
  • Windows 10
  • Windows 11

Linux

  • Ubuntu
  • OpenSUSE
  • CentOS
  • 以及其他

目标 Linux 的系统要求

  • GCC-6 运行时库(或更高版本)。

  • .NET Core Runtime 的依赖项。不需要安装 .NET Core Runtime 本身。

  • 对于 Python 3.5-3.7:需要使用 pymalloc 构建的 Python。默认启用 –with-pymalloc Python 构建选项。通常,使用 pymalloc 构建的 Python 在文件名中会带有 m 后缀。

  • libpython 共享 Python 库。默认情况下,–enable-shared Python 构建选项是关闭的,一些 Python 发行版不包含 libpython 共享库。对于某些 Linux 平台,可以使用软件包管理器安装 libpython 共享库,例如:sudo apt-get install libpython3.7。常见的问题是 libpython 库被安装在与系统共享库标准位置不同的目录下。可以通过在编译 Python 时使用 Python 构建选项设置替代库路径来解决此问题,或者通过在系统共享库标准位置创建指向 libpython 库文件的符号链接来解决。通常,libpython 共享库文件名为 Python 3.5-3.7 的 libpythonX.Ym.so.1.0,或 Python 3.8 及以后版本的 libpythonX.Y.so.1.0(例如:libpython3.7m.so.1.0libpython3.9.so.1.0)。