PDFSubscribe to RSS - PDF

Displaying PDF files with PDF.js library

Introduction

The PDF.js library is a great open source tool created by the developers community and supported by Mozilla. It's main purpose is to display PDF files. You can display files on the canvas or use a sample viewer that converts PDF documents into DOM elements. You can also write your own viewer. In this article, we will show how to create a simple PDF viewer using canvas and PDF.js.

PDF Reader

Overview

This Article demonstrates displaying PDF file on the Web Page. All the data and code is taken from open source library pdf.js.

PDF Reader Application

Now a days most of the books are available in soft copies. SmartPhone PDF Reader allows user to read the books or PDF based documents without using standard applications like Acrobat Reader ..etc. In this article mozilla based PDF.js library is used. Few lines of codes has been changed to work in Tizen Framework. For more details download the attached source code.