I want to build a C++ tool to compress and decompress PDF files. Can someone please explain how I code this app? I want the app to compress and decompress PDF files that has text, images, and fonts. The app should be able to decompress the compressed file as well.
I was thinking of parsing the files and compressing them separately. However I am not sure how to approach the decompression.
1