Generic build of PDF.js library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
FAREAST\wenxh 585cd933b7 Fix the helloworld example by setting the PDFNetworkStream class (PR 8712 follow-up) 8 years ago
..
README.md Convert all `node make` instances to `gulp` 9 years ago
hello.js Fix the helloworld example by setting the PDFNetworkStream class (PR 8712 follow-up) 8 years ago
helloworld.pdf Moved helloworld/ to examples/helloworld/ 14 years ago
index.html Replaces RequireJS to SystemJS. 8 years ago

README.md

Overview

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

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 gulp 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.