Skip to content
/ qpdfjs Public
forked from LynxLine/qpdfjs

Desktop PDF Viewer based on Qt and PDF.JS technologies

License

Notifications You must be signed in to change notification settings

hf0035/qpdfjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qpdfjs

Codacy Badge Build status License: GPL v3

QPdfJs is a desktop application - Portable Document Format (PDF) viewer that is built with Qt and PDF.JS

Contributing

QPdfJs is an open source project and always looking for more contributors.

Getting Started

Getting the Code

To get a local copy of the current code, clone it using git:

$ git clone [email protected]:yshurik/qpdfjs.git
$ cd qpdfjs

Next, open qpdfjs.pro file in Qt Creator and complete the build or use qmake utility to generate Makefiles and build the QPdfJs with make command:

$ qmake qpdfjs.pro
$ make release

Usage

QPdfJs is simple desktop application. It can be excuted with command line arguments - list of qpdf files to be opened and shown.

$ qpdfjs file1.pdf file2.pdf

Screenshot

alt tag

About

Desktop PDF Viewer based on Qt and PDF.JS technologies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.5%
  • HTML 18.4%
  • JavaScript 18.3%
  • C++ 3.9%
  • QMake 0.9%