Systeemvereisten

Aspose.Words voor C++ vereist geen product van derden zoals Microsoft Word om geïnstalleerd te worden. Aspose.Words zelf is een engine voor het maken, wijzigen, converteren en renderen van documenten in verschillende formaten, waaronder Microsoft Word documentformaten.

Ondersteunde Besturingssystemen

Aspose.Words voor C++ ondersteunt het volgende 64-bits of 32-bits besturingssysteem en platforms:

besturingssysteem Versie
Microsoft Windows
  • Windows 2008 Server (x64, x86)
  • Windows 2012 Server (x64, x86)
  • Windows 2012 R2 Server (x64, x86)
  • Windows 2016 Server (x64, x86)
  • Windows 2019 Server (x64, x86)
  • Windows 2022 Server (x64, x86)
  • Windows Vista (x64, x86)
  • Windows 7 (x64, x86)
  • Windows 8, 8.1 (x64, x86)
  • Windows 10 (x64, x86)
Linux
  • Ubuntu
  • Fedora
  • OpenSUSE
  • CentOS
  • en anderen
macOS
  • macOS-x86_64: 12.0 of later
  • macOS-arm64: 12.0 of later

Ontwikkelomgeving

U kunt Aspose.Words voor C++ gebruiken bij het ontwikkelen van toepassingen voor Windows, Linux of macOS.

Windows

Aspose.Words voor C++ kan worden gebruikt om applicaties te ontwikkelen in elke ontwikkelomgeving die Microsoft Visual Studio V143 Platform Toolset, maar de omgevingen in de volgende tabel worden expliciet ondersteund:

Ontwikkelomgeving
  • Microsoft Visual Studio 2022

Linux

Aspose.Words voor C++ kan worden gebruikt om een applicatie te ontwikkelen in de ontwikkelomgeving die ondersteuning biedt voor C++14 taalstandaard, maar de volgende compilers worden expliciet ondersteund:

Compiler
  • Clang 3.9.1 of hoger

Extra afhankelijkheid van Linux

Aspose.Words voor C++ op Linux hangt af van fontconfig binaire bestanden zowel dynamische bibliotheek als tool. Gelieve te installeren alvorens te gebruiken:

  1. Fontconfig installeren op Ubuntu of Debian
    sudo apt install libfontconfig fontconfig
  2. Fontconfig installeren op Fedora of CentOs
    sudo yum install fontconfig

macOS

Aspose.Words voor C++ kan worden gebruikt om applicaties te ontwikkelen in de volgende ontwikkelomgevingen:

Ontwikkelomgeving
  • Xcode 12.5.1 of hoger
  • Clang en libc++ (die standaard worden geleverd met Xcode)

Extra afhankelijkheid van macOS

Aspose.Words voor C++ op macOS hangt af van fontconfig binaire bestanden zowel dynamische bibliotheek als tool. Gelieve te installeren alvorens te gebruiken:

Fontconfig installeren op macOS met homebrew
brew install fontconfig