Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 24,332 for

only

(0.19 sec)
  1. Release Unmanaged Resources of the Workbook wit...

    Learn how to release unmanaged resources of the Workbook using Aspose.Cells with Golang via C++....The Dispose pattern is used only for objects that access unmanaged...

    docs.aspose.com/cells/go-cpp/release-unmanaged-...
  2. Search in a Document|Documentation

    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....results Aspose Tools Toolbar – Only Supported in SharePoint 2010...

    docs.aspose.com/cells/sharepoint/search-in-a-do...
  3. How to Convert XPS to JPG in C#

    This tutorial answers the question about how to convert XPS to JPG in C#. It contains the environment configuration information, step-by-step procedure as well as a sample code to convert XPS file to JPG in C#... You only need to load the input XPS file...convert it to the JPG format with only a few API method calls. Steps...

    kb.aspose.com/page/net/how-to-convert-xps-to-jp...
  4. Get Cells Range|Documentation

    Learn how to get the cells range using Aspose.Cells for Python via .NET API....Possible Usage Scenarios When you only need to manipulate some data...

    docs.aspose.com/cells/python-net/get-cells-range/
  5. SvgSaveOptions.IdPrefix | Aspose.Words for .NET

    Discover the SvgSaveOptions IdPrefix property, which customizes element IDs in your output document for better organization and clarity. Enhance your SVG files today!...is specified, it can contain only letters, digits, underscores...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Saving::FontSavingArgs::get_IsSu...

    Aspose::Words::Saving::FontSavingArgs::get_IsSubsettingNeeded method. Allows to specify whether the current font will be subsetted before exporting as a font resource in C++....files or subsetted to include only the characters that are used...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Licensing|Documentation

    Learn how to obtain and apply the license for Aspose.OMR for С++ and discover limitations of the trial version.... Only the first 5 elements of the...remaining elements are ignored. Only the first 5 answers are recognized...

    docs.aspose.com/omr/cpp/licensing/
  8. Convert Multi-Page Documents to a Single Image ...

    Aspose.Words for .NET 25.6 adds multi-page document export to a single image with custom layouts, ideal for sharing, printing, or visual display....JPEG) created a single image for only the first page of the document...following options: SinglePage – save only the first of the specified pages...

    blog.aspose.com/words/convert-multi-page-docume...
  9. PageSetup.TextOrientation | Aspose.Words for .NET

    Discover the PageSetup TextOrientation property to easily set page text direction. Customize your layout with options beyond the default Horizontal....; } Remarks This property is only supported for MS Word native...

    reference.aspose.com/words/net/aspose.words/pag...
  10. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...OnePagePerSheet property is set to true, only one PDF page will be exported...of one sheet will output to only one // page in result. The paper...

    forum.aspose.com/t/add-a-page-break-in-excel-at...