Konvertera WORD formatet till HTML C# kod. Spara WORD som HTML med C#....Words; var doc = new Document( "Input.docx" ); doc.Save(...Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...
Konvertera DOC formatet till Bild C++ kod. Spara DOC som Bild med 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...
Konvertera JPG formatet till GIF C++ kod. Spara JPG som GIF med C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output...
Konverter WORD til PNG format i C# kode. Gem WORD som PNG 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...
Slå samman flera TEXT till GIF i Java kod. Spara TEXT som GIF med Java....txt" ); Document output = new Document (); // Ta bort...: fileNames) { Document input = new Document (fileName); // Lägg...
Slå samman flera TEXT till SVG i Java kod. Spara TEXT som SVG med Java....txt" ); Document output = new Document (); // Ta bort...: fileNames) { Document input = new Document (fileName); // Lägg...
Slå samman flera TEXT till JPG i Java kod. Spara TEXT som JPG med Java....txt" ); Document output = new Document (); // Ta bort...: fileNames) { Document input = new Document (fileName); // Lägg...
Konvertera DOC formatet till HTML C# kod. Spara DOC som HTML med C#....Words; var doc = new Document( "Input.doc" ); doc.Save(...Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...
Konvertera HTML formatet till GIF C# kod. Spara HTML som GIF med C#....Words; var doc = new Document( "Input.html" ); var saveOptions...Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...
تحويل JPG إلى تنسيق DOCX في كود C++ احفظ JPG باسم DOCX باستخدام C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output...