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