PDF creation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Abhi

    PDF creation

    Hi!

    I know how to ouput PDF directly to the browser from PHP script, but is there any way to
    create a PDF file to the server harddisk from PHP?


    Abhi


  • ZeldorBlat

    #2
    Re: PDF creation


    Abhi wrote:[color=blue]
    > Hi!
    >
    > I know how to ouput PDF directly to the browser from PHP script, but is there any way to
    > create a PDF file to the server harddisk from PHP?
    >
    >
    > Abhi[/color]

    <http://www.php.net/pdf>
    <http://www.php.net/cpdf>
    <http://www.php.net/ps>

    Comment

    • Good Man

      #3
      Re: PDF creation

      "ZeldorBlat " <zeldorblat@gma il.com> wrote in
      news:1139236586 .590625.5430@z1 4g2000cwz.googl egroups.com:
      [color=blue]
      >
      > Abhi wrote:[color=green]
      >> Hi!
      >>
      >> I know how to ouput PDF directly to the browser from PHP script, but
      >> is there any way to create a PDF file to the server harddisk from
      >> PHP?
      >>
      >>
      >> Abhi[/color]
      >
      > <http://www.php.net/pdf>
      > <http://www.php.net/cpdf>
      > <http://www.php.net/ps>[/color]

      and http://www.fpdf.org/

      Comment

      • pjSoni

        #4
        Re: PDF creation

        Hi,

        Try to use ezpdf library

        Pls download from net.

        Regads
        Jatin

        Comment

        • Jasen Betts

          #5
          Re: PDF creation

          On 2006-02-06, Abhi <aak@starline.e e> wrote:[color=blue]
          > Hi!
          >
          > I know how to ouput PDF directly to the browser from PHP script, but is there any way to
          > create a PDF file to the server harddisk from PHP?[/color]

          You could use output buffering, ob_start() etc...

          Bye.
          Jasen

          Comment

          • frizzle

            #6
            Re: PDF creation


            Jasen Betts wrote:[color=blue]
            > On 2006-02-06, Abhi <aak@starline.e e> wrote:[color=green]
            > > Hi!
            > >
            > > I know how to ouput PDF directly to the browser from PHP script, but is there any way to
            > > create a PDF file to the server harddisk from PHP?[/color]
            >
            > You could use output buffering, ob_start() etc...
            >
            > Bye.
            > Jasen[/color]

            Good Man's option is a very good one, and extensively supported!

            Comment

            Working...