I have a pdf of filesize 7.5MB and pages 4000
I wanted to add pagenumber at the bottom. So i have another blank pdf of pages 4000 with only pages numbers at the bottom. Its filesize 2MB
Now using pdftk option multistamp i am adding page number to the bottom
pdftk file_without_pagenumbers.pdf multistamp only_pagenumbers.pdf output file_with_pagenumbers.pdf
The file size of file_with_pagenumbers.pdf is 11MB. The file size increased almost 4MB for adding page numbers.
I feel the amount of text added due to pagenumbers will not be more than 0.5MB worth. i.e 1 to 4000 numbers may be another 10 pages of text.
So for additional 10 pages of text, increase of 4MB filesize looks unreasonable for me
Can any one help me how to reduce file size after multistamp while using pdftk