Jump to content

PDF ג'יבריש בקבצי


directory

Recommended Posts

ישנה בעיה עם קבצי PDF דרך המערכת.

לא רואים עברית.

 

שאלתי ב BUG TRUCKER איך לפתור את בעיית העברית והפנו אותי ל iso code 1255

בתוך ה admin panel:

back office > tools > order

שיניתי ל cp-1255, עדיין אותה התקלה.

 

האם יש פתרון לבעיית העברית ?

Link to comment
Share on other sites

  • 4 months later...
  • 3 weeks later...

את הרחבות-PDF M4 לחלוטין לפתור את הבעיה עם אחר מאשר גופנים לטיניים. חשבוניות בעברית הם לא הבעיה כמו כל החשבוניות נוצרים בקידוד UTF-8 עם גופן ממוזג לתוך.

 

The M4 PDF Extensions completely solve problem with other than Latin fonts. Hebrew invoices are no problem as all invoices are created in UTF-8 encoding with embeded font.

Link to comment
Share on other sites

  • 4 months later...

שלום לכולם

פתרון חינמי ופשוט לבעיית

PDF

שיציג פונט בעיברית

 

פתרון זה הוא לגרסה 1.5 שמגיע עדיין בג'בריש ????

 

גשו ל

/prestashop/override/classes/pdf/PDFGenerator.php -

הוא נראה כך

 

 

<?php

class PDFGenerator extends PDFGeneratorCore

{

}

 

:שנו אותו אחד לאחד לקוד הזה

 

 

<?php

class PDFGenerator extends PDFGeneratorCore

{

public function setFontForLang($iso_lang)

{

$this->setFont('freeserif');

}

}

 

 

הבעייה נפתרה

 

בהצלחה !!!

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...