Slå samman flera WORD till PNG i Java kod. Spara WORD som PNG med Java....docx" ); Document output = new Document (); // Ta bort...: fileNames) { Document input = new Document (fileName); // Lägg...
Konvertera HTML formatet till GIF C++ kod. Spara HTML som GIF med 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 PDF til BMP format i C# kode. Gem PDF som BMP 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 PDF til TIFF format i C# kode. Gem PDF som TIFF 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 PDF til GIF format i C# kode. Gem PDF som GIF 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...
تحويل DOC إلى تنسيق JPG في كود C++ احفظ DOC باسم JPG باستخدام 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...
تحويل WORD إلى تنسيق JPG في كود C++ احفظ WORD باسم JPG باستخدام C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.docx" ); auto saveOptions...Aspose::Words; auto doc = MakeObject<Document>(u"Input.docx"); doc->Save(u"Output...
Konverter DOC til JPG format i C# kode. Gem DOC som JPG 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 PNG format i C# kode. Gem PDF som PNG 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...
Rediger DOCX, DOC, PDF og en række andre filformater i C#....filformater ved at bruge ' 'Document.Save' -metoden Slet unødvendige...Aspose.Words; var doc = new Document( "Input.docx" ); var builder...