Konverter JPG til GIF format i C# kode. Gem JPG som GIF ved hjælp af C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...
Konverter JPG til TIFF format i C# kode. Gem JPG som TIFF ved hjælp af C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...
Konverter JPG til Billede format i C# kode. Gem JPG som Billede ved hjælp af C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...
Konverter JPG til HTML format i C# kode. Gem JPG som HTML ved hjælp af C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...
Konvertera JPG formatet till Bild C# kod. Spara JPG som Bild med C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...
Konverter Billede til DOC format i C# kode. Gem Billede som DOC ved hjælp af C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...
Konvertera HTML formatet till MARKDOWN C# kod. Spara HTML som MARKDOWN med C#....Words; var doc = new Document( "Input.html" ); doc.Save(...Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...
Konverter DOC til HTML format i C# kode. Gem DOC som HTML ved hjælp af C#....Words; var doc = new Document( "Input.doc" ); doc.Save(...Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...
Konverter HTML til MARKDOWN format i C# kode. Gem HTML som MARKDOWN ved hjælp af C#....Words; var doc = new Document( "Input.html" ); doc.Save(...Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...
Konverter WORD til Billede format i C# kode. Gem WORD som Billede ved hjælp af C#....Words; var doc = new Document( "Input.docx" ); var saveOptions...Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...