From e6619f30fc932252a972cc864cbf25c963a859d3 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Mon, 12 May 2014 11:33:07 -0700 Subject: [PATCH] Updated Setup PDF.js in a website (Windows) (mediawiki) --- Setup-PDF.js-in-a-website-(Windows).mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup-PDF.js-in-a-website-(Windows).mediawiki b/Setup-PDF.js-in-a-website-(Windows).mediawiki index edb6d52..e50f6f4 100644 --- a/Setup-PDF.js-in-a-website-(Windows).mediawiki +++ b/Setup-PDF.js-in-a-website-(Windows).mediawiki @@ -16,9 +16,9 @@ Then you can reach your Node.js server using the following URL: http://localhost:8888/web/viewer.html -You can test your own documents by placing them into the test directory and using an URL such as: +You can test your own documents by opening them with the Open File button in the toolbar or by placing your PDF file in `/web` and using a URL such as: - http://localhost:8888/test/your-test-file.pdf + http://localhost:8888/?file=your-test-file.pdf === Opening PDF files from your website ===