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.Mem…... I get it work by set the metadata property. thanks, b jithin...same as well as for setting metadata: Working with PDF File Information...