local doc=window.GetDocument();
local page=doc.GetPage(0);
page.SetTextColor(Color(255,0,0));
layout.Print({dialog=false, from=0, to=1,duplex=0});
window.Exit(0)
i am using this script to change the color of text iam going to pring
i need a command line to set page font and size also like page.SetTextFont.... and
page.SetTextFontsize....