CIB pdf toolbox 2 technical documentation

5. General

5.4. Content of the delivered package

CIB pdf toolbox 2 gets delivered as binaries as DLLs (Windows) or shared libraries (Unix / Linux) or webassembly file (.wasm).

Component

Files

CIB pdf toolbox 2

 

  • CibPdf2_64/32.dll or libcibpdf_2(32/64).so/.a: Main library
  • cibjbig264/32.dll or libcibjbig2ux(64).so/.a: Handling JBIG2 images
  • cibpdf2.h            Main Header file for the API definition
  • Java/….                          Java API
  • doc/…                             Documentation, version history and                                                            used open source licenses.

Dependent libraries on Linux/Unix

  • libgcc_s.so
  • libstdc++.so.6

Dependent libraries on AIX

  • libgcc_s.a
  • libstdc++.a


There are also code examples included.