/pdf-explorer

Search your PDF document collection

Primary LanguagePHPMIT LicenseMIT

pdf-explorer

List all pdf files inside a directory in a html table view

About

The idea behind this small project was to implement a simple way to search a collection of PDF files in the web browser.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Requirements

Deployment

  • Clone the project

  • Install the project dependencies listed in bower.json

  bower install
  • Define the path to your PDF files directory in config.php
  <?php

  define('PATH', 'pdf_files');
  • Run the PHP built-in web server
  cd pdf-explorer
  php -S localhost:8000

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details