DOCX
JPG
SLIDES
XML
OTP
SWF
OTP’yi C++ ile SWF’ye dönüştürün
Microsoft PowerPoint kurulumuna ihtiyaç duymadan C++ kitaplığını kullanarak yüksek performanslı OTP’den SWF’ye dönüştürme.
C++ Kullanarak OTP'yi SWF'ye Dönüştürme
OTP’yi SWF’ye dönüştürmek için, zengin özelliklere sahip, güçlü bir Aspose.Slides for C++ API’sini kullanacağız. ve C++ platformu için kullanımı kolay belge işleme ve dönüştürme API’si. En son sürümünü doğrudan indirebilir, NuGet paket yöneticisini açmanız, Aspose.Slides.Cpp araması yapmanız yeterlidir. ve yükleyin. Paket Yöneticisi Konsolundan aşağıdaki komutu da kullanabilirsiniz.
Emretmek
PM> Install-Package Aspose.SLIDES.Cpp
OTP'yi C++ ile SWF'ye Dönüştürme Adımları
Aspose.SLIDES API, geliştiricilerin sadece birkaç satır kodla OTP dosyasını SWF’ye dönüştürmesini kolaylaştırır.
- OTP dosyasını Aspose.Slides for C++ Presentation Object ile yükleyin.
- Save() yöntemini çağırın.
- Çıktı dosyası yolunu (SWF) dosya uzantısıyla iletin.
- SWF dosyası belirtilen yola kaydedilecektir.
- SWF dosyasını uyumlu programda açın.
sistem gereksinimleri
Aspose.SLIDES for C++ tüm büyük platformları ve İşletim Sistemlerini destekler. Lütfen aşağıdaki ön koşullara sahip olduğunuzdan emin olun.
- Microsoft Windows veya Windows 32 bit, Windows 64 bit ve Linux 64 bit için C++ Runtime Environment ile uyumlu bir işletim sistemi.
- Projenizde referans verilen C++ DLL için Aspose.Slides.
OTP'den SWF'ye C++ Dönüştürme Kaynak Kodu
// Load the OTP.
SharedPtr<Presentation> prs = MakeObject<Presentation>(u"sourceFile.otp");
// Save in SWF format.
prs->Save(u"convertedFile.swf", Aspose::Slides::Export::SaveFormat::Swf);
OTP ‘a dönüştürmek için ücretsiz uygulama SWF
Desteklenen Diğer Dönüşümler
Ayrıca, OTP'yi aşağıda listelenen birkaçı da dahil olmak üzere diğer birçok dosya biçimine dönüştürebilirsiniz.
OTP TO BMP (Bitmap Image)
OTP TO EMF (Enhanced Metafile Format)
OTP TO GIF (Graphical Interchange Format)
OTP TO HTML (Hyper Text Markup Language)
OTP TO JPEG (JPEG Image)
OTP TO ODP (OpenDocument Presentation Format)
OTP TO PDF (Portable Document Format)
OTP TO PNG (Portable Network Graphics)
OTP TO POT (Microsoft PowerPoint Template Files)
OTP TO POTM (Microsoft PowerPoint Template File)
OTP TO POTX (Microsoft PowerPoint Template Presentation)
OTP TO PPS (PowerPoint Slide Show)
OTP TO PPSM (Macro-enabled Slide Show)
OTP TO PPSX (PowerPoint Slide Show)
OTP TO PPT (Microsoft PowerPoint 97-2003)
OTP TO PPTM (Macro-enabled Presentation File)
OTP TO PPTX (Open XML presentation Format)
OTP TO SVG (Scalable Vector Graphics)
OTP TO TIFF (Tagged Image Format)
OTP TO XML (Extensible Markup Language)
OTP TO XPS (XML Kağıt Özellikleri)