Messages - dcwul62 [ switch to compact view ]

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 68next
51
Many many thanks for taking the time to create a script.
I really feel sorry to say that I am not familiar with autohotkey.
Whilst knowing the existence of autohotkey, but I would not know how it works.
I was hoping for a kind of regex solution of vb script that I could use with Directory Opus.

btw: in this example I took .xls as an extension, but it could be anything, .png, .tif, .doc, .pdf ... etc.

Again, thanks for taking the time!

=

52
Post New Requests Here / Replace text months to digital months
« on: July 16, 2016, 02:27 AM »

The below is really a regular occurrence and so far I have either done nothing about it or manually corrected it.

Replacing text months (Jan* or January, Feb or February.. etc)
with -01- -02-  etc.

Example:

from
bla bla text-23june 2016.xlsx
Bla-Bla bla-bla - 2june 2016.xlsx
All bla-bla - 19 may 2016.xlsx
2nd to last bla bla 7 july 2016.xls
last bla-bla-bla-20 October 2016.xls


to:
bla bla text-23-06-2016.xlsx
Bla-Bla bla-bla - 2-06-2016.xlsx
All bla-bla - 19-05-2016.xlsx
2nd to last bla bla 7-07-2016.xls
last bla-bla-bla-20-10-2016.xls

ideal would be                            notes:
bla bla text 23-06-2016.xlsx          (-23june 2016.xlsx: removed '-' before 23, replaced june with -06-)
Bla-Bla bla-bla 02-06-2016.xlsx     (replaced \s-\s  with single space, added '0' to the 2 and rplaced june with -06-)
All bla-bla 19-05-2016.xlsx            (replaced \s-\s  with single space, replace \smay\s with -05-)
2nd to last bla bla 07-07-2016.xls  (added '0' to the 7, space-july-space with -07-)
last bla-bla-bla 20-10-2016.xls       (replaced -20 with space20 and space October space with -10-)

so
from English_full: January|February|March|April|May|June|July|August|September|October|November|December
from English_abbr: *Jan*|*Feb*|*Mar*|*Apr*|*May|*Jun*|*Jul*|*Aug*|*Sep*|*Oct*|*Nov*|*Dec*
to nmbrs : -01-|-02-|-03-|-04-|-05-|-06-|-07-|-08-|-09-|-10-|-11-|-12-

Maybe this is too complex for a single line regex and requires scripting.
Dates usually are at the filename, any type of filename, so something like:     \.(\w{3,4})

The code could be adjusted to months using local language, e.g. dutch

from Dutch_full: januari|februari|maart|april|mei|juni|juli|augustus|september|oktober|november|december
from Dutch_abbr: *jan*|*feb*|*mrt*|*apr*|*Mei|*jun*|*jl*|*aug*|*sep*|*okt*|*nov*|*dec*
to nmbrs : -01-|-02-|-03-|-04-|-05-|-06-|-07-|-08-|-09-|-10-|-11-|-12-

Any suggestions?

Thanks
=

53
Sorry, it does not work either.

I set to change size from 67cm to 28cm (SnagItEditor resizes it accordingly)
IrfanView resizes to 21cm

Tried a number of times.

Bad luck.

SnagIt also has a batch resizer, but dimensions in cm  is not included, regretfully.

=
Capture-24062016 163533.png  = Capture-24062016 163610.png  =  Capture-24062016 163657.png
=
Capture-24062016 164539.png  =  SnagIt-24062016 164044.png

54
tried a number of times, but when resizing, DPI is increased from 96 (original) to 300.
pls find attached PDF

I hope it will be accepted by the site
(later, not accepted)

=


=
SnagIt-24062016 151909.png  =  SnagIt-24062016 145221.png
=
SnagIt-24062016 145542.png  =  SnagIt-24062016 145722.png
=
SnagIt-24062016 145739.png  =  SnagIt-24062016 145803.png
=
SnagIt-24062016 150000.png  =  SnagIt-24062016 151012.png
=


55
There are a lot of image resizers, they are all based on pixels, etc.
I am looking for a resizer that resizes using inches / cm's   as well

Freeware
portable
batch


=
SnagIt-24062016 104815.png
=

The above is from SnagItEditor, but each file should be opened, reiszed, saved.
A lot of work when one wants to resize 30, 40  or more images.

Any suggestions?

Thanks.
=

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 68next
Go to full version