I use next code for building pdf-document:
pdf.Save(DocName, Aspose.Pdf.SaveType.OpenInAcrobat, System.Web.HttpContext.Current.Response);
DocName is a russian word. When document opens it’s name is not readble. Please can you say me Is a decision of this problem?
Hi Lyudmila,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. Actually, your request is not related to Aspose.Words because you are using Aspose.Pdf to save PDF. But anyways, I think, information provided here could help you to resolve the problem:
Hope this helps.
Best regards.
Alexey, this helps:) Thank you very match:) It works correctly.