On this page
Guides
Linux and Mac
Package Structure of Linux and Mac
ComPDFKit Conversion SDK for Linux C++ SDK contains the following files:
- "doc" - API reference and developer guide.
- "lib" - Contains ComPDFKit Conversion C++ SDK dynamic library (x86, x64, arm64).
- "samples" - A folder containing Linux sample projects.
- "resource" - Include the sample Word and PDF file, and OCR module.
- "release_notes.txt" - Release information.
- "legal.txt" - Legal and copyright information.
How to Run a Demo
ComPDFKit 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) on your machine. To run the demo, you can follow these steps:
- Open a terminal window and navigate to the "samples" folder of the ComPDFKit Conversion SDK for Linux.
- Enter the following command to run the demo.
./RunDemo.sh
Output files (Word, Excel, PowerPoint, etc.) will be generated in the "samples/output_files" folder.