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; | |
| //Add reference to Aspose.Cells for .NET API | |
| //Use following namespaces to convert Excel to XPS format | |
| using Aspose.Cells; | |
| namespace ConvertExcelToXPS | |
| { | |
| 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 System; | |
| //Add reference to Aspose.Slides for .NET API | |
| //Use following namespaces to convert PPTX to XPS | |
| using Aspose.Slides; | |
| using Aspose.Slides.Export; | |
| namespace ConvertPPTXToXPS | |
| { | |
| 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; | |
| //Use following namespaces to create PNG image | |
| using Aspose.Imaging; | |
| using Aspose.Imaging.ImageOptions; | |
| namespace CreatePNGImage | |
| { | |
| 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 System; | |
| //Use following namespaces to rotate barcode image | |
| using Aspose.BarCode; | |
| using Aspose.BarCode.Generation; | |
| namespace RotateBarCodeImage | |
| { | |
| 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 System; | |
| //Use following namespace to add comment in Visio diagram | |
| using Aspose.Diagram; | |
| namespace AddCommentToVisioDiagram | |
| { | |
| 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 System; | |
| //Use following namespaces to convert Microsoft Project file to XPS | |
| using Aspose.Tasks; | |
| using Aspose.Tasks.Saving; | |
| namespace ConvertMicrosoftProjectFileToXPS | |
| { | |
| 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 System; | |
| using System.Collections.Generic; | |
| //Use following namespace to extract text from scanned PDF | |
| using Aspose.OCR; | |
| namespace ExtractTextFromScannedPDFFile | |
| { | |
| 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.Slides; | |
| namespace PrintPresentationinC_Sharp | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| 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 Aspose.Words; | |
| using Aspose.Words.Saving; | |
| using System; | |
| namespace KBCodeExamples | |
| { | |
| class How_to_Convert_Word_Document_to_Images_in_C_sharp | |
| { | |
| public static void ConvertWordDocumenttoImages(String wordtoimage_directory) | |
| { | 
  
    
      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.IO; | |
| // Following namespace is required to Create ZIP File in Memory | |
| using Aspose.Zip; | |
| namespace CreateZipFileInMemory | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |