How do I call DocConverter COM from my ASP program?
Please refer to the “doc2pdf_asp” folder in DocConverter COM package, this is an example to call the html2pdf.exe software from ASP program. The “doc2pdf_service.exe” is a Custom Windows Service, it will monitor the “C:\doc2pdf_queue.txt” file (configurable), if you write a filename or a URL into this file, the “doc2pdf_service.exe” will call the html2pdf.exe software to convert this file to pdf file automatically. The “test.asp” file will write a filename into the “C:\doc2pdf_queue.txt” file (configurable), then “doc2pdf_service.exe” will convert this file to pdf file automatically. Because the ASP program supports multiple instances, so we are create a stand-alone html2pdf.exe software and a file queue to do this conversion, all print jobs will be putted into a file queue, they will be converted to PDF files one by one.