computing
  • 0

Batch Convert Txt To PDF

  • 0

I have to convert about 40 text files into PDF format daily. I would like to create a batch job to do it automatically. I searched for a while, lots of PDF converters do not support in command line mode. Any suggestions?

Share

1 Answer

  1. Sendkeys might help you, but I would need to know EXACTLY what keystrokes are needed to get what you want. Also the window “title” (blue bar above the window).
    If permissable, a copy of the program (TEXT->PDF) would be VERY helpful, but if not, I’ll try to work with what you can give me. Sendkeys is not batch, it’s visbasic.
    • 0