Sort Score
Result 10 results
Languages All
Labels All
Results 7,531 - 7,540 of 181,419 for

page

(0.17 sec)
  1. ImageWatermarkOptions.scale property | Aspose.W...

    ImageWatermarkOptions.scale property. Gets or sets the scale factor expressed as a fraction of the image...and max height relative to the page margins. See Also module Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Add Hide Function in Aspose.Cells for Reporting...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/reportingservices/add-hid...
  3. Documentation|Aspose.PDF for Rust via C++

    Learn to use Aspose.PDF for Rust to create applications for PDF documents processing in Rust environment....PDF for Rust Product Page Aspose.PDF for Rust API Reference...

    docs.aspose.com/pdf/rust-cpp/
  4. Render Custom Date Format Patterns g and ge.mm....

    Aspose.Cells is a .NET library for working with spreadsheet files that supports rendering dates using custom date format patterns 'g' and 'ge'. This article will describe how to render custom date format patterns using the Aspose.Cells library so that users can control how dates are displayed.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/render-custom-date-fo...
  5. Detect Merged Cells in a Worksheet|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports detecting merged cells in a worksheet, making it easy for users to identify and manipulate these cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to detect merged cells.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/python-net/detect-merged-...
  6. Convert JPG To JPG C++

    Convert JPG to JPG format in C++ code. Save JPG 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/jpg-to...
  7. Փոխակերպեք Word, PDF և Շատ Այլ Ֆայլերի Ձևաչափեր...

    Փաստաթղթերը ծրագրային C# ով տարբեր ֆայլերի ձևաչափերի միջև՝ DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG և շատ ավելին:...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/
  8. Several DOC Into JPG Java

    Merge multiple DOC into JPG in Java code. Save DOC 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/doc-to-jpg/
  9. Փոխարկել Պատկեր DOCX C#

    Փոխարկեք Պատկեր ը DOCX ձևաչափի C# կոդով: Պահեք Պատկեր որպես 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/ima...
  10. Փոխարկել DOC HTML C#

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

    products.aspose.com/words/hy/net/conversion/doc...