PHP Classes

What is the best PHP save pdf to folder class?: Want to save FPDF report in a folder on the server

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP save pdf to fold...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP save pdf to folder class?

Edit

Picture of Ankur Veera by Ankur Veera - 4 years ago (2020-12-17)

Want to save FPDF report in a folder on the server

This request is clear and relevant.
This request is not clear or is not relevant.

+2

We have FPDF reports configured and wants to convert to a file and save it directly in a folder on the server. So please recommend me any package regarding to this.

Ask clarification

1 Recommendation

PHP PDF Table using FPDF: Generate PDF documents with tables displaying data

This class can generate PDF documents with tables displaying data.

It is an extension of the FPDF that takes arrays with data to display on the rows of a table and then it can generate a PDF document that displays the table on a page.

The class allows to configure the orientation of the table on the page. Other attributes can be set using functions of the FPDF base class.
This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Manuel Lemos by Manuel Lemos Reputation 26695 - 4 years ago (2020-12-20) Comment

You may want to try this PDF generation class based on FPDF. It seems you may just need to configure the output file name.

  • 1 Comment
  • 1. Picture of Stefan Kientzler by Stefan Kientzler package author package author - 4 years ago (2020-12-20) Reply

    Just use the method

    FPDF::output('F', '<fullpath>');
    

    to save the generated report at any path of your choice, where <fullpath> is the full path and filename of the report (can be relative to the current working directory or ansolute on your server)


Recommend package
: 
: