Generating PDF

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

    Generating PDF

    Hi,

    I'd like to generate PDF files from my Php website.
    I've found PDFLib to make it... but i'd like to have your views.

    It is the best I can find ?
    Are there any other PDF generating lib ?
    Is there a totally free PDF generating lib ?

    Thanks in advance,

    --
    paul


  • Marian Heddesheimer

    #2
    Re: Generating PDF

    On Sat, 12 Jun 2004 19:45:06 +0200, "paul" <paul@nospam.or g> wrote:
    [color=blue]
    >Is there a totally free PDF generating lib ?[/color]

    www.fpdf.org for starters ;-)

    I think there exists another free pdf-classlib which is even more
    powerfull, but I had good experience with fpdf.

    Regards

    Marian

    --
    Tipps und Tricks zu PHP, Coaching und Projektbetreuun g
    Da ich mich seit einiger Zeit aus der Programmierung von Websites zurückgezogen habe, sind meine Tutorials und Schulungsinhalte nicht mehr länger verfügbar, da sie inzwischen veraltet sind.

    Comment

    • paul

      #3
      Re: Generating PDF

      > www.fpdf.org for starters ;-)[color=blue]
      >
      > I think there exists another free pdf-classlib which is even more
      > powerfull, but I had good experience with fpdf.
      >[/color]

      Powerful & free... great !
      Thank you very much !

      --
      paul


      Comment

      • A-B C.

        #4
        Re: Generating PDF

        paul wrote:
        [color=blue]
        > Hi,
        >
        > I'd like to generate PDF files from my Php website.
        > I've found PDFLib to make it... but i'd like to have your views.
        >
        > It is the best I can find ?
        > Are there any other PDF generating lib ?
        > Is there a totally free PDF generating lib ?
        >
        > Thanks in advance,
        >
        > --
        > paul[/color]

        Take a look at www.fpdf.org. We've had great results with it. If you want to
        see just how complex you can get with fpdf go to http://www.jaya123.com, log
        into DEMO (no personal info required) and click on Reports and look at some.

        Al

        ***
        JAYA123 - the new web-based total-office system for the
        small biz. Order entry, billing, bookkeeping, etc. for $14.95
        a month. Everyone says "It's cool as a moose!!"
        See why at:http://www.jaya123.com ('ja-eye-ah' means
        'victory' in Sanskrit.)
        ***

        Comment

        • paul

          #5
          Re: Generating PDF

          > Take a look at www.fpdf.org. We've had great results with it. If you want
          to[color=blue]
          > see just how complex you can get with fpdf go to http://www.jaya123.com,[/color]
          log[color=blue]
          > into DEMO (no personal info required) and click on Reports and look at[/color]
          some.[color=blue]
          >
          > Al
          >
          > ***
          > JAYA123 - the new web-based total-office system for the
          > small biz. Order entry, billing, bookkeeping, etc. for $14.95
          > a month. Everyone says "It's cool as a moose!!"
          > See why at:http://www.jaya123.com ('ja-eye-ah' means
          > 'victory' in Sanskrit.)
          > ***
          >[/color]

          Thank you for your infos :-)

          --
          paul


          Comment

          • cure

            #6
            Re: Generating PDF

            [color=blue]
            > Take a look at www.fpdf.org. We've had great results with it. If you want[/color]
            to[color=blue]
            > see just how complex you can get with fpdf go to http://www.jaya123.com,[/color]
            log[color=blue]
            > into DEMO (no personal info required) and click on Reports and look at[/color]
            some.[color=blue]
            >[/color]

            have the fpdf library function to import existing pdf for change it as a
            template ?

            Thanks - Antony



            Comment

            • A-B C.

              #7
              Re: Generating PDF

              cure wrote:
              [color=blue]
              > have the fpdf library function to import existing pdf for change it as a
              > template ?
              >
              > Thanks - Antony[/color]


              No. It has been asked before on the fpdf forum and TTTBOMK youcan't do this
              with the existing fpdf set of classes.

              However check the FAQ of www.fpdf.org as maybe this limitation has changed.
              Actually, I don't know of any set of pdf classes that will let you do this.
              Did you try PDFlib (or something like that)? Maybe that product will do what
              you want.... although it is not open source and there would be some kind of a
              fee to be paid I believe.

              Al C.
              Adams-Blake Company, Inc.
              ***
              JAYA123 - the new web-based total-office system for the
              small biz. Order entry, billing, bookkeeping, etc. for $14.95
              a month. Everyone says "It's cool as a moose!!"
              See why at:http://www.jaya123.com ('ja-eye-ah' means
              'victory' in Sanskrit.)
              ***

              Comment

              Working...