Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I call DocConverter COM from my ASP program?

ASP docconverter program
0
10 Posted

How do I call DocConverter COM from my ASP program?

0
10

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123