Cairo Arabic font issue in Aspose.pdf - vb.net

I am using Aspose.pdf for vb.net to convert my data to .pdf file.
File contains Arabic Characters and is using Cairo font.
The generated pdf file not display any Arabic words!
How can I solve this issue?

Related

converting from markdown to pdf corrupts chinese symbols

here is the pdf file:
here is a markdown file
I used this website to convert
Can I do anything to have proper chinese symbols in PDF?

Is there any solution for unreadable Arabic characters in PDF

please I need help with PDF file that have Arabic characters ,it is old document exported from old version from oracle , when i open the document all characters are unreadable , I tried to add many Arabic fonts in windows fonts and also in adobe fonts, the same result still view unreadable,
can anyone help please.
Document properties:
Application:Oracle 9 i a s Report services
PDF producer: Oracle PDF Driver
PDF Version:1.4(Acrobat 5.x)
Thank you

Create arabic text pdf file using pdfbox

I want to create a PDF in arabic using PdfBox but don't want to use any external .ttf file. Is there any other way to do this?
I have already gone through many stuffs but all are using .ttf files.
PdfBox has the following fonts: TIMES_ROMAN,HELVETICA,COURIER,SYMBOL,ZAPF_DINGBATS with their styled counter parts. if you have tried all these fonts with no results, it means that the character encoding used for them does not support the Arabic characters.
Your best bet is to attach a .ttf font that contains those symbols.
Also you might want to take a look at this Write arabic characters with PDFBOX

Wrong Unicode mapping when exporting .docx to PDF with LibreOffice

When converting a .docx file to a PDF/A-1a file with LibreOffice, the file created is not compliant with the PDF/A-1a standard.
When I try to validate the file using Preflight in Adobe Acrobat the following error shows ups:
Text cannot be mapped to unicode (154 matches on 2 pages)
And when I copy text from the PDF in Preview.app all accented characters are missing or mess up.
From my research I understand that LibreOffice is not building the /ToUnicode mapping correctly for accented characters because those characters are built for more then one glyph and LibreOffice is just dealing with the first glyph. Ref: Can't copy text from PDF exported from OOo
Is there's a workaround? How can I convert .docx to valid PDF/A programmatically on Linux?
For info here's the command I use to convert the file:
unoconv -f pdf -eSelectPdfVersion=1 source-file.docx
This other command does not give a PDF/A compliant file as expected but it have the same Unicode mapping problem:
libreoffice --headless --convert-to pdf source-file.docx
The problem is present with LibreOffice 5.2.3.3 that I was using. The problem is not present with LibreOffice 5.1.4.2 and 5.1.6.2.
So downgrading to 5.1.6.2 fix my problem.
I added more information to an existing bug report.

Which Chinese font is commonly supported by PDF readers of Chinese people?

I am generating PDF files which contain English and Chinese characters (using the Ruby Prawn library). I don't want to embed a Chinese font file in the generated PDF files, because these files need to stay small. So I'm wondering if I could just mentioning a Chinese font name in my PDF files, and have the PDF readers correctly rendering the Chinese characters because the PDF readers would already have the Chinese font file.
Is that something sensible? If so is there any commonly used Chinese font that one can expect to be installed in most of the PDF readers used by Chinese people?
The best way to ensure that a PDF file can be displayed on a any reader, is to use partially embedded fonts (also known as font subset). In PDF, you don't need to include the whole font with your document, having a subset with just the glyphs that were used in the file is enough for the file to be portable.