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.
- "include" - header files for ComPDFKit Conversion SDK API.
- "lib" - Contains ComPDFKit Conversion C++ SDK dynamic library (x86, x64, arm64).
- "resource" - Include the font files and OCR model.
- "samples" - A folder containing Linux sample projects.
- "legal.txt" - Legal and copyright information.
- "release_notes.txt" - Release 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.