mht2htm-news Mailing List for mht to htm
Conversion from *.mht files to *.htm files.
Brought to you by:
bajaatan
You can subscribe to this list here.
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Goran A. <baj...@ya...> - 2016-04-10 01:31:07
|
https://sourceforge.net/projects/mht2htm/ GUI version: Win32 (i386, x86_64), Linux (i386, x86_64), source CLI version: Win32 (i386, x86_64), Linux (i386, x86_64), source Compiled with Lazarus 1.4.4 and Free Pascal 2.6.4 All executables are compressed with UPX 3.09 http://upx.sourceforge.net Builds for other platforms will be added later if possible. Major changes (GUI) Drag&Drop support added. You can now drag files from file browser or other application and drop them in mht2htm form. Files will be added to the list. Files can be dropped anywhere on the form. Dropped directories will be ignored. If conversion is in progress new files will not be accepted. App will not stop/pause if target directory exists but will add number after directory name (e.g. "..._Files (1)", "(2)", "(3)"... ) Unicode support for Windows with other code pages (for SourceDir, OutputDir and MHT file name). In case that OutputDir can't be created (when user don't have permission to create dir or from some other reason) or selected input file format is wrong (unsupported format, non-mht file selected) then the program will not stop and show error message any more. Instead a error message will be added to the row in History list. Major changes (CLI) App will not skip file if target directory exists but will add number after directory name (e.g. "..._Files (1)", "(2)", "(3)"... ) Unicode support for Windows with other code pages. Added support for masks in file name (e.g. -sf:"c:\My Folder*.mht;.mhtml;.eml" will add all matching files) Minor changes and fixes Changed _0_start_me.htm page style Directories excluded from files list. Fixed error on invalid file date/time format SizeAll and SizeRem changed to QWord (in case someone is bulk converting more then 4GB)erting more then 4GB) |