| Recommend this page to a friend! | 
| All requests  | > | What is the best PHP save pdf to fold... | > | Request new recommendation | > |  Featured requests | > |  No recommendations | 
 by Ankur Veera - 4 years ago (2020-12-17)
 by Ankur Veera - 4 years ago (2020-12-17)
| +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. | 
| +1 | 
 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.  by Stefan Kientzler
 by Stefan Kientzler  - 4 years ago (2020-12-20) Reply
  - 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 | |
|  |