1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Demo code
<div class="banner intro">
<div class="default-text"></div>
<div class="vendor-logo gs-logo"></div>
<div class="vendor-logo c-sharp-logo"></div>
<div class="vendor-logo java-logo"></div>
<div class="vendor-logo python-logo"></div>
</div>
## About
Please locate the `demos` folder in your `ghostpdl` source code download from the [GhostPDL repository] to find sample code demonstrating the language bindings in action.
[Ghostscript releases]: https://ghostscript.com/download/gpdldnld.html
[GhostPDL repository]: https://github.com/ArtifexSoftware/ghostpdl
|