Hi,
I have 4 cases of minor formatting problems. Here is the last: (attach)
the formatting of cascaded collections is not correct. Please have a look:
* Zusätzlich müssen…
I tested with Aspose.EMail 4.1.0.0 and Aspose.Words 14.6.0.0
This is the code I use:
string strFile = @“C:_Temp\Aspose_EMailWord\Daten\Test RTF.msg”;
string sInFile = strFile;
string sOutFile = strFile + “.pdf”;
Aspose.Words.License wLic = new Aspose.Words.License();
wLic.SetLicense(“Aspose.Total.lic”);
Aspose.Email.License eLic = new Aspose.Email.License();
eLic.SetLicense(“Aspose.Total.lic”);
System.IO.MemoryStream mstream = new System.IO.MemoryStream();
MailMessageLoadOptions mOpts = new MailMessageLoadOptions();
mOpts.MessageFormat = MessageFormat.Msg;
Aspose.Email.Mail.MailMessage mail = Aspose.Email.Mail.MailMessage.Load(sInFile, mOpts);
mail.Save(mstream, MailMessageSaveType.MHtmlFormat);
mstream.Position = 0;
WriteStream2File(mstream, strFile + “.mhtml”);
mstream.Position = 0;
Aspose.Words.LoadOptions lo = new Aspose.Words.LoadOptions();
lo.LoadFormat = Aspose.Words.LoadFormat.Mhtml;
Aspose.Words.Document doc = new Aspose.Words.Document(mstream, lo);
doc.Save(sOutFile, Aspose.Words.SaveFormat.Pdf);
Kind regards,
Oliver
The issues you have found earlier (filed as NETWORKNET-34464) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi,
I tested the latest version and the formatting of cascaded collections is now correct.
But the used font is not the same anymore. Could you please check again.
Thank you.
Kind regards,
Oliver
Hi Oliver,
http://prntscr.com/4kxu2v
[[/BL]]">here which shows that fonts are the same. Please share elaborative screenshot with us which shows the font difference as you have observed. We’ll look into it for assisting you further.Hi,
you are right, the fonts in the mhtm-file are ok, they differ, when converting the html-file to pdf.
I will open a new incident in the pdf-forum.
The line-space still differs a bit, but I think, this is ok.
Kind regards,
Oliver
Hi Oliver,