All Projects → CryFeiFei → Reader

CryFeiFei / Reader

Licence: gpl-3.0
Reader for PDF,use Qt5 and Poppler

Projects that are alternatives of or similar to Reader

Xi Qt
A Qt front-end for xi-editor. Experimental (WIP)
Stars: ✭ 85 (-4.49%)
Mutual labels:  qt, qt5
Linuxdeployqt
Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Stars: ✭ 1,287 (+1346.07%)
Mutual labels:  qt, qt5
Guitar
Git GUI Client
Stars: ✭ 1,136 (+1176.4%)
Mutual labels:  qt, qt5
Simpleqtlogger
Simple rolling file logger for Qt.
Stars: ✭ 60 (-32.58%)
Mutual labels:  qt, qt5
Otter Browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Stars: ✭ 1,289 (+1348.31%)
Mutual labels:  qt, qt5
Awesome Qt Qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Stars: ✭ 1,118 (+1156.18%)
Mutual labels:  qt, qt5
Lector
Qt based ebook reader
Stars: ✭ 1,218 (+1268.54%)
Mutual labels:  reader, qt
Spix
UI test automation library for QtQuick/QML Apps
Stars: ✭ 48 (-46.07%)
Mutual labels:  qt, qt5
Qtfm
Qt File Manager
Stars: ✭ 73 (-17.98%)
Mutual labels:  qt, qt5
Liszt
A personal organization software with a script engine for automation
Stars: ✭ 72 (-19.1%)
Mutual labels:  qt, qt5
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-40.45%)
Mutual labels:  qt, qt5
Borg Backup Gui
BORG BackUP GUI is a simple GUI for managing Borg backups. Currently I am developing some extensions.
Stars: ✭ 77 (-13.48%)
Mutual labels:  qt, qt5
Fqterm
Stars: ✭ 50 (-43.82%)
Mutual labels:  qt, qt5
Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (+0%)
Mutual labels:  qt, qt5
Candle2
GRBL control interface in Qt.
Stars: ✭ 50 (-43.82%)
Mutual labels:  qt, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+1192.13%)
Mutual labels:  qt, qt5
Mlde.d.moonlightde
Modular and Qt5 light new behavior desktop environment
Stars: ✭ 40 (-55.06%)
Mutual labels:  qt, qt5
Derpibooru Downloader
Downloads images from derpibooru.org using a variety of options
Stars: ✭ 45 (-49.44%)
Mutual labels:  qt, qt5
Kbbi Qt
KBBI Offline Remake with Qt
Stars: ✭ 68 (-23.6%)
Mutual labels:  qt, qt5
Examples
Learn to create a desktop app with Python and Qt
Stars: ✭ 1,196 (+1243.82%)
Mutual labels:  qt, qt5

Reader

Describe

pdf reader like adobeReader. use Qt5 and poppler-qt5

Compile

Requirements

  • QtVersion > 5.1
  • poppler-qt5

Win32

just run

git clone https://github.com/CryFeiFei/Reader.git

and then

  • open the Reader.pro by QtCreator(MinGW)

you can build it

Linux

Ubuntu

under Ubuntu14.04 Ubuntu16.04 Ubuntu18.04

just run

apt-cache search poppler-qt5

to search libpoppler-qt5-dev

sudo apt-get install pkg-config && libpoppler-qt5-dev

then,you can check up the dev package.

pkg-config --cflags poppler-qt5

other desktop

you should build the poppler-qt5 by yourself

https://poppler.freedesktop.org/

after build the poppler-qt5, you can use it like Reader.pro

unix: PKGCONFIG += poppler-qt5
unix: CONFIG += c++11 link_pkgconfig
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].