You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python application that compresses and decompresses PDF files using Huffman coding. It reads PDF files in binary, builds a frequency-based Huffman tree, encodes the data efficiently, and allows lossless reconstruction of the original PDF.