A better way to do it would be to only have the graphical components of the page as images (SVG, by choice), and position the text and graphics appropriately on the page (absolute positioning is the whole reason for using fixed layout). It's a lot more work, but you'll end up with a file which is a manageable size.
|