Batch printing of NWC files 2009-05-27 08:37 pm I have some 700 NWC files that need to be converted to pdf. I suppose I have to print them using cutepdf or a similar virtual print driver.This number of files definitely requires some kind of automation. I've found some suggestion in a very old topic here, which appear not to be a fully automated solution. Maybe some better solution is now available. Can anybody help?Max Quote Selected
Re: Batch printing of NWC files Reply #1 – 2009-05-30 05:46 am I don't know CutePDF, but I presume it's similar to PDFCreator.exe, which just pretends to be your printer when you invoke NWC's print command. I don't think there's any way to avoid invoking the print command for each song you want to print to PDF. Sorry. The pdf creator I'm familiar with works as a print function of Windows, so any modification would have to be in Windows, and I doubt many of us could or would want to figure that out. Quote Selected
Re: Batch printing of NWC files Reply #2 – 2009-06-02 11:32 am Thank you for you answer. Yes, CutePDF works like many other similar products, i.e., it looks like printer.It seems I'have to invent some tricks to do that. Thank you very much anyway.Max Quote Selected
Re: Batch printing of NWC files Reply #3 – 2009-06-02 09:34 pm I've eventually solved this problem using an AutoIt script (see http://www.autoitscript.com/autoit3/). I had never used this (free) tool before, it took just a couple of hours for me to learn its basics and have the script up and running. I recommend it to those having similar needs. Some knowledge of BASIC language required.Max Quote Selected
Re: Batch printing of NWC files Reply #4 – 2009-06-02 10:41 pm G'day Max,I'm pleased you've found a solution. Perhaps you'd like to share it in "Tips & Tricks" so that others can benefit?Oh, and BTW, welcome to the forum! Quote Selected
Re: Batch printing of NWC files Reply #5 – 2009-06-07 03:19 am Perhaps someday, there will be nwc2-cli.exe (NoteWorthy Composer 2 - Command Line Interface) for registered users that would support Print, SaveAs and some other Canonical and Extended Verbs. Maybe even a Property Page handler ... Quote Selected