Slå samman flera DOC till JPG i Java kod. Spara DOC som JPG med Java....doc" ); Document output = new Document (); // Ta bort...: fileNames) { Document input = new Document (fileName); // Lägg...
Konvertera PDF formatet till JPG C# kod. Spara PDF som JPG med C#....Words; var doc = new Document( "Input.pdf" ); var saveOptions...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
دمج العديد من 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...
Konverter Billede til BMP format i C++ kode. Gem Billede som BMP ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.png"); doc->Save(u"Output...
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 WORD til TIFF format i C# kode. Gem WORD som TIFF 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...
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...
Konverter DOC til PNG format i C# kode. Gem DOC som PNG ved hjælp af C#....Words; var doc = new Document( "Input.doc" ); var saveOptions...Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...
Konverter PDF til Billede format i C# kode. Gem PDF som Billede 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...