umikhan
Forum Replies Created
-
ok i will check please remind me, when it is released
deactivated now but still same
I have removed cached
it means this issue is not resolvable?
I cannot disable plugins because this is client’s running website
yes i am sharing it privately
- This reply was modified 5 years, 9 months ago by umikhan.
Forum: Plugins
In reply to: [wp-mpdf] Font and page sizeHello @kotam8211 @fkrauthan
we found a solution in order to change the font in the pdf.Here the example for us (SpaceGrotesk.ttf)
1. After putting font in ttf folder I called this font in config_fonts.php
plugins\wp-mdf\mpdf\config_fonts.php
“spacegrotesk” => array(
‘R’ => “SpaceGrotesk.ttf”,
‘useOTL’ => 0xFF,
‘useKashida’ => 75,
)2. then simply call font family in the css.
On the Page size we didnt work. So we cant help with that so far.
Our current challenge is now we can use the plugin in order to generate multiple PDFs with different templates. Maybe you have an idea there.- This reply was modified 5 years, 11 months ago by umikhan.