• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

Yummi

Member
Mar 11, 2004
63
1
Madagascar
✟22,690.00
Faith
Christian
I don't know if I can ask such things, if not please tell me and I'll remove.

I received some pdf files, very huge (5 - 9 Mb) and I want to reduce their size but I cannot reach an acceptable size for some of them. Some files which contain images can be reduced up to 70 Ko but some which contain only texts cannot be less than 1 Mb. I want to make them downloadable on my website but they are too huge.

Thanks !
 

Heathen Dawn

Gesta Dei per Francos
Aug 13, 2003
1,475
52
46
Israel
Visit site
✟1,922.00
Faith
Pagan
Marital Status
Single
PDF has a few mechanisms for reducing file size:

  • Flate compression
  • Tag compression
  • Font subsetting
  • Fast Web view

They’re all available on Acrobat, and at least one is available on other PDF makers (I use AFPL Ghostscript, and it has flate compression and font subsetting, but not the other two).

Flate compression: compresses the text and the fonts. A must-have.

Tag compression: available only in PDF 1.5 (Acrobat 6). If you use tagged PDF, tag compression cuts down the size substantially.

Font subsetting: embed only those characters of the font that are used in the document. Could be immensely space-saving if you have a lot of fonts.

Fast Web view: compaction for the purpose of previewing the PDF file in a browser.

In short, check the settings of your PDF creation software. Another tip: if your document uses the Base14 fonts (Times, Helvetica, Courier, ZapfDingbats or Symbol) then you can save space by not embedding them in the file, because those fonts are guaranteed to exist where a PDF viewer is installed.
 
Upvote 0