Skip to content
Guides

Windows

Package Structure of Windows

You can contact us and access our SDK installation package. The package of ComPDFKit Conversion SDK for Windows (C++ SDK) contains the following files:

  • "doc" - API reference and developer guide.

  • "include" - header files for ComPDFKit Conversion SDK API.

  • "lib" - Include the ComPDFKit dynamic library (x86 and x64).

  • "resource" - Include the font files and OCR model.

  • "samples" - A folder containing Windows sample projects.

  • "legal.txt" - Legal and copyright information.

  • "release_notes.txt" - Release information.

    image-20250603153808735

How to Run a Demo

ComPDFKit Conversion SDK provides a demo in the "samples" folder. You can follow the following steps to run the demo.

  1. Load the Visual Studio solution file "demo_vs2022.sln" in the "\samples" folder.
  2. 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 name of the executable file depends on the build configuration.
  3. Double-click the executable file to run the demo.

Output files (Word, Excel, PowerPoint, etc.) will be generated in the "samples/output_files" folder.