Windows
ComPDF Conversion SDK provides a demo in the "samples" folder. You can follow these steps to run the demo:
- Load the Visual Studio solution file "demo_vs2022.sln" in the "samples" folder.
- Build the demo by clicking Build > Build Solution. After the build is completed, the executable file ".exe" will be generated in the "samples/bin" folder. The executable file name depends on the build configuration.
- Double-click the executable file to run the demo.
Output files such as Word, Excel, and PowerPoint files will be generated in the "samples/output_files" folder.
Linux and Mac
ComPDF Conversion SDK provides demos in the "samples" folder. Before running the demo, make sure you have configured your environment correctly and installed CMake 3.0 or higher. To run the demo, follow these steps:
- Open a terminal window and navigate to the "samples" folder of the ComPDF Conversion SDK package.
- Enter the following command to run the demo.
shell
./RunDemo.shOutput files such as Word, Excel, and PowerPoint files will be generated in the "samples/output_files" folder.