Posted by R. Rajesh Jeba Anbiah on 12/20/05 07:01
RandyTh wrote:
> We are building the platform for document management system with PHP.
> Now, in order to attract more customers, we want to have the addins
> tool to access our system to automatically load these documents by a click
> from the toolbar in office applications. The question is which programming
> language i can use to achieve this feature.
So, you want to send the content to the server and have the
processed content returned back to the client? If so, you can possibly
create macros to do that. Google for macros and how to send content and
get processed; IIRC, you may need to fiddle with XMLHTTP activex
object.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|