You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried many times but getting an error message:
Fatal error: Uncaught Error: Class "PDFMerger" not found in D:\xampp\htdocs\projects\test\pdfmerge\sample.php:4 Stack trace: #0 {main} thrown in D:\xampp\htdocs\projects\test\pdfmerge\sample.php on line 4
Testing on localhost
So please help me to fix this.
The text was updated successfully, but these errors were encountered:
// Instead of include
require_once('PDFMerger.php');
// Add this line for include the Class
use PDFMerger\PDFMerger;
// use the Class
$pdf = new PDFMerger;
I have tried many times but getting an error message:
Fatal error: Uncaught Error: Class "PDFMerger" not found in D:\xampp\htdocs\projects\test\pdfmerge\sample.php:4 Stack trace: #0 {main} thrown in D:\xampp\htdocs\projects\test\pdfmerge\sample.php on line 4
Testing on localhost
So please help me to fix this.
The text was updated successfully, but these errors were encountered: