Jump to content

export page

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
hey guy i have a prob here lol

i have a trainers program that im doing (web bassed)

now they creat training programs with little pics on them to show what to do..

now i want to be able tosend that graph by email..

so i was thinking to make a script that can export the page as pdf or something then store it in a temp folder for the client to download..

is this possible?i have a linux server

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
This PEAR :: Package :: File_PDF package from PEAR will allow you to generate a pdf using only php.

#3
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
how does this work ?when i download it it is an file?that i can't open?

#4
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
ever mess arround with fpdf?

or dompdf?

Edited by WingedPanther, 16 January 2009 - 04:42 PM.
Double post


#5
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts

techker said:

how does this work ?when i download it it is an file?that i can't open?
It is a PEAR extension, you will first need to know how to use that.

techker said:

ever mess arround with fpdf?

or dompdf?

No, never heard of them.