Сообщение  Alex Keda » 2021-01-28 11:34:51  
			это статья, фильтр по платёжным системам сделайте. может со шрифтами поиграться чтоб влезло
--
может шрифтов каких не стоит? webfonts, как минимум
Код: Выделить всё
manager# pkg info | grep -i font
dejavu-2.37_1                  Bitstream Vera Fonts clone with a wider range of characters
encodings-1.0.5,1              X.Org Encoding fonts
font-bh-ttf-1.0.3_4            X.Org Bigelow & Holmes TTF font
font-misc-ethiopic-1.0.4       X.Org miscellaneous Ethiopic font
font-misc-meltho-1.0.3_4       X.Org miscellaneous Meltho font
font-util-1.3.2                Create an index of X font files in a directory
fontconfig-2.13.92_2,1         XML-based font configuration API for X Windows
freetype2-2.10.4               Free and portable TrueType font rendering engine
gsfonts-8.11_8                 Standard Fonts for Ghostscript
ja-font-ipa-00303_7            IPA Japanese fonts
ja-font-mplus-ipa-1.0.20060520.p1_6 Mixed Japanese font with IPA, M-plus outline, and Bitstream Vera
ja-font-std-0.0.20191230       Japanese Standard Fonts
libXft-2.3.3                   Client-sided font API for X applications
libfontenc-1.1.4               The fontenc Library
mkfontscale-1.2.1              Creates an index of scalable font files for X
t1lib-5.1.2_5,1                Type 1 font rasterization library for Unix/X11
webfonts-0.30_14               TrueType core fonts for the Web
woff2-1.0.2_4                  Library and converter tools for the WOFF 2.0 web font format
xorg-fonts-truetype-7.7_1      X.Org TrueType fonts
zh-arphicttf-2.11_6            Four Chinese Big5/GB TrueType fonts made by Arphic Technology
zh-font-std-0.0.20090602       Chinese Standard Fonts
manager# 
--
а вобще странно, отступы-то в либе есть: hosts/billing/system/libs/WkHtmlToPdf.php
Код: Выделить всё
$Command = SPrintF("wkhtmltopdf --allow %s --margin-left 20mm --margin-top 20mm --margin-right 20mm --margin-bottom 20mm --encoding utf-8 --custom-header 'meta' 'charset=utf-8' %s %s -",$Tmp,$Mode,$Path);
как вариант - скопируйте либу к себе в hosts/__ИМЯ_САЙТА__/system/libs/WkHtmlToPdf.php и подправьте в ней отступы
но, насколько я помню, меньше 20мм у меня проблемы были какие-то, оно не на пустом месте
это статья, фильтр по платёжным системам сделайте. может со шрифтами поиграться чтоб влезло
--
может шрифтов каких не стоит? webfonts, как минимум
[code]manager# pkg info | grep -i font
dejavu-2.37_1                  Bitstream Vera Fonts clone with a wider range of characters
encodings-1.0.5,1              X.Org Encoding fonts
font-bh-ttf-1.0.3_4            X.Org Bigelow & Holmes TTF font
font-misc-ethiopic-1.0.4       X.Org miscellaneous Ethiopic font
font-misc-meltho-1.0.3_4       X.Org miscellaneous Meltho font
font-util-1.3.2                Create an index of X font files in a directory
fontconfig-2.13.92_2,1         XML-based font configuration API for X Windows
freetype2-2.10.4               Free and portable TrueType font rendering engine
gsfonts-8.11_8                 Standard Fonts for Ghostscript
ja-font-ipa-00303_7            IPA Japanese fonts
ja-font-mplus-ipa-1.0.20060520.p1_6 Mixed Japanese font with IPA, M-plus outline, and Bitstream Vera
ja-font-std-0.0.20191230       Japanese Standard Fonts
libXft-2.3.3                   Client-sided font API for X applications
libfontenc-1.1.4               The fontenc Library
mkfontscale-1.2.1              Creates an index of scalable font files for X
t1lib-5.1.2_5,1                Type 1 font rasterization library for Unix/X11
webfonts-0.30_14               TrueType core fonts for the Web
woff2-1.0.2_4                  Library and converter tools for the WOFF 2.0 web font format
xorg-fonts-truetype-7.7_1      X.Org TrueType fonts
zh-arphicttf-2.11_6            Four Chinese Big5/GB TrueType fonts made by Arphic Technology
zh-font-std-0.0.20090602       Chinese Standard Fonts
manager# 
[/code]
--
а вобще странно, отступы-то в либе есть: hosts/billing/system/libs/WkHtmlToPdf.php
[code]$Command = SPrintF("wkhtmltopdf --allow %s --margin-left 20mm --margin-top 20mm --margin-right 20mm --margin-bottom 20mm --encoding utf-8 --custom-header 'meta' 'charset=utf-8' %s %s -",$Tmp,$Mode,$Path);
[/code]
как вариант - скопируйте либу к себе в hosts/__ИМЯ_САЙТА__/system/libs/WkHtmlToPdf.php и подправьте в ней отступы
но, насколько я помню, меньше 20мм у меня проблемы были какие-то, оно не на пустом месте