Fórum Como inserir no C# #419422
05/07/2012
0
ObjWord = CreateObject(Word.Application);
ObjWord.Documents.Open(DiretorioDestino);
Pjava
Curtir tópico
+ 0Posts
06/07/2012
Valter Furtado
this.Response.Clear();
this.Response.AddHeader(Content-Disposition, attachment; filename= + Guid.NewGuid() + .doc);
this.Response.AddHeader(Content-Length, fi.Length.ToString());
this.Response.ContentType = application/vnd.ms-word;
this.Response.WriteFile(fi.FullName);
this.Response.Flush();
Gostei + 0
06/07/2012
Pjava
Gostei + 0
06/07/2012
Joel Rodrigues
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)