Konverter HTML til Billede format i Java kode. Gem HTML som Billede ved hjælp af Java....*; Document doc = new Document ( "Input.html" );...aspose.words.*; Document doc = new Document("Input.html"); doc...
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 WORD formatet till PNG C# kod. Spara WORD som PNG med C#....Words; var doc = new Document( "Input.docx" ); var saveOptions...Aspose.Words; var doc = new Document("Input.docx"); 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...
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 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...
Konverter HTML til JPG format i C# kode. Gem HTML som JPG 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...
تحويل HTML إلى تنسيق JPG في كود C++ احفظ HTML باسم JPG باستخدام 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...