Google Document Viewer ile word excel pdf, ppt jpg tiff ... gibi dosyaları online olarak gösterme
1)Direk görüntüleme
Response.Redirect(@"https://docs.google.com/gview?url=http://78.186.45.81:2101/test.docx");
url=http://yoururl/test.docx
yoururl kısmına kendi url linizi yazacaksınız.
2)Frame içinde görüntüleme
<iframe src="http://docs.google.com/gview?url=http://78.186.45.81:2101/test.docx&embedded=true" style="width:700px; height:550px;" frameborder="0"></iframe>
Eke bilgiler:
string baseUrl = Request.Url.Scheme + "://" + Request.Url.Authority + Request.ApplicationPath.TrimEnd('/') + "/";
Sitedeki url kök adresini bilir.http://localhost:52675/
Kaynaklar:
Birde eklentiler var..ÜCretli
https://www.gleamtech.com/ bunların ki güzel..
Örnek:
https://i1.code.msdn.s-msft.com/aspnet-document-viewer-6d83ecc3/image/file/153277/1/documentultimate-screenshot.png
Birde bu var https://developers.google.com/gdata/articles/doc_list_uploader?csw=1 |
Hiç yorum yok