Skip to content
/ pdfc Public

A simple PDF viewer application built using C, GTK3 and Poppler.

License

Notifications You must be signed in to change notification settings

nhrx1337/pdfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDFC

📋 Overview

This project is a simple PDF viewer built using C, GTK3, and Poppler. It allows users to open and view PDF files with basic navigation features. The application is designed to be lightweight.

You can install dependencies on your system using the following commands:

Debian-based Systems

sudo apt-get install libgtk-3-dev libpoppler-glib-dev

Arch-based Systems

sudo pacman -S gtk3 poppler

📥 Installation

  1. Clone the repository:
git clone https://github.com/nhrx1337/pdfc.git
cd pdfc/
  1. Compile the application:
make

Or install the application:

sudo make install
  1. Run the application:
./pdfc <path/to/your/file.pdf>

or open directly:

./pdfc

If you installed the application, you can run it directly from the terminal without the ./ prefix.

❌ Uninstallation

sudo make uninstall

About

A simple PDF viewer application built using C, GTK3 and Poppler.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors