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

https://github.com/yuriytkach/stream-28-demo-app

Demo application for online YouTube stream #28
https://github.com/yuriytkach/stream-28-demo-app

demo-app dynamicreports pdf youtube-stream

Last synced: 7 months ago
JSON representation

Demo application for online YouTube stream #28

Awesome Lists containing this project

README

          

# Demo Project for Online Stream #28 - PDF Reports in Java
Demo project for online stream #28 about using generating PDF reports with Java.

## Access to Online Stream on YouTube

To get a link to online stream on YouTube please do the following:

- :moneybag: Make any donation to support my volunteering initiative to help Ukrainian Armed Forces by means described on [my website](https://www.yuriytkach.com/volunteer)
- :email: Write me an [email](mailto:me@yuriytkach.com) indicating donation amount and time
- :tv: I will reply with the link to the stream on YouTube.

Thank you in advance for your support! Слава Україні! :ukraine:

## Running the Demo
Please, compile and run the demo project. You can use provided gradle script:
```shell
./gradlew bootRun
```

After that click on one of the following URLs to get a report:
- In PDF: http://localhost:8080/report or http://localhost:8080/report?type=PDF
- In JPG: http://localhost:8080/report?type=JPG
- In DOCX: http://localhost:8080/report?type=DOCX

### Reference Documentation
For further reference, please consider the following sections:

* [DynamicReports Library Documentation](https://dynamicreports.readthedocs.io/en/latest/)
* [DynamicReports Library GitHub](https://github.com/dynamicreports/dynamicreports)
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.0.2/gradle-plugin/reference/html/)
* [Spring Web](https://docs.spring.io/spring-boot/docs/3.0.2/reference/htmlsingle/#web)

### Guides
The following guides illustrate how to use some features concretely:

* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)