Hi,
I have a dynamic page with graphics on and info etc. I want to create either an image or a PDF copy of this page on the fly. Does anyone now the best way to do this or if it is possible?
Thanks in advance, David
If you are want to create on-fly image you can use GD-library (PHP extension) or ImageMagic(for PHP - MagicWand) library what are very usefull too.
For PDF try look for CPDF library.