28 Sep
2009
28 Sep
'09
3:06 a.m.
I have a real use case!
I am working on a stickers album. It has around 20 pages. In each pair of pages I want to have a single picture in the whole backgroud. So, I have several SVGs, such as pages1and2.svg pages3and4.svg, and so on.
When printing, though, I need to export the pages as they will be printed on paper. That means, half of the paper will have page 1 and the other half will have the last page.
This seems to be a common case for magazines and most of the multipage content for printing.
Another issue is that very often, pages have a common base layout (such as decorative margins, headers and page numbers). It would be awesome if we could provide a templating system (based on clones, perhaps?) for that.
Felipe "Juca" Sanches