Spire.Doc 5.6.3 added new method to embed uninstalled fonts by font document when convert word document to PDF

We are glad to announce the release of Spire.Doc 5.6.3 today. In this version, we add new method to embed uninstalled fonts by font document when convert word document to PDF and we also offer bug solutions to the existing features offered by Spire. Doc. View the details as below:
New Feature:
Add new method to embed uninstalled fonts by font document when convert word document to PDF.
Document document = new Document();
document.LoadFromFile("Testing.docx");
ToPdfParameterList parms = new ToPdfParameterList()
{
PrivateFontPaths = new List()
{
new PrivateFontPath("Century Gothic",FontStyle.Regular,"..\\..\\GOTHIC.TTF"),
new PrivateFontPath("Century Gothic",FontStyle.Bold,"..\\..\\GOTHICB.TTF"),
new PrivateFontPath("Century Gothic",FontStyle.Italic,"..\\..\\GOTHICI.TTF") ,
new PrivateFontPath("Century Gothic",FontStyle.Bold|FontStyle.Italic,"..\\..\\GOTHICBI.TTF")
}
};
document.SaveToFile("Testing.pdf", parms);
Bug solutions:
- Fixes the issue that caused layout change when convert word (with tables) to PDF.
- Fixes the issue that caused alignment issue when convert word document to PDF.
- Fixes the issue where the hyperlink in the header changes when converting rtf to PDF.
To enjoy a better experience of Spire.Doc 5.6.3, please download from:
http://www.e-iceblue.com/Download/download-word-for-net-now.html