mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Improve the instructions for the 'hello world' example
This commit is contained in:
parent
f6c1c2361b
commit
70cba472e0
1 changed files with 12 additions and 6 deletions
|
@ -1,10 +1,16 @@
|
|||
## "Hello World" overview
|
||||
## Overview
|
||||
|
||||
This example is a minimalistic application of the PDF.js project. The file
|
||||
`helloworld.pdf` originates from the GNUpdf project and contains a simple and
|
||||
human-readable PDF.
|
||||
The "hello world" example is a minimalistic application of the PDF.js project.
|
||||
The file `helloworld.pdf` originates from the GNUpdf project and contains a
|
||||
simple and human-readable PDF.
|
||||
|
||||
## Getting started
|
||||
|
||||
Point your browser to `index.html`. Voila. Take a peek at `hello.js` to see
|
||||
how to make basic calls to `pdf.js`.
|
||||
Instead of simply opening `index.html` in a browser, you must serve the page
|
||||
using a web server. This can be done on your local machine without an internet
|
||||
connection. In the root directory of PDF.js, run `node make server` in a
|
||||
terminal. The example can then be viewed using the following URL:
|
||||
|
||||
`http://localhost:8888/examples/helloworld/index.html`
|
||||
|
||||
Take a look at `hello.js` to see how to make basic calls to PDF.js.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue