Sort Score
Result 10 results
Languages All
Labels All
Results 6,801 - 6,810 of 181,424 for

page

(0.2 sec)
  1. Փոխարկել TEXT PDF C#

    Փոխարկեք TEXT ը PDF ձևաչափի C# կոդով: Պահեք TEXT որպես PDF օգտագործելով C#:...pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...

    products.aspose.com/words/hy/net/conversion/tex...
  2. Փոխարկել JPG BMP C#

    Փոխարկեք JPG ը BMP ձևաչափի C# կոդով: Պահեք JPG որպես BMP օգտագործելով C#:...bmp); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.bmp", saveOptions);...

    products.aspose.com/words/hy/net/conversion/jpg...
  3. Convert Image To JPG C++

    Convert Image to JPG format in C++ code. Save Image as JPG 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 JPG To BMP C++

    Convert JPG to BMP format in C++ code. Save JPG as BMP 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...
  5. Փոխարկել JPG DOCX C#

    Փոխարկեք JPG ը DOCX ձևաչափի C# կոդով: Պահեք JPG որպես DOCX օգտագործելով 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/hy/net/conversion/jpg...
  6. 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...
  7. 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...
  8. 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/
  9. Բաժանել DOCX Մասերի Java

    Բաժանեք DOCX ֆայլեր e էջերի՝ օգտագործելով Java կոդը: Պահեք DOCX որպես առանձին ֆայլեր՝ օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { Document...extractedPage = doc.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/split/docx/
  10. Մի Քանի TEXT Դեպի PNG Java

    Միավորել մի քանի TEXT PNG ին Java կոդի մեջ: Պահպանեք TEXT որպես PNG օգտագործելով Java:...for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/merge/text-to...