very interesting, good example
I like also to make an output with ahk, calculation (column-size predefined), to have number at right margin with script non proportional ( Fixedsys)
Code:
127.00
4.25
EDIT:
I've seen it's in your script already

Code:
if A_LoopField is number ; right align NUMBER fields. Left align TEXT fields
FileAppend, % "<td><div align=right>" . A_LoopField . "</td>`n",%fileout% ; close TD tag and start new TD
Else
FileAppend, % "<td><div align=left>" . A_LoopField . "</td>`n",%fileout% ; close TD tag and start new TD
http://www.autohotkey.com/forum/topic14 ... t=rghdruckI use this "dinosaurier" rghdruck.exe which allows also preview and
-add transparent picture and write on it
-write vertical
-draw rectangle and fill out
seems very easy
Code:
Fileappend,$ANSI`r`n,%F1%
Fileappend,$DO USEFONT %AFONT%`,14`,9`r`n,%F1% ;font height width
Fileappend,~>006~`r`n,%F1% ;left margin
Fileappend,~%DistanceBetweenLines%~`r`n,%F1% ;distance between lines
Fileappend,~S~~1~ http://www.profan.de RGHDRUCK ~D.xx.xxx~ - ~Z:xx~ - ~#~ -`r`n,%F1% ;date
Fileappend,$DO RECTANGLE 100`,30`,607`,435`r`n,%F1% ;rectangle xyL xyR
Fileappend,$DO LOADSIZEDBMP %picturex1%`, 170`,80`,270`,250`r`n,%F1% ;add picture
;---------- vertikal ------------
Fileappend,~L~`r`n,%F1% ;Vertikal
Fileappend,$DO MOVETO 0`,80`r`n,%F1% ;move X Y
Fileappend,~*commentA41~`r`n,%F1% ;comment
Fileappend,~F~%A41%~f~`r`n,%F1% ;write vertical bold
Fileappend,~P~`r`n,%F1% ;Horizontal normal
Fileappend,$DO USEBRUSH 5`,2`r`n,%F1% ;fill diagonal green
Fileappend,$DO RECTANGLE 40`,250`,400`,400`r`n,%F1% ;rectangle
Fileappend,$DO USEPEN 2`,1`,4`r`n,%F1% ;lineart thick color
Fileappend,$DO LINE 40`,410`,400`,410`r`n,%F1% ;LINE from to
I should use html , never learned, maybe should learn here (I'm beginning with your example)
http://de.selfhtml.org/css/eigenschaften/schrift.htm