Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davealdon/easy-pdf
When you just want your base64 PDF shown in a simple jQuery dialog.
https://github.com/davealdon/easy-pdf
base64 dialog javascript jquery pdf
Last synced: 8 days ago
JSON representation
When you just want your base64 PDF shown in a simple jQuery dialog.
- Host: GitHub
- URL: https://github.com/davealdon/easy-pdf
- Owner: DaveAldon
- Created: 2018-05-16T15:51:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T19:35:51.000Z (over 6 years ago)
- Last Synced: 2025-01-30T23:30:14.157Z (16 days ago)
- Topics: base64, dialog, javascript, jquery, pdf
- Language: JavaScript
- Homepage: https://davealdon.github.io/Easy-PDF/
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy-PDF
## Instructions
Requires the following dependencies:
```HTML```
Then just call:
```Javascript
easyPDF(base64, "Header Title of Dialog");
```
to get your PDF shown with some simple controls.## Development
Currently in order to get it to look a certain way you'll just have to fiddle with it directly with styling or changing the code itself
## Demo
Check it out in action here: https://davealdon.github.io/Easy-PDF/.## Troubleshooting
Make sure your base64 is properly formatted. If you're not sure, you can dump it into Notepad++ and convert it to a file, or download it by putting it in the decode window here: https://www.base64decode.org/ and if it doesn't have any issues then it will show.