Hi,
I am using word template with mail merge fields on it. I am using font “Franklin Gothic Medium” of size 8 in word template. Output to ASPOSE.word looks fine but when converts to ASPOSE.pdf font changed to “TimeNewRomanPSMT” and on second page top margin almost double to original and one extra blank page at end of document.
My question is how can i use embedded font in word that integrate to pdf?
code sample;
doc.MailMerge.Execute(ds.BarcodeTable);
doc.MailMerge.DeleteFields();
SendToBrowserAsPdf(doc);
Many thanks
Syed