Jay Janarthanan

Results 6 comments of Jay Janarthanan

The ability to create Visual Look and Feel will result in a fillable PDF form.

The only issue is are these fillable forms?

I am using the tool from Galary. Here is my code `using System; using System.Xml; using Microsoft.CodeAnalysis; GenerateCode("AbcDemo"); public void GenerateCode(string className) { Output.BuildAction = BuildAction.GenerateOnly; Output.SetFilePath(@"C:\DevSharp\ScriptyGenerator\DemoNameSpace\" + className +...

Thanks, @wadewegner for this, I know you are still a C# guy at heart :-) . I have been using your library as part of the ApexSharp project (https://github.com/apexsharp) .