How do I search Filenames by wildcard #196
-
Is there a way to utilize wildcards like * and ? in order to batch convert files? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Could you give me an example of what you are trying to do? |
Beta Was this translation helpful? Give feedback.
-
I have created an issue, I will do this in next release |
Beta Was this translation helpful? Give feedback.
-
There is a bit of a hack work around that works. You can use -fx paramter eg docto -XL -f "c:\dir\withfiles" -o c:\temp\ -fx excel*.xls -t wdformatpdf Thsi should find all files in c:\dir\withfiles that match the pattern excel*.xls I'll see if I can put in a nicer syntax |
Beta Was this translation helpful? Give feedback.
-
Fix available and updated binary at link below @gluizpessin I have added a new paramater --inputfilter excel*.xls if you use this in combination with a -f directory it should do what you want. docto -f c:\dir\withfiles -o c:\outputfiles\ --inputfilter excel*.* -t = wdformatpdf I have attached a new binary until I realease a new version. Download here: docto.zip |
Beta Was this translation helpful? Give feedback.
I have created an issue, I will do this in next release