Questions tagged [bangla-font]

21 questions
0
votes
0 answers

How am I able to write Bangla without using UTF-8?

My HTML code:

আমার নাম ফারহান

Output Even though I commented out I can still write in Bangla. How…
truth313
  • 21
  • 5
0
votes
0 answers

Rdlc report missing few charecter of ansi font "sutonnyMj" after upgrading framework 3.5 to 4.61

I'm new in programming. Few part(certain characters) of ansi font "SutonnyMJ" is Missing in report viewer. while exported TO "Word" or "Excel" the missing part is recovered on exported files . Issue exists even after printing using report viewer.If…
0
votes
1 answer

Bangla words are broken while writing in a PDF file

I am generating a PDF file from CSV file. While I tried to write BANGLA language it just broke the words. Here is my code: from fpdf import FPDF pdf = FPDF(orientation='L', unit='mm',…
asif abdullah
  • 250
  • 3
  • 16
0
votes
0 answers

I need to count bangla and english letters from a text-area

I'm counting character using something.length of java script function. For bangla character it counts wrongly. Like what online character counter counts 325 it counts 313.For example: "#NAME#কে সিলেক্ট করার জন্য ধন্যবাদ। প্রেসক্রিপশনটি ফোনে পেতে…
0
votes
1 answer

How to use bangla font when Generating pdf using Mpdf (Laravel)

I am trying to write Bengoli in my pdf which i am generating by MPDF library. $mpdf = new \Mpdf\Mpdf([ 'margin_top'=>10, 'margin_buttom'=>10, ]); there is no errors , external fonts which i am trying…
Shiba Das
  • 350
  • 4
  • 12
0
votes
0 answers

Bangla Font showing mismatch - Laravel Dompdf

I am using Laravel Dompdf to generate PDF. Use Kalpurush font for Bangla text. Everything working well but text showing mismatch into PDF view. Lets example:Text should be আমি comes out like আ ম ি . I don't know how can solve this problem. Already…
raihan
  • 2,225
  • 4
  • 14
  • 19
1
2