o
odin.langpkg.dev
packages / library / OPR

OPR

8cb6592library

Odin Pdf Reader

MIT · updated 10 months ago

Odin Pdf Reader

Reading a PDF using the Odin Language Program.

This is a study case to learn how the PDF file formats works and how to handle this kind of format using Odin.

Build

-> odin build .

-> ./pdf_reader

Can run directly using

-> odin run .

Todos

  • implement a way to pass the file via argument

  • implemet for files that contains images

    • parse the content for images
  • implement for files with more than one page