Hello
I want to write some content into a word document which is already opened in my system and the content which i select to write should be pasted into the current cursor location in word document.
How to do this using PHP COM...?
How to write content into word document using PHP and COM
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: How to write content into word document using PHP and CO
I know you can read and write to documents using PHP COM. But you are asking for something that PHP is not designed to do, or appropriate for. Maybe look into com_event_sink() http://php.net/manual/en/function.com-event-sink.php
(#10850)