parent
b47cf8261f
commit
5e2e270459
@ -0,0 +1,32 @@
|
|||||||
|
# PDF Generator
|
||||||
|
|
||||||
|
**Tier:** 2-Intermediate
|
||||||
|
|
||||||
|
Allow users to generate PDFs.
|
||||||
|
<br>
|
||||||
|
A web based service where the user uploads a file and the program returns a PDF of the file.
|
||||||
|
|
||||||
|
## User Stories
|
||||||
|
|
||||||
|
- [ ] User can upload an html-file that will appear
|
||||||
|
- [ ] User can upload an text-file that will appear
|
||||||
|
- [ ] User can upload an ppt-file that will appear
|
||||||
|
- [ ] User can click a button to convert the file to a pdf-file
|
||||||
|
- [ ] User can download the resulting pdf-file
|
||||||
|
|
||||||
|
## Bonus features
|
||||||
|
|
||||||
|
- [ ] User can load an file from a webresource e.g. "https:/example.com/file.docx"
|
||||||
|
- [ ] User can rotate the file before the pdf is generated
|
||||||
|
- [ ] User can send the pdf via email
|
||||||
|
|
||||||
|
## Useful links and resources
|
||||||
|
|
||||||
|
You could use this API: [pdfgeneratorapi.com](https://pdfgeneratorapi.com/).
|
||||||
|
<br>
|
||||||
|
Several [npm-libraries](https://www.npmjs.com/search?q=pdf) for exporting to pdf .
|
||||||
|
|
||||||
|
## Example projects
|
||||||
|
|
||||||
|
- [PDF Converter by yeokm1](https://github.com/yeokm1/docs-to-pdf-converter)
|
||||||
|
- [HTML to PDF converter by marcbachmann](https://github.com/marcbachmann/node-html-pdf)
|
Loading…
Reference in new issue