Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 4,864 for

document navigation

(0.07 sec)
  1. عدة TEXT في JPG Java

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

    products.aspose.com/words/ar/java/merge/text-to...
  2. تحويل JPG إلى GIF C++

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

    products.aspose.com/words/ar/cpp/conversion/jpg...
  3. تحويل JPG إلى TXT C++

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

    products.aspose.com/words/ar/cpp/conversion/jpg...
  4. تحويل WORD إلى HTML C++

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

    products.aspose.com/words/ar/cpp/conversion/wor...
  5. عدة HTML في PNG Java

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

    products.aspose.com/words/ar/java/merge/html-to...
  6. عدة TEXT في SVG Java

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

    products.aspose.com/words/ar/java/merge/text-to...
  7. تحويل صورة إلى BMP C#

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

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

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

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

    تحويل PDF إلى تنسيق RTF في كود C# احفظ PDF باسم RTF باستخدام 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/ar/net/conversion/pdf...