DOCX JPG PDF XML OTP
  Product Family
POTX

Convertir OTP en POTX via C++

Conversion OTP vers POTX haute performance à l’aide de la bibliothèque C++ sans avoir besoin de l’installation de Microsoft PowerPoint.

Comment convertir OTP en POTX en utilisant C++

Afin de convertir OTP en POTX, nous utiliserons

Aspose.Slides pour C++

API qui est une API de manipulation et de conversion de documents riche en fonctionnalités, puissante et facile à utiliser pour la plate-forme C++. Vous pouvez télécharger sa dernière version directement, il suffit d’ouvrir

NuGet

gestionnaire de paquets, recherchez Aspose.Slides.Cpp et installer. Vous pouvez également utiliser la commande suivante à partir de la console du gestionnaire de packages.

Commande


PM> Install-Package Aspose.Slides.Cpp

Étapes pour convertir OTP en POTX via C++

Les développeurs C++ peuvent facilement convertir un fichier OTP en POTX en quelques lignes de code.

  1. Chargez le fichier OTP avec Aspose.Slides pour l’objet de présentation C++.
  2. Appelez la méthode Save().
  3. Transmettez le chemin du fichier de sortie avec l’extension de fichier (POTX).
  4. Le fichier POTX sera enregistré dans le chemin spécifié.
  5. Ouvrez le fichier POTX dans un programme compatible.

Configuration requise

Avant d’exécuter l’exemple de code de conversion C++, assurez-vous que vous disposez des prérequis suivants.

  • Microsoft Windows ou un système d’exploitation compatible avec C++ Runtime Environment pour Windows 32 bits, Windows 64 bits et Linux 64 bits.
  • Aspose.Slides pour la DLL C++ référencée dans votre projet.
 

Code source de conversion OTP vers POTX C++

// Load the OTP.
SharedPtr<Presentation> prs = MakeObject<Presentation>(u"sourceFile.otp");
// Save in POTX format.
prs->Save(u"convertedFile.potx", Aspose::Slides::Export::SaveFormat::Potx);
 
  • Application gratuite pour convertir OTP en POTX

    Essayez notre application gratuite Text To Gif

    Autres conversions prises en charge

    Vous pouvez également convertir OTP en de nombreux autres formats de fichiers, dont quelques-uns sont répertoriés ci-dessous.

    OTP TO BMP (Image bitmap)
    OTP TO EMF (Format de métafichier amélioré)
    OTP TO GIF (Format d'échange graphique)
    OTP TO HTML (Langage Signalétique Hyper Text)
    OTP TO JPEG (Images JPEG)
    OTP TO ODP (Format de présentation OpenDocument)
    OTP TO PDF (Portable Document Format)
    OTP TO PNG (Portable Network Graphics)
    OTP TO POT (Fichiers de modèle Microsoft PowerPoint)
    OTP TO POTM (Fichier de modèle Microsoft PowerPoint)
    OTP TO PPS (Diaporama PowerPoint)
    OTP TO PPSM (Diaporama compatible avec les macros)
    OTP TO PPSX (Diaporama PowerPoint)
    OTP TO PPT (Microsoft PowerPoint 97-2003)
    OTP TO PPTM (Fichier de présentation prenant en charge les macros)
    OTP TO PPTX (Format de présentation XML ouvert)
    OTP TO SVG (Image Vectorielle)
    OTP TO TIFF (Format d'image balisé)
    OTP TO XML (Langage de balisage extensible)
    OTP TO XPS (Spécifications papier XML)