Hi,
I have below code
indent preformatted text by 4 spaces
public static void inLineCSSForFormInst(string outputPath, string formHTML, string formInstanceID)
{
outputPath += “InCSS.pdf”;
string appPath = cl…...AppendLine("<head>"); // All page CSS mainHTML.AppendLine(Styles());...AppendLine(Styles()); // render Form Page style foreach (HtmlNode linkNode...