تحويل JPG إلى تنسيق صورة في كود C# احفظ JPG باسم صورة باستخدام C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); 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 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...
Konverter Billede til PNG format i C# kode. Gem Billede som PNG 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 JPG formatet till TIFF C++ kod. Spara JPG som TIFF med C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output...
Konvertera JPG formatet till PNG C++ kod. Spara JPG som PNG med C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output...
Konvertera TEXT formatet till GIF C# kod. Spara TEXT som GIF med C#....Words; var doc = new Document( "Input.txt" ); var saveOptions...Aspose.Words; var doc = new Document("Input.txt"); 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...
Konvertera JPG formatet till GIF C# kod. Spara JPG som GIF med C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); 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...