|
Posted by Aaron Saray on 09/04/07 22:23
On Sep 3, 8:55 am, the DtTvB <mechako...@gmail.com> wrote:
> Pragnesh wrote:
> > On Aug 16, 7:02 am, chandoo <vamsi.chan...@gmail.com> wrote:
> > > Is there any chance of converting, php files into pdf dynamically,i
> > > need it urgently,can any body help me!
> > > With snippets of code or by url or by sending files?
> > > thank u with Regards.............
>
> > hi u got any solution for it??
> > i also need the same help..........
>
> > thanks
>
> > Pragnesh
>
> Read about the PDF <http://php.net/pdf> functions, or you can try
> FPDF. <http://www.fpdf.org/>
>
> - the DtTvB
Are you trying to display the CONTENT of the php file to a PDF using
PHP? If so, you might try using the highlight_file() or equivalent
function and then piping it to one of the above PDF libraries.
[Back to original message]
|