Konverter PDF til OpenOffice format i C# kode. Gem PDF som OpenOffice ved hjælp af C#....Words; var doc = new Document( "Input.pdf" ); doc.Save(...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
Konverter Billede til DOC format i C++ kode. Gem Billede som DOC 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...
تحويل PDF إلى تنسيق TIFF في كود C# احفظ PDF باسم TIFF باستخدام C#....Words; var doc = new Document( "Input.pdf" ); var saveOptions...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
تحويل HTML إلى تنسيق MARKDOWN في كود C# احفظ HTML باسم MARKDOWN باستخدام C#....Words; var doc = new Document( "Input.html" ); doc.Save(...Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...
تحويل صورة إلى تنسيق DOCX في كود C# احفظ صورة باسم DOCX باستخدام C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...
دمج العديد من TEXT في GIF في رمز Java احفظ TEXT باسم GIF باستخدام Java....txt" ); Document output = new Document (); // قم بإزالة...: fileNames) { Document input = new Document (fileName); // بإلحاق...
دمج العديد من TEXT في صورة في رمز Java احفظ TEXT باسم صورة باستخدام Java....txt" ); Document output = new Document (); // قم بإزالة...: fileNames) { Document input = new Document (fileName); // بإلحاق...
تحويل صورة إلى تنسيق JPG في كود C++ احفظ صورة باسم JPG باستخدام C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.png"); doc->Save(u"Output...