Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.