https://github.com/setasign/setapdf-demos
https://github.com/setasign/setapdf-demos
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/setasign/setapdf-demos
- Owner: Setasign
- Created: 2020-07-14T09:07:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T06:57:15.000Z (about 1 year ago)
- Last Synced: 2025-04-11T21:08:54.155Z (about 1 year ago)
- Language: PHP
- Size: 22.2 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.