I'm collecting large/huge EMF spool files, which are usually generated printing from CAD/CAM/GIS applications. Here are some restrictions:

1) Single page. It's always possible to print lots of pages to generate a huge spool file.

2) Recent version of applications. Old applications may just be silly in generating EMF spool file.

3) Real applications, real documents. It's always possible to copy/paste a medium complex page to generate a very complicated page.

4) EMF spool file, not raw printer data. emf.exe from www.fengyuan.com\download should be able to open EMF spool file.

I usually install a printer driver to LPT2, print to it, and then go to the spooler folder to harvest the EMF spool file (system32\spool\printers).

Thanks