ngx-extended-pdf-viewer
Advanced tools
Comparing version 0.9.3 to 0.9.4
{ | ||
"name": "ngx-extended-pdf-viewer", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"license": "Apache License V2", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -77,3 +77,5 @@ # ngx-extended-pdf-viewer | ||
```html | ||
<ngx-extended-pdf-viewer src="'assets/example.pdf'" useBrowserLocale="true"></ngx-extended-pdf-viewer>; | ||
<ngx-extended-pdf-viewer src="'assets/example.pdf'" | ||
useBrowserLocale="true"> | ||
</ngx-extended-pdf-viewer> | ||
``` | ||
@@ -83,3 +85,3 @@ | ||
Currently, the library is in a very early stage, so there's almost nothing to configure. | ||
Do you miss a configuration option? File an issue on the [project bug tracker](https://github.com/stephanrauh/ExploringAngular/tree/master/embedding-pdf). If the base library [pdf.js] supports the requested option, I'll probably add it. BTW, you can speed up the process by providing a code snippet telling me how to implement the feature. | ||
@@ -122,3 +124,5 @@ | _Attribute_ | _mandatory?_ | _default value_ | _description_ | | ||
```html | ||
<link rel="resource" type="application/l10n" href="https://www.example.com/locale/locale.properties"> | ||
<link rel="resource" | ||
type="application/l10n" | ||
href="https://www.example.com/locale/locale.properties"> | ||
``` | ||
@@ -133,3 +137,5 @@ | ||
```html | ||
<script type="application/l10n">{"default_locale":"de","locales":{"de": ... }}</script> | ||
<script type="application/l10n"> | ||
{"default_locale":"de","locales":{"de": ... }} | ||
</script> | ||
``` | ||
@@ -160,3 +166,3 @@ | ||
Have a look at https://github.com/stephanrauh/ngx-extended-pdf-viewer/blob/master/README.md | ||
Have a look at https://github.com/stephanrauh/ngx-extended-pdf-viewer/blob/master/README.md. That's a very long list of steps, but that shouldn't stop you. I've tried to jot down every single action as meticulously as possible. So chances are you can update the library to a newer version of Mozilla's pdf.js but just following all these steps. If you do, please consider going the extra mile and submitting a pull request to this project. | ||
@@ -186,1 +192,2 @@ ## License and Kudos | ||
| 0.9.3 | removed debug code | | ||
| 0.9.4 | improved the documentation | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11384121
188