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:
sudo apt-get install libgtk-3-dev libpoppler-glib-devsudo pacman -S gtk3 poppler- Clone the repository:
git clone https://github.com/nhrx1337/pdfc.git
cd pdfc/- Compile the application:
makeOr install the application:
sudo make install- Run the application:
./pdfc <path/to/your/file.pdf>or open directly:
./pdfcIf you installed the application, you can run it directly from the terminal without the ./ prefix.
sudo make uninstall