Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 5,324 for

document navigation

(0.14 sec)
  1. عدة WORD في صورة Java

    دمج العديد من WORD في صورة في رمز Java احفظ WORD باسم صورة باستخدام Java....docx" ); Document output = new Document (); // قم بإزالة...: fileNames) { Document input = new Document (fileName); // بإلحاق...

    products.aspose.com/words/ar/java/merge/word-to...
  2. تحويل JPG إلى DOC C#

    تحويل JPG إلى تنسيق DOC في كود C# احفظ JPG باسم DOC باستخدام C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/ar/net/conversion/jpg...
  3. تحويل JPG إلى JPG C#

    تحويل JPG إلى تنسيق JPG في كود C# احفظ JPG باسم JPG باستخدام C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/ar/net/conversion/jpg...
  4. تحويل صورة إلى GIF C++

    تحويل صورة إلى تنسيق GIF في كود C++ احفظ صورة باسم GIF باستخدام C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.png"); doc->Save(u"Output...

    products.aspose.com/words/ar/cpp/conversion/ima...
  5. تحويل صورة إلى DOCX C++

    تحويل صورة إلى تنسيق DOCX في كود C++ احفظ صورة باسم DOCX باستخدام C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.png"); doc->Save(u"Output...

    products.aspose.com/words/ar/cpp/conversion/ima...
  6. تحويل WORD إلى صورة C++

    تحويل WORD إلى تنسيق صورة في كود C++ احفظ WORD باسم صورة باستخدام 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...

    products.aspose.com/words/ar/cpp/conversion/wor...
  7. Konverter PDF Til RTF C#

    Konverter PDF til RTF format i C# kode. Gem PDF som RTF 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...

    products.aspose.com/words/da/net/conversion/pdf...
  8. تحويل صورة إلى JPG C#

    تحويل صورة إلى تنسيق JPG في كود C# احفظ صورة باسم JPG باستخدام C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/ar/net/conversion/ima...
  9. تحويل صورة إلى DOC C#

    تحويل صورة إلى تنسيق DOC في كود C# احفظ صورة باسم DOC باستخدام C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/ar/net/conversion/ima...
  10. تحويل PDF إلى SVG C#

    تحويل PDF إلى تنسيق SVG في كود C# احفظ PDF باسم SVG باستخدام C#....Words; var doc = new Document( "Input.pdf" ); var saveOptions...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ar/net/conversion/pdf...