Konverter TEXT til SVG format i C++ kode. Gem TEXT som SVG ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.txt" ); auto saveOptions...Aspose::Words; auto doc = MakeObject<Document>(u"Input.txt"); doc->Save(u"Output...
Konverter DOC til PNG format i C++ kode. Gem DOC som PNG ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.doc" ); auto saveOptions...Aspose::Words; auto doc = MakeObject<Document>(u"Input.doc"); doc->Save(u"Output...
Konverter Billede til BMP format i C++ kode. Gem Billede som BMP 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...
Konvertera PDF formatet till BMP C# kod. Spara PDF som BMP med C#....Words; var doc = new Document( "Input.pdf" ); var saveOptions...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
Konvertera PDF formatet till OpenOffice C# kod. Spara PDF som OpenOffice med C#....Words; var doc = new Document( "Input.pdf" ); doc.Save(...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
Konverter JPG til BMP format i C# kode. Gem JPG som BMP 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 TXT format i C# kode. Gem JPG som TXT 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 PDF C# kod. Spara JPG som PDF med C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...
Konverter PDF til TXT format i C# kode. Gem PDF som TXT 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 JPG format i C# kode. Gem JPG som JPG 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...