Sort Score
Result 10 results
Languages All
Labels All
Results 6,761 - 6,770 of 181,425 for

page

(0.14 sec)
  1. Convert HTML To WORD C++

    Convert HTML to WORD format in C++ code. Save HTML as WORD using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/html-t...
  2. Convert TEXT To PDF C++

    Convert TEXT to PDF format in C++ code. Save TEXT as PDF using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/text-t...
  3. Convert Image To DOC C++

    Convert Image to DOC format in C++ code. Save Image as DOC using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/image-...
  4. Convert WORD To XPS C++

    Convert a Word document to XPS format in C++ code. Save a Word document as XPS using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/word-t...
  5. Convert JPG To DOCX C++

    Convert JPG to DOCX format in C++ code. Save JPG as DOCX using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/jpg-to...
  6. Convert JPG To DOCX C#

    Convert JPG to DOCX format in C# code. Save JPG as DOCX using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/jpg-to...
  7. LINQ Reporting Engine or Mail Merge in C#|Aspos...

    What is the difference between Mail Merge and LINQ Reporting Engine in Aspose.Words for .NET and which solution is better to choose?...Hide ] What is this page about? This page explains the differences...results. Please refresh the page and try again....

    docs.aspose.com/words/net/linq-reporting-engine...
  8. Restrict Document Editing in C#|Aspose.Words fo...

    Restrict editing a document by setting a restriction type using C#. You can also remove protection and make unrestricted editable regions....Hide ] What is this page about? This page explains how to restrict...results. Please refresh the page and try again....

    docs.aspose.com/words/net/restrict-document-edi...
  9. Excel Themes and Colors|Documentation

    C# code to use Excel Color Scheme with Aspose.Cells for .NET API...Excel Open Excel and go to the Page Layout tab in the Excel ribbon...standards. Open Excel and go to the Page Layout tab in the Excel ribbon...

    docs.aspose.com/cells/net/excel-themes-and-colors/
  10. Several WORD Into JPG Java

    Merge multiple a Word document into JPG in Java code. Save a Word document as JPG using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/word-to-jpg/