LOGO

LOGO
LOGO
ads header

Breaking News

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:





Hiç yorum yok