Welcome Guest Search | Active Topics | Sign In | Register

Embedded Fonts Options
Bill
Posted: Tuesday, October 20, 2015 7:24:51 AM
Rank: Newbie
Groups: Member

Joined: 10/14/2015
Posts: 7
Hello - I'm using Sertifi for eSignatures on a PDF document. The document has fill-able fields which are populated using the following code snippet:
Field.Font = new EO.Pdf.Drawing.PdfFont("Arial", 8);
Field.Color = System.Drawing.Color.Black;

Sertifi's viewer is not displaying the value of the fields because they say an embedded font is not used. They say a subset is used.

If this is true, is there a way I can force embedded fonts with EssentialObjects?

Thanks,
Bill
eo_support
Posted: Tuesday, October 20, 2015 11:02:14 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

PDF file almost always use subset font to save file size. For example, Arial font covers thousands of characters. However if you only have a PDF file with "Hello" in it using this font, then only font data for those five characters are saved in your PDF file. In this case font data for the thousands of characters that are not used in your PDF file would not be saved in your PDF file. This is the purpose of subset so it is perfectly normal to use font subset.

You can try to open the PDF file with Adobe PDF reader and see if it can display the text. If it also complains about the problem, then there must be something wrong more than font subset (or somehow the subset data we generated is wrong). In that case you can send a sample input file and sample code to us so that we can reproduce the problem here. Once we have that we will look into it and see what we can find. See here for more instructions on how to submit test project to us:

http://www.essentialobjects.com/forum/test_project.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.