An open API service indexing awesome lists of open source software.

https://github.com/setasign/setapdf-demos


https://github.com/setasign/setapdf-demos

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# SetaPDF-Demos

[This repository](https://github.com/Setasign/SetaPDF-Demos) hosts demos for all
[SetaPDF](https://www.setasign.com/products/) components.

During our build process they will be separated so that only the demos for a
specific component are shipped.

## How to run the demos

The easies way would be to simply start the build-in webserver of your local
PHP setup:

```
cd public
php -S localhost:8080
```

...and open [http://localhost:8080](http://localhost:8080) in your webbrowser.

Otherwise just copy the complete package onto a webserver and open the /public
folder in your browser.