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 Aspose.Diagram for .NET package reference | |
| //Use following namespaces to convert VSX to HTML format | |
| using Aspose.Diagram; | |
| namespace ConvertVSXtoHTML | |
| { | |
| 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.Tasks for .NET API | |
| //Use following namespaces to extract metadata from Micorosoft Project file | |
| using Aspose.Tasks; | |
| namespace ExtractMicrosoftProjectFileMetaData | |
| { | |
| 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.Note for .NET API | |
| //Use following namespaces to convert OneNote (.One) file to PDF | |
| using Aspose.Note; | |
| using Aspose.Note.Saving; | |
| using Aspose.Note.Saving.Pdf; | |
| namespace ConvertOneNoteFileToPDF | |
| { | |
| 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 System.IO; | |
| //Add reference to Aspose.CAD for .NET API | |
| //Use following namespaces to extract text from DXF file | |
| using Aspose.CAD; | |
| using Aspose.CAD.FileFormats.Cad; | |
| using Aspose.CAD.FileFormats.Cad.CadObjects; | |
| using Aspose.CAD.FileFormats.Cad.CadConsts; | |
| namespace ExtractTextFromDXFFile | 
  
    
      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.HTML for .NET API | |
| //Use following namespaces to convert markdown to HTML to XPS | |
| using Aspose.Html; | |
| using Aspose.Html.Converters; | |
| using Aspose.Html.Rendering.Xps; | |
| using Aspose.Html.Drawing; | |
| namespace ConvertMDtoHTMLtoXPS | 
  
    
      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.3D for .NET API | |
| //Use following namespaces to convert FBX File Format to OBJ Format | |
| using Aspose.ThreeD; | |
| namespace ConvertFBXToOBJFileFormat | |
| { | |
| 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.GIS for .NET & Aspose.Zip for .NET APIs | |
| //Use following namespaces to convert GPX file format to KMZ format | |
| using Aspose.Gis; | |
| using Aspose.Zip; | |
| namespace ConvertGPXToKMZFileFormat | |
| { | |
| 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 System.IO; | |
| using System.Text; | |
| //Add reference to Aspose.Zip for .NET API | |
| //Use following namespace to extract zip file | |
| using Aspose.Zip; | |
| namespace ExtractZipFile | |
| { | |
| 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 System.IO; | |
| using System.Drawing.Imaging; | |
| //Add reference to Aspose.Page for .NET API | |
| //Use following namespace to convert EPS to TIFF file type | |
| using Aspose.Page; | |
| using Aspose.Page.EPS; | |
| using Aspose.Page.EPS.Device; | |
| namespace ConvertEPSToTIFF | 
  
    
      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.PSD for .NET API | |
| //Use following namespaces to add image watermark to PSD file | |
| using Aspose.PSD; | |
| using Aspose.PSD.FileFormats.Psd; | |
| using Aspose.PSD.FileFormats.Psd.Layers; | |
| using Aspose.PSD.Brushes; | |
| using Aspose.PSD.ImageOptions; |