Skip to content
Guides

Windows Package Structure

You can contact us and access our PDF SDK installation package. The SDK package includes the following files.

  • "Examples" - A folder containing Windows sample projects.
    • "Viewer" - A basic PDF viewer, including reading PDFs, changing themes, bookmarks, searching text, etc.
    • "Annotations" - A PDF viewer with full types of annotation editing, including adding annotations, modifying annotations, annotation lists, etc.
    • "ContentEditor" - A PDF viewer with text and image editing, including modifying text, replacing images, etc.
    • "Forms" - A PDF viewer with full types of forms editing, including radio button, combo box, etc.
    • "DocsEditor" - A PDF viewer with page editing, including inserting/deleting pages, extracting pages, reordering pages, etc.
    • "PDFViewer" - A multi-functional PDF program that integrates all of the above features.
    • "ComPDFKit_Tools" - A default control library for quickly building various function modules of PDF viewer.
    • "license_key_win.xml" - A xml file containing key and secret.
    • "TestFile" - A folder containing test files.
    • "Samples" - -A folder containing console application.
  • "lib" - Include the ComPDFKit dynamic library (x86,x64).
  • "nuget" - Include the ComPDFKit.NetFramework nuget package file.
  • "api_reference_windows.chm" - API reference.
  • "developer_guide_windows.pdf" - Developer guide.
  • "legal.txt" - Legal and copyright information.
  • "release_notes.txt" - Release information.

Package Structure