Sort Score
Result 10 results
Languages All
Labels All
Results 4,341 - 4,350 of 5,342 for

document navigation

(0.09 sec)
  1. تقسيم HTML إلى أجزاء C#

    قسِّم ملفات HTML إلى صفحات إلكترونية باستخدام كود C#. احفظ HTML كملفات منفصلة باستخدام C#....الملف المطلوب باستخدام طريقة 'Document.Save'. يمكنك أيضًا التحكم...Aspose.Words; var doc = new Document( "Input.html" ); for ( var...

    products.aspose.com/words/ar/net/split/html/
  2. عدة PDF في EPUB C#

    دمج العديد من PDF في EPUB في رمز C# احفظ PDF باسم EPUB باستخدام C#....pdf" }; var output = new Document(); // قم بإزالة كل المحتوى...fileNames) { var input = new Document(fileName); // بإلحاق المستند...

    products.aspose.com/words/ar/net/merge/pdf-to-e...
  3. عدة TEXT في WORD C#

    دمج العديد من TEXT في WORD في رمز C# احفظ TEXT باسم WORD باستخدام C#....txt" }; var output = new Document(); // قم بإزالة كل المحتوى...fileNames) { var input = new Document(fileName); // بإلحاق المستند...

    products.aspose.com/words/ar/net/merge/text-to-...
  4. عدة TEXT في PDF C#

    دمج العديد من TEXT في PDF في رمز C# احفظ TEXT باسم PDF باستخدام C#....txt" }; var output = new Document(); // قم بإزالة كل المحتوى...fileNames) { var input = new Document(fileName); // بإلحاق المستند...

    products.aspose.com/words/ar/net/merge/text-to-...
  5. عدة WORD في TXT C#

    دمج العديد من WORD في TXT في رمز C# احفظ WORD باسم TXT باستخدام C#....docx" }; var output = new Document(); // قم بإزالة كل المحتوى...fileNames) { var input = new Document(fileName); // بإلحاق المستند...

    products.aspose.com/words/ar/net/merge/word-to-...
  6. عدة WORD في صورة C++

    دمج العديد من WORD في صورة في رمز C++ احفظ WORD باسم صورة باستخدام C++....auto output = MakeObject <Document>(); // قم بإزالة كل المحتوى...{ auto input = MakeObject <Document>(fileName); // بإلحاق المستند...

    products.aspose.com/words/ar/cpp/merge/word-to-...
  7. عدة WORD في PNG C++

    دمج العديد من WORD في PNG في رمز C++ احفظ WORD باسم PNG باستخدام C++....auto output = MakeObject <Document>(); // قم بإزالة كل المحتوى...{ auto input = MakeObject <Document>(fileName); // بإلحاق المستند...

    products.aspose.com/words/ar/cpp/merge/word-to-...
  8. Flere WORD Til JPG C++

    Flet flere WORD til JPG i C++ kode. Gem WORD som JPG ved hjælp af C++....auto output = MakeObject <Document>(); // Fjern alt indhold fra...{ auto input = MakeObject <Document>(fileName); // Tilføj kildedokumentet...

    products.aspose.com/words/da/cpp/merge/word-to-...
  9. Flera DOC Till PDF C++

    Slå samman flera DOC till PDF i C++ kod. Spara DOC som PDF med C++....auto output = MakeObject <Document>(); // Ta bort allt innehåll...{ auto input = MakeObject <Document>(fileName); // Lägg till källdokumentet...

    products.aspose.com/words/sv/cpp/merge/doc-to-pdf/
  10. Flera HTML Till WORD C++

    Slå samman flera HTML till WORD i C++ kod. Spara HTML som WORD med C++....auto output = MakeObject <Document>(); // Ta bort allt innehåll...{ auto input = MakeObject <Document>(fileName); // Lägg till källdokumentet...

    products.aspose.com/words/sv/cpp/merge/html-to-...