Create PDF-Generator.md

pull/436/head
nbrownie 4 years ago committed by GitHub
parent b47cf8261f
commit 5e2e270459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save