รวมไฟล์ OTP โดยใช้ C++
การรวมเอกสาร OTP โดยใช้ C++ API ฝั่งเซิร์ฟเวอร์
วิธีรวมไฟล์ OTP โดยใช้ C++
ในการรวมไฟล์ OTP เราจะใช้
API ซึ่งเป็น API การรวมเอกสารที่มีคุณสมบัติหลากหลาย มีประสิทธิภาพ และใช้งานง่ายสำหรับแพลตฟอร์ม C++ คุณสามารถดาวน์โหลดเวอร์ชันล่าสุดได้โดยตรง เพียงแค่เปิด
package manager ค้นหา Aspose.Slides.Cpp และติดตั้ง คุณยังสามารถใช้คำสั่งต่อไปนี้จาก Package Manager Console
สั่งการ
PM> Install-Package Aspose.Slides.Cpp
ขั้นตอนในการรวมไฟล์ OTP ใน C++
เอกสารพื้นฐานที่ผสานและต่อด้วย Aspose.Slides for C++ API สามารถทำได้โดยใช้โค้ดเพียงไม่กี่บรรทัด
โหลดไฟล์ OTP ทั้งสองไฟล์
ใช้วิธี get_Slides() เพื่อวนซ้ำในแต่ละสไลด์
ใช้ฟังก์ชัน AddClone เพื่อรวมเข้ากับไฟล์ที่ต้องการ
ใช้วิธี Save() เพื่อบันทึกที่เส้นทางที่ระบุ
ความต้องการของระบบ
Aspose.Slides สำหรับ C ++ รองรับบนแพลตฟอร์มหลักและระบบปฏิบัติการทั้งหมด โปรดตรวจสอบให้แน่ใจว่าคุณมีข้อกำหนดเบื้องต้นดังต่อไปนี้
- Microsoft Windows หรือ OS ที่เข้ากันได้กับ C++ Runtime Environment สำหรับ Windows 32 บิต, Windows 64 บิต และ Linux 64 บิต
- Aspose.Slides สำหรับ C ++ DLL ที่อ้างอิงในโครงการของคุณ
รวมไฟล์ OTP - C++
// The path to the documents directory.
const String sourceFilePath1 = u"SourceFile2.otp";
const String sourceFilePath2 = u"SourceFile3.otp";
const String outputFilePath = u"mergedOutput.otp";
// Instantiate Presentation class
SharedPtr<Presentation> presentation1 = MakeObject<Presentation>(sourceFilePath1);
SharedPtr<Presentation> presentation2 = MakeObject<Presentation>(sourceFilePath2);
for (SharedPtr<ISlide> slide : presentation2->get_Slides()){
// Merge from source to destination
presentation1->get_Slides()->AddClone(slide);
}
// Save the presentation
presentation1->Save(outputFilePath, SaveFormat::Otp);
รวมไฟล์ PDF ออนไลน์
เกี่ยวกับ Aspose.Slides สำหรับ C++ API
Aspose.Slides API สามารถใช้อ่าน เขียน จัดการ และแปลงเอกสาร Microsoft PowerPoint เป็น PDF, XPS, HTML, TIFF, ODP และรูปแบบอื่นๆ ได้ หนึ่งสามารถสร้างไฟล์ใหม่ตั้งแต่เริ่มต้นและบันทึกในรูปแบบที่รองรับที่เกี่ยวข้อง Aspose.Slides เป็น API แบบสแตนด์อโลนสำหรับการสร้าง แยกวิเคราะห์ หรือจัดการการนำเสนอ สไลด์ และองค์ประกอบ และไม่ขึ้นกับซอฟต์แวร์ใดๆ เช่น Microsoft หรือ OpenOfficeOnline OTP Merger Live Demos
Merge OTP documents right now by visiting our Live Demos website . The live demo has the following benefits
OTP OTP รูปแบบไฟล์คืออะไร
Files with .OTP extension represent presentation template files created by applications in OASIS OpenDocument standard format. The contents of such a file include presentation information in the form of slides with text, images, shapes, multimedia content, transition effects and other slide elements. These template files are used for creating new presentations quickly based on the styling information stored in the template itself. OTP files can be created and saved with several different applications such as Impress that comes with OpenOffice suite and Microsoft PowerPoint. The OTP file format is similar to Microsoft PowerPoint template files .POT and .POTX.
อ่านเพิ่มเติมรูปแบบการผสานที่รองรับอื่น ๆ
การใช้ C ++ นั้นสามารถรวมรูปแบบไฟล์อื่น ๆ ได้มากมายรวมถึง..