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
return [ 'components' => [ ... 'response' => [ 'formatters' => [ 'pdf' => [ 'class' => 'robregonm\pdf\PdfResponseFormatter', _
_'mode' => 'zh-CN', // 这里是需要修改的部分。
__ 'format' => 'A4', // Optional but recommended. http://mpdf1.com/manual/index.php?tid=184 'defaultFontSize' => 0, // Optional 'defaultFont' => '', // Optional 'marginLeft' => 15, // Optional 'marginRight' => 15, // Optional 'marginTop' => 16, // Optional 'marginBottom' => 16, // Optional 'marginHeader' => 9, // Optional 'marginFooter' => 9, // Optional 'orientation' => 'Landscape', // optional. This value will be ignored if format is a string value. 'options' => [ // mPDF Variables // 'fontdata' => [ // ... some fonts. http://mpdf1.com/manual/index.php?tid=454 // ] ] ], ] ], ... ], ];
The text was updated successfully, but these errors were encountered:
没有用啊 'response' => [ 'formatters' => [ 'pdf' => [ 'class' => 'robregonm\pdf\PdfResponseFormatter', 'mode' => 'zh-CN', // Optional 'format' => 'A4', // Optional but recommended. http://mpdf1.com/manual/index.php?tid=184 'defaultFontSize' => 0, // Optional 'defaultFont' => '', // Optional 'marginLeft' => 15, // Optional 'marginRight' => 15, // Optional 'marginTop' => 16, // Optional 'marginBottom' => 16, // Optional 'marginHeader' => 9, // Optional 'marginFooter' => 9, // Optional 'orientation' => 'Landscape', // optional. This value will be ignored if format is a string value. ], ] ],
'response' => [ 'formatters' => [ 'pdf' => [ 'class' => 'robregonm\pdf\PdfResponseFormatter', 'mode' => 'zh-CN', // Optional 'format' => 'A4', // Optional but recommended. http://mpdf1.com/manual/index.php?tid=184 'defaultFontSize' => 0, // Optional 'defaultFont' => '', // Optional 'marginLeft' => 15, // Optional 'marginRight' => 15, // Optional 'marginTop' => 16, // Optional 'marginBottom' => 16, // Optional 'marginHeader' => 9, // Optional 'marginFooter' => 9, // Optional 'orientation' => 'Landscape', // optional. This value will be ignored if format is a string value. ], ] ],
Sorry, something went wrong.
No branches or pull requests
return [
'components' => [
...
'response' => [
'formatters' => [
'pdf' => [
'class' => 'robregonm\pdf\PdfResponseFormatter',
_
__
'format' => 'A4', // Optional but recommended. http://mpdf1.com/manual/index.php?tid=184
'defaultFontSize' => 0, // Optional
'defaultFont' => '', // Optional
'marginLeft' => 15, // Optional
'marginRight' => 15, // Optional
'marginTop' => 16, // Optional
'marginBottom' => 16, // Optional
'marginHeader' => 9, // Optional
'marginFooter' => 9, // Optional
'orientation' => 'Landscape', // optional. This value will be ignored if format is a string value.
'options' => [
// mPDF Variables
// 'fontdata' => [
// ... some fonts. http://mpdf1.com/manual/index.php?tid=454
// ]
]
],
]
],
...
],
];
The text was updated successfully, but these errors were encountered: