Some test text!
Windows / C-interface-binding / C Interface Binding
Platform
Documentation
Apryse’s PDF SDK ships with a powerful C API to bring accurate, reliable, and fast document reading, writing, editing, and printing capabilities to commercial applications. Using the Apryse C headers, you can bind the Apryse C library to other languages not directly supported by Apryse. You can see a list of supported languages and frameworks here .
Get started with a Go exampleThe Apryse SDK download package contains headers detailing the methods available in the C API which can be used as an interface for various other languages, including but not limited to Go, Rust and more. You can find these headers in the PDFNetC(64)/Headers/C
directory. Importing these headers into your project will allow you to use the Apryse API, but the method of importing the library differs from language to language.
Responsibility for creating or deallocating certain variables or chunks of memory depends on the function. The best way to learn about this is to look at:
All of these are contained in the Headers
folder of the package.
Get the answers you need: Support