Rank: Newbie Groups: Member
Joined: 6/21/2011 Posts: 3
|
I'm creating a pdf file streamed from the browser in this way:
EO.Pdf.HtmlToPdf.ConvertHtml(newHtml, response.OutputStream);
Is there a way that I can embed a barcode font into the pdf file I'm creating?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe ConvetHtml automatically embed the font into the PDF file. This is necessary so that the file can still be correctly displayed even if being viewed on a totally different system that does not have the original font. The font to be embedded must be a TrueType/OpenType font.
Thanks!
|