There are much better ways of flattening a form than by printing it via the PDF printer. This utility for example can help you with that task:
http://www.uvsar.com/projects/acrobat/flattener/
If you have Acrobat Pro then you can use a simple Action to flatten multiple files. Just have it execute the following JavaScript code:
this.flattenPages();