Skip to content

Commit 3e4608a

Browse files
committed
amended read me to include a previous
1 parent cdf4067 commit 3e4608a

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

ng-pdf.gif

1.39 MB
Loading

readme.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,27 @@
77

88
Integrate PDF files right into web pages.
99

10-
![]()
10+
![Angular PDF](ng-pdf.gif)
1111

1212
## Getting Started
1313

14-
**Dependencies** [AngularJS](http://angularjs.org/) and [PDFJS](http://mozilla.github.io/pdf.js/).
14+
1. install or copy over the file `dist/angular-pdf.min.js`
15+
16+
```
17+
bower install angular-pdf
18+
```
1519
16-
```
17-
bower install angular-pdf
18-
```
1920
20-
## Angular directive
21+
##Requirements
2122
22-
...
23+
1. [AngularJS](http://angularjs.org/)
24+
1. [PDFJS](http://mozilla.github.io/pdf.js/).
2325
24-
### Usage
26+
##Similar projects
2527
28+
1. [ng-pdfviewer](https://github.com/akrennmair/ng-pdfviewer)
2629
2730
28-
## Options
29-
30-
31-
32-
### Usage examples
33-
3431
##Credit
3532
3633
PDF example used is [Relativity: The Special and General Theory by Albert Einstein](http://www.gutenberg.org/ebooks/30155) as kindly organized and made available free by [Project Gutenberg](http://www.gutenberg.org/wiki/Main_Page).

0 commit comments

Comments
 (0)