hi,
i need to use HtmlAsText as a background tool in my javascript coding.i need to access this tool without user interaction. then i have to code the command line that can access HtmlAsText.
htmlastext.exe /run "c:\temp\convert.cfg"

You have to make an AJAX call to a server-side language which executes the command-line utility. Javascript can't access your server's filesystem directly.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.