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.SVG for .NET API | |
| //Use following namespaces to Convert SVG to PDF format | |
| using Aspose.Svg; | |
| using Aspose.Svg.Drawing; | |
| using Aspose.Svg.Rendering; | |
| using Aspose.Svg.Rendering.Pdf; | |
| namespace ConvertSVGToPDF | |
| { | 
  
    
      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.OMR for .NET API | |
| //Use following namespaces to create OMR answer sheet checker | |
| using Aspose.OMR; | |
| using Aspose.OMR.Api; | |
| namespace CreateOMRAnswerSheetChecker | |
| { | |
| 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; | |
| //Add reference to Aspose.PUB for .NET API | |
| //Use following namespaces to convert PUB to PNG image format | |
| using Aspose.Pub; | |
| using PDF = Aspose.Pdf; | |
| using Aspose.Pdf.Facades; | |
| using Aspose.Pdf.Devices; | |
| namespace ConvertPUBToPNG | 
  
    
      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; | |
| //Add reference to Aspose.Finance for .NET API | |
| //Use below namespaces to extract data from XBRL file | |
| using Aspose.Finance; | |
| using Aspose.Finance.Xbrl; | |
| using Aspose.Finance.Xbrl.Dom; | |
| using Aspose.Finance.Xbrl.Inline; | |
| namespace ExtractDataFromXBRLFile | 
  
    
      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.Drawing for .NET API | |
| //Use following namespaces to draw vector shapes | |
| using Aspose.Drawing; | |
| using System.Drawing; | |
| namespace DrawVectorShapes | |
| { | 
  
    
      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.Font for .NET API | |
| //Use following namespaces to get font metrics | |
| using Aspose.Font; | |
| using Aspose.Font.Sources; | |
| using Aspose.Font.Type1; | |
| namespace GetFontMetrics | |
| { | 
  
    
      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.PDF for .NET API | |
| //Use the following namespace to render XSL-FO file format to PDF format | |
| using Aspose.Pdf; | |
| namespace RenderXSLFOToPDF | |
| { | |
| 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.Windows.Forms; | |
| //Add reference to Aspose.Words for .NET API | |
| //Use following namespaces to print word document on a printer | |
| using Aspose.Words; | |
| using Aspose.Words.Rendering; | |
| namespace PrintWordDocumentWithoutInterop | |
| { | |
| public partial class PrintWordDocumentWithoutInterop : Form | 
  
    
      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.TeX for .NET API | |
| //Use following namespaces to render Latex file to PNG format | |
| using Aspose.TeX; | |
| using Aspose.TeX.IO; | |
| using Aspose.TeX.Presentation.Image; | |
| namespace RenderLatexToPNG | |
| { | 
  
    
      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.Net; | |
| //Add reference to Aspose.Email for .NET API | |
| //Use following namespaces to save email message to disk | |
| using Aspose.Email.Clients.Exchange; | |
| using Aspose.Email.Clients.Exchange.WebService; | |
| namespace SaveEmailMessageToDisk | |
| { | |
| class Program |