Konvertera HTML formatet till SVG C# kod. Spara HTML som SVG med C#....Words; var doc = new Document( "Input.html" ); var saveOptions...Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...
Konvertera WORD formatet till TIFF C# kod. Spara WORD som TIFF med C#....Words; var doc = new Document( "Input.docx" ); var saveOptions...Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...
Konvertera HTML formatet till PNG C# kod. Spara HTML som PNG med C#....Words; var doc = new Document( "Input.html" ); var saveOptions...Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...
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...