Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

When PDFMerge, merged file name not showing correctly for Japanese Fonts #17

Open
FelixHtoo opened this issue Jan 15, 2020 · 0 comments

Comments

@FelixHtoo
Copy link

$pdfMerger = new PDFMerger();
$pdfMerger->addPDF($public->path($path1), 'all');
$pdfMerger->addPDF($public->path($path2), 'all');
$pdfName = '例名';
$pdfMerger->merge("download", $pdfName);

Download Pdf Name is showing weird characters...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant