Hi,
Here is roughly what I'm trying to do:
ob = Outline Box( "OB", hlb1 = H List Box() );
hlb2 = H List Box();
hlb2 << append( Picture Box( Open( FilePath , html )));
I understand that Picture Box doesn't support .html, but is there anyway to get this to work?
Is it possible to convert .html to .png within JMP script?