Questions tagged [bangla-font]
21 questions
4
votes
0 answers
The letters of Unicode Bangla Avro Phonetic gets interchanged after writing in a cell in pyfpdf using python. What is the solution?
I have tried to write Bangla font to create a pdf file using pyfpdf in python. I have written the bangla word using Unicode Avro Bangla Phonetic Font. But when I use pdf.cell command to write the bangla word in the pdf file, the letters in the word…

Ishtiaque
- 41
- 3
4
votes
1 answer
Show Bangla font properly on pdf file generated from Java project
I am working on a porject based on Java, Spring, Hibernate, Thymeleaf, MySQL. For the project I had to generate PDF reports in multiple sections. So I started using Flying Saucer and everything worked perfectly until I tried to include Bangla font…

Partho63
- 3,117
- 2
- 21
- 39
3
votes
0 answers
Bangla text gets broken on tkinter GUI
I am trying to create a GUI Application in Tkinter. I want to show Bangle ('বাংলা') text on a text label.
This is what the text looks like in a file.
But this is what it looks like on the GUI
As you can see the words gets broken.
The text is in…

Jack Frost
- 31
- 2
2
votes
0 answers
PDFBox unicode font issue - Bangla unicode font is broken in generated PDF using PDFbox in Java
I want to generate a PDF that contains Bangla text. After generating PDF, text in generated PDF is broken. I have gone through a lot of Q/A related to this problem in StackOverflow, but unfortunately, I didn't find any suitable answer. here is my…

Muhammad Saimon
- 233
- 2
- 10
2
votes
0 answers
How to solve Bangla font problem in python image show?
When i am creating bangla word cloud, I am facing bangla font problem. Problem details and code are show below. please help me out from this problem.
from os import path
import numpy as np
from PIL import Image
from wordcloud import WordCloud,…

Nazmul Hasan
- 33
- 5
1
vote
0 answers
Conjunctive letters are broken when generating Bengali Wordcloud
I am having trouble displaying Bengali words in a word cloud image.
example input (only contains unicode range u0980-u09FF):
দুর্গা অর্থাৎ দুর্গতি সংকট রক্ষা দেবী দুর্গম নামক অসুরকে বধ হলেন
হিন্দু দেবী পার্বতীর এক উগ্র রূপ একজন জনপ্রিয় দেবী…

f00d
- 11
- 2
1
vote
1 answer
Bangla text word cloud
I wanted to take out the word cloud of Bengali text, But when it is being printed, the consonants of each word were being printed separately .
data = pd.read_csv('/content/gdrive/MyDrive/data.csv',encoding='UTF-8')
refined_sentence = "…

Papon sarker
- 11
- 2
1
vote
1 answer
FPDF add_font python - Bangla Font file xxx.ttf cannot be embedded due to copyright restrictions
from fpdf import FPDF
pdf.add_font('SolaimanLipi','','filename.ttf', uni=True)
RuntimeError: ERROR - Font file /content/drive/SolaimanLipi.ttf cannot be embedded due to copyright restrictions.
I have using python fpdf to write bangla in a pdf. But…

asif abdullah
- 250
- 3
- 16
1
vote
3 answers
How to generate wordcloud of bangla text in python?
I tried the code below :
!pip install python-bidi
from wordcloud import WordCloud
from matplotlib import pyplot as plt
from bidi.algorithm import get_display
text="""মুস্তাফিজ"""
bidi_text = get_display(text)
print(bidi_text)
#…

Syed Mobassir Hossen
- 11
- 1
0
votes
0 answers
Matplotlib Bangla Text Viewing Problem. :22: UserWarning: Glyph 2451 (\N{BENGALI LETTER O}) missing from current font
I am working on my thesis on Bnagla News headline relevancy. I want to visualize my data in pyplot graph.
Here is an example of my code:
import matplotlib.pyplot as plt
column_name = 'News'
# Step 2: Calculate term frequency
sample_size =…

SyKat190236
- 1
- 3
0
votes
0 answers
Flying saucer joint letter for Bangla font is not structing together
I am trying to generate html template to pdf report using flying saucer in Spring Boot application. It is generating pdf but problem is joint letter is not structing properly. It is shown as plain letter. My attempts are as below:
pom.xml for flying…

Sumon Bappi
- 1,937
- 8
- 38
- 82
0
votes
0 answers
Extract Bangla text from pdf that contains Embedded Subset, TrueType (CID), Identity-H encoding in C#
I want to extract bangla text from a pdf file using iTextSharp NuGet in c#. In this pdf text is like this: মোঃ শুকুকুর আলী , মোঃ জালাল মিয়া. I want to read this texts as like this. But when I read this in c# using iTextSharp. return �মাঃ জা লাল িম…
0
votes
0 answers
Custom font add on jsPDF
I needed to use bangla font in jsPDF. I tried but it didn't work perfectly.
Need the output like this 'বাংলাদেশ এক্সটেনশন এডুকেশন সার্ভিসেস, ব্রাঞ্চ অফিসে দায়িত্ব প্রাপ্ত বিএম এর নামঃ' but got the result as shown below.
I tried-
var doc = new…

Sourav Hasan
- 1
- 1
0
votes
0 answers
bangla font is not working in pdf-lib custom font
I have a problem with the Bangla font.
I've got a problem when I embed Bangla font in PDF-LIB. If any fonts are supported then the output didn't show correctly. It shows like a small rectangle.
Here is the image
And most of time the program is not…

Shiam Official
- 1
- 1
0
votes
0 answers
How can I change the font of the Bangla text in the string folder?
How can I change the font of the Bangla text in the string folder?

M Rakib
- 1
- 1