I am a Quantum GIS beginner. I have a set of adjacent polygons in a vector layer that is overlaid on a raster layer of OS StreetView OpenData. I want to be able to select each of these polygons and separately export it as an image file (JPEG, PNG, whatever).
In the final image, I do not want any fill colour inside the polygon, but I would like the area immediately surrounding the polygon to appear filled (perhaps with diagonal lines), to clearly mark the boundary.
What is the easiest way I can achieve this with QGIS?
Thanks.
UPDATE: The mapbook plugins highlighted by Darren Cope provide a neat way for me to export the polygons in bulk, which is one major part of the solution. However, the other part of the problem still remains. I need to find a way to shade/fill the area outside each polygon.
I am wondering whether it would be possible to programatically create a polygon layer mask on-the-fly for each polygon, using something like Vector -> Difference.
Any guidance appreciated.