Use htmltools.exe or doc2any.exe to convert RTF files to PDF files
Hi I want to convert a .rtf-File to a .pdf-Document. I call the program with a "shell-execution" from VB6: Call Shell("D:\htmltools.exe D:\rtf\Bill_1.rtf D:\pdf\Bill_1.pdf") On my...