دمج العديد من DOC في PNG في رمز Java احفظ DOC باسم PNG باستخدام Java....doc" ); Document output = new Document (); // قم بإزالة...: fileNames) { Document input = new Document (fileName); // بإلحاق...
Konverter JPG til DOC format i C# kode. Gem JPG som DOC 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 SVG format i C# kode. Gem JPG som SVG 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 Billede til GIF format i C# kode. Gem Billede som GIF 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 JPG format i C# kode. Gem Billede som JPG 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 DOC til Billede format i C# kode. Gem DOC som Billede ved hjælp af C#....Words; var doc = new Document( "Input.doc" ); var saveOptions...Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...
Flet flere WORD til PDF i Java kode. Gem WORD som PDF ved hjælp af Java....flere Word til PDF Brug vores document Merging API til at skabe bærbar..."Input2.docx" ); Document output = new Document (); // Fjern alt...
Konvertera JPG formatet till WORD C# kod. Spara JPG som WORD 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 WORD C++ kod. Spara JPG som WORD 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 Bild formatet till WORD C# kod. Spara Bild som WORD med C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...