Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.
This repository was 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

@FelixHtoo

Description

@FelixHtoo
$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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions