-
1. Re: PDF Forms File Size are bigger than expected
radzmar Jul 3, 2014 1:54 AM (in response to Magus069)Hi,
the reasons for big files generally are embedded fonts and images.
In forms with default fonts like Arial or Myriad Pro it doesn't make sense to embed the fonts as Reader/Acrobat have this fonts already and don't need it to be embedded.
Only Arial needs about 450KB in a form.
If you use images then don't embed them, because this means they get stored as base64-encoded string into the XML source instead of a flate-encoded stream into the PDF.
Base64 is very clumsy and needs more space.
-
2. Re: PDF Forms File Size are bigger than expected
Magus069 Jul 3, 2014 11:28 AM (in response to radzmar)Thank you beaucoup!
There's a huge difference, I had Brush Script MT + Arial in some of my forms and once I changed it all for Myriad Pro it dropped from 1254 Kb to 398 Kb.
Thanks for the advice, I'm glad to see that is only the font which is making the difference!
Thanks again.


