You are not logged in.
Pages: 1
Is there is a way, to put a vector based Backgroundimage (e.g. another pdf) into the pages of a generated pdf?
I found several posts pointing out that its nescesarry to handle it via Canvas, but if i would do that i need to convert my PDF to an image first, right?
http://synopse.info/forum/viewtopic.php?id=1145
Daniel.
Offline
It is a bitmap background by now.
If you want a vectorial background, you can just write it just after each AddPage.
You can add a feature request in http://synopse.info/fossil/reportlist if you need to add TMetaFile support in addition to bitmap background pictures.
Offline
Hi,
thanks for your awnser.
If you want a vectorial background, you can just write it just after each AddPage.
Can you give me another hint here? This means it is possible to handle vectorial backgrounds by page, how?
You can add a feature request in http://synopse.info/fossil/reportlist if you need to add TMetaFile support in addition to bitmap background pictures.
We could work with a per page solution right now.
Daniel.
Last edited by dschuch (2013-07-05 12:56:29)
Offline
Pages: 1