We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, first i will like to thanks for this great script.
We am building app for my client and there is issue with uft8 support, currently regarding extended latin letters .
Can this be solved or we are doing something wrong ?
The text was updated successfully, but these errors were encountered:
If you are using HtmlOutput, your main html document might need to contain <meta charset="utf-8"/>.
HtmlOutput
<meta charset="utf-8"/>
Otherwise we will need to see some code to be able to help you. Feel free to re-open this issue with more information.
Sorry, something went wrong.
Hello, i am using tcpdf as output option. Here is my code
$tcPdf = new TCPDF('P', 'mm', 'A4', true, 'UTF-8'); $tcPdf->setPrintHeader(false); $tcPdf->setPrintFooter(false); $tcPdf->AddPage(); $output = new QrBill\PaymentPart\Output\TcPdfOutput\TcPdfOutput($qrBill, 'en', $tcPdf); $output->setPrintable(false)->getPaymentPart();
$tcPdf = new TCPDF('P', 'mm', 'A4', true, 'UTF-8');
$tcPdf->setPrintHeader(false);
$tcPdf->setPrintFooter(false);
$tcPdf->AddPage();
$output = new QrBill\PaymentPart\Output\TcPdfOutput\TcPdfOutput($qrBill, 'en', $tcPdf);
$output->setPrintable(false)->getPaymentPart();
No branches or pull requests
Hello, first i will like to thanks for this great script.
We am building app for my client and there is issue with uft8 support, currently regarding extended latin letters .
Can this be solved or we are doing something wrong ?
The text was updated successfully, but these errors were encountered: