How to convert a php output putting into a pdf?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • apssiva
    New Member
    • Feb 2011
    • 26

    How to convert a php output putting into a pdf?

    Hi,

    I want to convert the php output into a pdf. In that pdf, I want to display the output into 6 pages(split).
  • dgreenhouse
    Recognized Expert Contributor
    • May 2008
    • 250

    #2
    See the post on this page:

    Comment

    • apssiva
      New Member
      • Feb 2011
      • 26

      #3
      Is there any another way to display the output into pdf? For me no need to display the output in web page, I want to display the output into pdf file.

      Comment

      • dgreenhouse
        Recognized Expert Contributor
        • May 2008
        • 250

        #4
        You'd generate the pdf and store it in a file...

        There is no short cut; you'll have to do your homework; read the post I referenced above...

        Comment

        Working...