magetrend/tcpdf-font
Composer 安装命令:
composer require magetrend/tcpdf-font
包简介
Change fonts directory
README 文档
README
This script is for PDF Invoice for Magento 2 extension: https://www.magetrend.com/magento-2-pdf-invoice
The script should be installed if:
- tcpdf processor is used
- printing PDFs isn't working
- and there is similar error message: Unable to generate PDF :( Warning: fopen(file:////***/vendor/tecnickcom/tcpdf/fonts/arial.z): failed to open stream: Read-Only filesystem
To install this script, run the following magento commands:
composer require magetrend/tcpdf-font
php bin/magento setup:upgrade;
php bin/magento setup:di:compile;
php bin/magento setup:static-content:deploy;
After installation, there is need to create a directory: MAGENTO_DIR/pub/media/tcpdf/ And you need to copy all the fonts from: MAGENTO_DIR/vendor/tecnickcom/tcpdf/fonts/ to MAGENTO_DIR/pub/media/tcpdf/fonts/ This directory has to be writtable.
统计信息
- 总下载量: 651
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-06-26