Pdf.title/author/subject not working?

Hi,

I tried to change the title/author and some other properties of the PDF file:

pdf.BindFO(fodoc);

pdf.Title = "some title";

pdf.Author = "myself";

but in the result PDF file, the title is always "System.IO.MemoryStream", and author is always "Aspose", etc.

How do you change these properties?

thanks,

bill

Hello Bill,

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

I have tested the issue and have noticed the same problem. We are looking into the details of this matter and soon will update you with the status of correction.

We apologize for your inconvenience.

Hi, I get it work by set the metadata property.

thanks,

b