 |
ขอความช่วยเหลือ ด่วน!!! รวม pdf ให้อยู่ในหน้าเดียวกัน |
|
 |
|
|
 |
 |
|
Code (PHP)
<?php
include 'PDFMerger.php';
$pdf = new PDFMerger;
$pdf->addPDF('samplepdfs/one.pdf', '1, 3, 4')
->addPDF('samplepdfs/two.pdf', '1-2')
->addPDF('samplepdfs/three.pdf', 'all')
->merge('file', 'samplepdfs/TEST2.pdf');
//REPLACE 'file' WITH 'browser', 'download', 'string', or 'file' for output options
//You do not need to give a file path for browser, string, or download - just the name.
?>
https://pdfmerger.codeplex.com/
|
 |
 |
 |
 |
Date :
2016-07-13 13:37:24 |
By :
mr.win |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|