Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 5,239 for

document navigation

(0.12 sec)
  1. تحويل صورة إلى WORD C#

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

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

    تحويل JPG إلى تنسيق WORD في كود C++ احفظ JPG باسم WORD باستخدام 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. Flere TEXT Til PDF Java

    Flet flere TEXT til PDF i Java kode. Gem TEXT som PDF ved hjælp af Java....flere tekst til PDF Brug vores document Merging API til at skabe bærbar..."Input2.txt" ); Document output = new Document (); // Fjern alt...

    products.aspose.com/words/da/java/merge/text-to...
  5. Flere TEXT Til HTML Java

    Flet flere TEXT til HTML i Java kode. Gem TEXT som HTML ved hjælp af Java....tekst til HTML Brug vores document Merging API til at skabe bærbar..."Input2.txt" ); Document output = new Document (); // Fjern alt...

    products.aspose.com/words/da/java/merge/text-to...
  6. Konverter DOC Til HTML C++

    Konverter DOC til HTML format i C++ kode. Gem DOC som HTML ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.doc" ); doc-> Save...Aspose::Words; auto doc = MakeObject<Document>(u"Input.doc"); doc->Save(u"Output...

    products.aspose.com/words/da/cpp/conversion/doc...
  7. Konverter JPG Til DOC C++

    Konverter JPG til DOC format i C++ kode. Gem JPG som DOC ved hjælp af 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/da/cpp/conversion/jpg...
  8. Konverter HTML Til MARKDOWN C++

    Konverter HTML til MARKDOWN format i C++ kode. Gem HTML som MARKDOWN ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.html" ); doc-> Save...Aspose::Words; auto doc = MakeObject<Document>(u"Input.html"); doc->Save(u"Output...

    products.aspose.com/words/da/cpp/conversion/htm...
  9. Konverter Billede Til DOCX C++

    Konverter Billede til DOCX format i C++ kode. Gem Billede som DOCX ved hjælp af 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/da/cpp/conversion/ima...
  10. Модифікації сторінки XPS на основі подій | .NET

    Дізнайтеся, як вносити повторювані зміни в усі вихідні сторінки під час перетворення файлу XPS за допомогою API Aspose.Page для .NET...1; i <= document. DocumentCount ; i ++ ) 2 { 3 document. SelectActiveDocument...1; j <= document. PageCount ; j ++ ) 5 { 6 document. SelectActivePage...

    docs.aspose.com/page/uk/net/xps/event-based-mod...