I am comparing 2 html files. I know you do have a rule html to text
http://www.scootersoftware.com/downl...oreformats_alt
but I'd like to use my html2txt external program.
All clear with loading field :
html2text %s %t
Temporary files somewhere created and shown from left and right.
However, what is "saving field" after unticking "Disable editing". Is it another external program ( kind of pipe ) which takes %t from loading step and does further conversion ?
So
another_step_exe %s %t
will take %t from html2text as %s and transforms it and then this transformation willl be shown ?
Also what is the the difference between %s and %n
%s source file
%n original file
and how %x - original extension, including '.'
can be used ?
http://www.scootersoftware.com/downl...oreformats_alt
but I'd like to use my html2txt external program.
All clear with loading field :
html2text %s %t
Temporary files somewhere created and shown from left and right.
However, what is "saving field" after unticking "Disable editing". Is it another external program ( kind of pipe ) which takes %t from loading step and does further conversion ?
So
another_step_exe %s %t
will take %t from html2text as %s and transforms it and then this transformation willl be shown ?
Also what is the the difference between %s and %n
%s source file
%n original file
and how %x - original extension, including '.'
can be used ?
Comment