This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Aspose.Cells; | |
| namespace ConvertXlsxToPdfHavingRestrictedPermissionsUsingCSharp | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| // Intialize license for Aspose.Cells before creation of PDF having restricted permission using C# | |
| License license = new License(); | |
| license.SetLicense("Aspose.Cells.lic"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using Aspose.Cells; | |
| namespace FilterDataInExcelTable | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Aspose.Words; | |
| using Aspose.Words.Tables; | |
| namespace CreateTableInWordDocumentUsingCsharp | |
| { | |
| class CreateTableWord | |
| { | |
| static void Main(string[] args) | |
| { | |
| // Set license before C# Word table creation | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Aspose.Words; | |
| using Aspose.Words.Tables; | |
| namespace CreateWordTable | |
| { | |
| class CreateTableInWord | |
| { | |
| static void Main(string[] args) | |
| { | |
| // Set license before creating Word table | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using System.IO; | |
| // Add reference to Aspose.PDF for .NET API | |
| // Use following namespace to process large PDF files | |
| using Aspose.Pdf; | |
| namespace ProcessLargePDFFiles | |
| { | |
| class Program | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using Aspose.Cells; | |
| namespace RemoveExcelFormulaWithoutRemovingContentsInCSharp | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| // Instantiate license to avoid trial version watermark | |
| License license = new License(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using Aspose.Cells; | |
| namespace RemoveAllExcelFormulasWithoutRemovingContentsInCSharp | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| // To avoid trial version watermark first instantiate the license | |
| License license = new License(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using Aspose.Imaging; | |
| using Aspose.Imaging.FileFormats.Cdr; | |
| using Aspose.Imaging.ImageOptions; | |
| namespace CDRToPSD | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //Add reference to the namespace of Aspose.Cells for .NET | |
| using Aspose.Cells; | |
| namespace GenerateExcelFile | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| //At the start, set the license before using other APIs |