Recommend this page to a friend! |
All requests ![]() |
> | What is the best PHP save pdf to fold... | > | Request new recommendation | > | ![]() |
> | ![]() |
by Ankur Veera - 2 months ago (2020-12-17)
+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. |
0 |
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
- 2 months 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 | |
|