Author: Rohan Barar
Date: 16/12/2023
- Install
exiftool.sudo dnf install perl-Image-ExifTool
- Install
qpdf.sudo dnf install qpdf
- Run the following command.
exiftool -all:all= input.pdf -o intermediate_output.pdf
- Run the following command.
qpdf --linearize intermediate_output.pdf final_output.pdf