Package Structure
The ComPDF Conversion SDK for Go should contain at least the following:
- "doc" - API reference and developer guide.
- "examples" - Go sample projects.
- "include" - C SDK header files used by CGO.
- "lib" - Platform-specific dynamic libraries (e.g.,
compdfkit_conversion.dll,libcompdfkit_conversion.so,libcompdfkit_conversion.dylib). - "resource" - OCR models, DocumentAI models, and other resource files.
- "go.mod" / "go.sum" - Go module manifests.
- "release_notes.txt" - Release notes.
- "legal.txt" - Legal and copyright information.