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

document navigation

(0.12 sec)
  1. Flera WORD Till XPS C++

    Slå samman flera WORD till XPS i C++ kod. Spara WORD som XPS 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/word-to-...
  2. Flera WORD Till PDF C++

    Slå samman flera WORD till PDF i C++ kod. Spara WORD 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/word-to-...
  3. Dela Upp DOC I Delar C++

    Dela upp DOC filer på e-sidor med C++ koden. Spara DOC som separata filer med C++....önskat filformat med metoden 'Document.Save'. Du kan också styra...Aspose::Words; auto doc = MakeObject <Document>( u"Input.doc" ); for ( int...

    products.aspose.com/words/sv/cpp/split/doc/
  4. عدة DOC في صورة C++

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

    products.aspose.com/words/ar/cpp/merge/doc-to-i...
  5. Flere DOC Til RTF C++

    Flet flere DOC til RTF i C++ kode. Gem DOC som RTF 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/doc-to-rtf/
  6. عدة PDF في WORD C#

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

    products.aspose.com/words/ar/net/merge/pdf-to-w...
  7. تقسيم TXT إلى أجزاء C++

    قسِّم ملفات TXT إلى صفحات إلكترونية باستخدام كود C++. احفظ TXT كملفات منفصلة باستخدام C++....الملف المطلوب باستخدام طريقة "Document.Save". يمكنك أيضًا التحكم...Aspose::Words; auto doc = MakeObject <Document>( u"Input.txt" ); for ( int...

    products.aspose.com/words/ar/cpp/split/txt/
  8. تقسيم DOCX إلى أجزاء C++

    قسِّم ملفات DOCX إلى صفحات إلكترونية باستخدام كود C++. احفظ DOCX كملفات منفصلة باستخدام C++....الملف المطلوب باستخدام طريقة "Document.Save". يمكنك أيضًا التحكم...Aspose::Words; auto doc = MakeObject <Document>( u"Input.docx" ); for ( int...

    products.aspose.com/words/ar/cpp/split/docx/
  9. تقسيم WORD إلى أجزاء C#

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

    products.aspose.com/words/ar/net/split/word/
  10. WORD Mail Merge I C#

    Tilpas din Mail merge WORD ved hjælp af C#. Automatiser e-mails eller opbyg rapporter ved hjælp af Mail merge WORD skabelonen i C#.... Brug vores Mail merge Document API til at udvikle software...object [] { }; var doc = new Document( "Input.docx" ); doc.MailMerge...

    products.aspose.com/words/da/net/mailmerge/word/