دمج العديد من HTML في PNG في رمز Java احفظ HTML باسم PNG باستخدام Java....html" ); Document output = new Document (); // قم بإزالة...: fileNames) { Document input = new Document (fileName); // بإلحاق...
تحويل HTML إلى تنسيق SVG في كود C++ احفظ HTML باسم SVG باستخدام 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...
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 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 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...
Flet flere HTML til WORD i Java kode. Gem HTML som WORD ved hjælp af Java....flere HTML til Word Brug vores document Merging API til at skabe bærbar..."Input2.html" ); Document output = new Document (); // Fjern alt...
Konverter JPG til TIFF format i C++ kode. Gem JPG som TIFF ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output...
Konverter DOC til PNG format i C++ kode. Gem DOC som PNG ved hjælp af 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...