Featured
-
Error message upon submitting quiz
I have a WordPress Quiz Master Next Plugin set up
by vipul.srivastava -
403 Error Unable to load the HTML Page
Hi, I have a issue in trying to access a page o
by gaurav.singh -
URL rewriting using .htaccess
Hi, I was trying to rewrite a URL in .htaccess
by gaurav.singh -
How to included a timer on a web page
hello all, I want to include a timer on a web pag
by manish.joshi -
Return To Merchant Error pay-pal
Hello Everyone, I am using the express check
by harish.dobal
Tags
fPDF version issue
i have used fpdf to merge pdf but in fpdf there are some limitations it supports only 1.4 version compatibility level with pdf. so i used ghost script which converts pdf 1.4+ versions into 1.4 version and also i used same command in different ser...
Edit Exisiting pdf using fpdi
Im using FPDI library for writing existing pdf file but my code is writing only 1 page ..why? please
require_once '../includes/fpdf/fpdf.php';
require_once '../includes/fpdf/fpdi.php';
$pdf = new FPDI();
$pageCount = $pdf->setSour...