Hi All!
My systems are currently using NovaPDF to create pdf reports from my systems. The NovaPDF print driver is set at 300 dpi resolution.
Using a simple 2 page generated report using the NovaPDF print driver, the report ended up being 4k in size on the hard drive.
When I take the same report (2 pages) and use magick to append two wmf files into a pdf the output is 484k in size.
What are the magick options I should use to have multiple wmf files converted into a single pdf file with the least filesize but still retain the pdf dpi setting of 300 dpi?
8.5 x11 multi-page reports, sometimes colors are on the reports.
Thanks for your help!
File size control from wmf files to pdf
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: File size control from wmf files to pdf
WMF (Windows Meta File) are usually vector images, so they contain text and shapes. IM is a raster image processor, so it makes raster (pixel) images.
If you want to make vector PDFs from WMF, you need some other tool. Perhaps Inkscape?
If you want to make vector PDFs from WMF, you need some other tool. Perhaps Inkscape?
snibgo's IM pages: im.snibgo.com