Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 5,307 for

document navigation

(0.1 sec)
  1. تحويل صورة إلى SVG C++

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

    تحويل JPG إلى تنسيق SVG في كود C++ احفظ JPG باسم SVG باستخدام 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...
  8. تحويل 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...
  9. تحويل 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...
  10. عدة 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...