Nasıl Word belgeleri PHP kullanarak bir textarea içinde görebilirim?

2 Cevap php

Ben Word dosyalarını görüntülemek için com sınıfını kullanarak kodu test çalışıyordu ama cevap almak ve hala arıyor gibi olamaz. Ben hataları alıyorum ve bazen programlar hiç bir şey göstermez. Bana bazı fikirler verin. PHP 4 ile çalışıyorum.

2 Cevap

If the site is hosted on a Windows machine with Word you may be able to use a COM extension to PHP that will give you access to Word documents. Using the automation methods exposed by Word's Automation model, you could probably do something like export a word document to HTML and then render that HTML to some frame/div on your page. I haven't looked at the code or tried it, but someone has created a word/php class here:
http://www.phpclasses.org/browse/package/3553.html

Diğerleri muhtemelen vardır.

Aslında Otomasyon kullanmadan doğrudan bir Word belgesini okuyacak geçmişte kod gördük rağmen kolayca dosya formatında yeni sürümleri veya tuhaflıklar ile kurtulabileceği gibi, ben bunu tavsiye etmem.

Eğer tarayıcınızda aktif eklentisi kelime istiyorum demek mi? Doğru mime türü ile <object> etiketi deneyin.