Skip to content

VanDulti/pdf-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PdfIndexer

.NET

Publish & Deploy to Github Pages

Introduction

This is a simple tool to generate word indices for PDF files. The indices can then be displayed in a table and downloaded in various ways & formats.

I created this project 1. because I needed a tool like this and 2. as a project for the course Software Development with C# at JKU.

What is a word index?

A word index is a list of words that appear in a document, along with the page numbers on which they appear. It is used to quickly find where a word appears in a document.

See Wikipedia

Why?

Sometimes, Ctrl+F is not available. Think of a document you want to read on paper, this project resembles a way to quickly find where a word appears in that document.

Tech Stack

  • .NET 8
  • Blazor WebAssembly
  • XUnit
  • Bootstrap
  • Water.css
  • Hosted on GitHub Pages (CI/CD via GitHub Actions)