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.

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

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

  • "resource" - Include the sample Word and PDF file, and OCR module.

  • "release_notes.txt" - Release information.

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

    image-20231117134704568

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", "demo_vs2019.sln", or "demo_vs2017.sln" (Which one to load depends on your Visual Studio version) 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.