1.Exception
Hi,
Hi Mudassir:
Hi,
hi
for .NET 6.5.0 to investigate the issue.
Hi Daisy,
Hi Mudassir,
Hi Daisy,
hi,
hi,
///
/// Txt To Xps
///
///
///
private void TxtToXps(FileTypeInfo fInfo)
{
SetLicense();
Aspose.Words.Document wordDocument = new Aspose.Words.Document(fInfo.SourcePath);
//Aspose.Words.DocumentBuilder builder = new Aspose.Words.DocumentBuilder(wordDocument);
wordDocument.Save(fInfo.ProxyFileInfo.FilePath, Aspose.Words.SaveFormat.Xps);
}
After text is converted into xps, the content is messy code .see attached.
Hi Daisy,
Hi ,Mudassir,
Hello Diasy,
I have verified from our issue tracking system and regret to share that issue has not yet been scheduled for investigation. Actually, the issues are resolved on first come first serve basis and on the basis of the priority of customer based on their subscription. However, I have requested our development team to kindly schedule the issue and will be able to share the further feedback with you as soon as it will be shared by them.
We are sorry for your inconvenience,
Dear Mudassir,
Hi Daisy,
Hi Daisy,
The issues you have found earlier (filed as SLIDESNET-33671) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(3)
The issues you have found earlier (filed as SLIDESNET-33670) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(4)
Hi Daisy,
LoadOptions lo = new LoadOptions(LoadFormat.Auto);lo.DefaultRegularFont = “Wingdings”;lo.DefaultAsianFont = “Wingdings”;PresentationEx pptx = new PresentationEx(“pptx_location”, lo);pptx.Slides[0].GetThumbnail(1, 1).Save(“output location”, ImageFormat.Png);pptx.Save(“output location”, SaveFormat.Pdf);pptx.Save(“output location”, SaveFormat.Xps);