phannent
March 27, 2008, 13:15:20
Hello,
I am trying to convert a word document to a PDF. I have word documents that are certificates that we want to issue from our website.
I would like to have a watermark however if I add one to the Word document, load it into the:
serverTextControl1.Load(pdfBuffer, BinaryStreamType.MSWord);
and then save as pdf:
serverTextControl1.Save(out pdfBuffer, BinaryStreamType.AdobePDF);
The watermark is lost.
Could you explain why?
I am trying to convert a word document to a PDF. I have word documents that are certificates that we want to issue from our website.
I would like to have a watermark however if I add one to the Word document, load it into the:
serverTextControl1.Load(pdfBuffer, BinaryStreamType.MSWord);
and then save as pdf:
serverTextControl1.Save(out pdfBuffer, BinaryStreamType.AdobePDF);
The watermark is lost.
Could you explain why?