aspose.words.saving.PsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Ps](../../aspose.words/saveformat/#Ps) format...PS format. To learn more, visit...used. Can only be SaveFormat.PS . temp_folder Specifies the folder...
Hi Team,
In our project we are trying to convert eml to pdf file and code is as below:
MailMessage message = MailMessage.Load(source);
System.IO.MemoryStream msMsg = new System.IO.MemoryStream();
message.Save(msMsg, As…...PageSetup ps = parentSection.PageSetup; double maxWidth = ps.PageWidth...PageWidth - ps.LeftMargin - ps.RightMargin; if (shape.Width > maxWidth)...