MohamedSaeed / xdocreport

Automatically exported from code.google.com/p/xdocreport
1 stars 0 forks source link

PDF font empedding problems #392

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I created an ODT template with embedded fonts. The fonts contain all the 
characters I need.
2. I make the report and convert it to PDF. After the conversion I only see the 
correct fonts, if they are installed on the OS (so they aren't embedded). Also, 
some special characters don't appear. The text input is UTF-8.

What is the expected output? What do you see instead?
PDF with embedded fonts, all special characters present.

What version of the product are you using? On what operating system?
I'm using version 1.0.4, conversion is on CentOS server side.

Please provide any additional information below.

Original issue reported on code.google.com by att...@jadev.hu on 22 Apr 2014 at 9:54

GoogleCodeExporter commented 9 years ago
As you have seen, PDF font must be installed on the server side in order to 
converter  works well. Our converter are based on iText, so if you have better 
mean,  don't hesitate to attach some patch to improve it.

Original comment by angelo.z...@gmail.com on 22 Apr 2014 at 12:18

GoogleCodeExporter commented 9 years ago
Thanks for your reply, it seems to work now (I managed to install the fonts 
server side). I will think about this problem, maybe there is a simple way to 
include embedded fonts from odt or docx to pdf.

Original comment by att...@jadev.hu on 26 Apr 2014 at 5:50