Konvertera JPG formatet till DOCX C# kod. Spara JPG som DOCX 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 DOCX format i C# kode. Gem Billede som DOCX 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 BMP format i C# kode. Gem Billede som BMP 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 SVG format i C# kode. Gem Billede som SVG 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 PDF til OpenOffice format i C# kode. Gem PDF som OpenOffice ved hjælp af C#....Words; var doc = new Document( "Input.pdf" ); doc.Save(...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
Konverter JPG til PDF format i C# kode. Gem JPG som PDF 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 PNG format i C# kode. Gem JPG som PNG 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 TEXT til GIF format i C# kode. Gem TEXT som GIF ved hjælp af C#....Words; var doc = new Document( "Input.txt" ); var saveOptions...Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...
Konverter Billede til DOC format i C++ kode. Gem Billede som DOC ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.png"); doc->Save(u"Output...
Slå samman flera PDF till BMP i C# kod. Spara PDF som BMP med C#....pdf" }; var output = new Document(); // Ta bort allt innehåll...fileNames) { var input = new Document(fileName); // Lägg till källdokumentet...