Not outputting complex documents in cairo
LRN <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
I'v used cairo to draw some stuff, and it's great. Now i need to print it (or export it as PDF, which is just as well, or maybe some other form). However, making a document out of a drawing requires extra stuff that i don't draw with cairo (tables and other textual things) and i don't really want to do page layout all by myself. So i was thinking along the lines of making some kind of template using external applications (editors), and then just using PDF, SVG, or PS backend to output the drawn parts and use these (as well as some of the original data used in the drawing process) to fill out the empty spaces left in the template. What do you think? Is that the right way of doing things? What kind of template format would be the easiest to use for this? So far i was only able to think of HTML (use SVG backend to export the drawing, everything else is HTML/CSS; open with any browser and do anything you want) and SVG (use SVG backend to export the drawing, splice it into a template SVG file, fill out other parts of the SVG file with text; my SVG is rusty - how is it at handling text? Can it have multiple pages?). I don't know PDF or PS well enough to be able to work with them directly. -- O< ascii ribbon - stop html email! - www.asciiribbon.org -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo
signature.asc
(application/pgp-signature, 473 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWfI9VAAoJEOs4Jb6SI2Cwl/UH/1JZBBsP+Yss7rk4Oop5E5za k10vmlzijUFkPqF168E1AVqX09Iv5E5G4shPVXUpql/bb7Z8q/kCiDmVTTK2wrOY 0rGEvYQ5epDTqxGWFZDqdPn7ktZl0j0CYzcQnrnB5TUjtOXNInzDHomCRVzVuDry VKrjLinL1026ps5RK8WTRw5BzPy6PVeB8M/chUj0PXpyTSXVWi4EvkxgzUyT8xL6 HVJACxvhnLbRK42S6lHo2lsWnmw9KkQOwHlikg4RvXJL48eve3CPhdpqYlRlclw8 6JM8bzrdbRrVdwfmqNtLmlKK4/++GY6Lbxb7mPYXvqRO4cuK3sK2vL4yPI7aBhE= =+0vR -----END PGP SIGNATURE-----