We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6268271 commit 4b7ef08Copy full SHA for 4b7ef08
Examples/SinglePageApp/Program.cs
@@ -12,10 +12,7 @@ class Program
12
{
13
static void Main(string[] args)
14
15
- //ExportDefault();
16
-
17
- new License().SetLicense(@"c:\bin\aspose\git\slides-net\src\test\bin\Debug\Aspose.Total.Product.Family.lic");
18
- ExportHelloWorldWithInlineCss();
+ ExportDefault();
19
20
Console.WriteLine("HTML export is complete...");
21
}
0 commit comments