mpdf删除不需要文件夹

时间:2016-01-05 17:13:19

标签: mpdf

对于我通过作曲家安装了mpdf 6的项目

composer require mpdf/mpdf

它工作得很好,但lib本身是我整个项目的十倍。有没有我可以摆脱的文件?例如,什么时候需要iccprofiles文件夹?或者ttfonts(因为我在HTML中使用自定义字体)?

谢谢!

Base-Mac:mpdf base$ du -shc .??* *
 12K    .DS_Store
4,0K    .gitattributes
144K    CHANGELOG.txt
8,0K    CREDITS.txt
 20K    LICENSE.txt
8,0K    README.txt
1,2M    classes
656K    collations
4,0K    composer.json
8,0K    compress.php
 28K    config.php
8,0K    config_fonts-distr-without-OTL.php
 12K    config_fonts.php
 16K    config_lang2fonts.php
8,0K    config_script2lang.php
 88K    font
 28K    graph.php
4,0K    graph_cache
 40M    iccprofiles
1,5M    includes
 12K    lang2fonts.css
4,0K    mpdf.css
1,2M    mpdf.php
 52K    mpdfi
504K    patterns
4,0K    progbar.css
6,9M    qrcode
4,0K    tmp
536K    ttfontdata
 87M    ttfonts
140M    total

1 个答案:

答案 0 :(得分:2)

对我有用的是:

  • 创建mpdf的缩小版本: http://mpdf1.com/manual/index.php?tid=406
  • 编辑config_fonts.php从$ this-> fontdata
  • 中删除不需要的内容
  • 从ttfonts中删除不需要的字体
  • 删除iccprofiles,因为我不使用此

    ......总共14M