ok, here's the problem:
- the format of the vector graphics could be either SWF or SVG, which is up to me to choose
- the text can have about any font
- both text and graphics can be rotated and moved, and graphics can be scaled too
i considered doing this on clientside, which is flash player 9, using alivePDF, but 1. it does not support many fonts, 2. the code is really a little monolithic and unstructured, so i have no real clue, where to start hacking that in myself ...
so i thought, maybe do that on the server side ... so my question is, does anyone know of libraries/tools, that make this feasible in an easy way? i'd really not like to parse the traverse the vector-graphics and draw them into the PDF myself ...