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 - 3 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.

+1

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 recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of Manuel Lemos by Manuel Lemos Reputation 23650 - 3 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 - 3 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
: 
: