Sort Score
Result 10 results
Languages All
Labels All
Results 7,151 - 7,160 of 24,674 for

range

(0.11 sec)
  1. Convert HTML to PDF in Java – Aspose.HTML for Java

    Convert HTML to PDF with Aspose.HTML for Java. Use Converter and PdfSaveOptions classes for precise and customizable PDF outputs....with full control over a wide range of conversion parameters. Just...programmatically " + 6 "apply a wide range of conversion parameters " +...

    docs.aspose.com/html/java/html-to-pdf-converter/
  2. Convert HTML to DOCX – C# code and Online Conve...

    Convert HTML to DOCX online or with Aspose.HTML for .NET. Use the HTML to DOCX Converter to save a webpage as a DOCX file quickly, clearly, and safely....with full control over a wide range of conversion parameters. There...because it supports a wide range of formatting features and offers...

    products.aspose.com/html/net/conversion/html-to...
  3. 在python中壓縮pdf

    在Python中壓縮PDF而不會損失質量。優化PDF內容,輕鬆減小文件大小。...DocumentBuilder() for i in range ( 0 , len (pages_stream)): #...DocumentBuilder() for i in range(0, len(pages_stream)): # 設置最大頁面大小,避免當前頁面圖像縮放。...

    products.aspose.com/words/zh-hant/python-net/co...
  4. Manage Chart Data Series in Python|Aspose.Slide...

    Learn how to manage chart data series in Python for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....a 2D chart by specifying a range from -100 to 100. Since this... 20 , 500 , 200 ) for i in range ( len ( chart . chart_data ...

    docs.aspose.com/slides/python-net/chart-series/
  5. Comment class | Aspose.Words for Node.js

    Aspose.Words.Comment class. Represents a container for text of a comment...(Inherited from Node ) range Returns a Range object that represents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.Total for Java|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....applications to perform a great range of document processing tasks...applications to perform a great range of spreadsheet processing tasks...

    docs.aspose.com/total/java/
  7. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library.... The value must be in the range between 0 and 1. options . setImageBrightness...5. The value must be in the range between 0 and 1. options . setImageContrast...

    docs.aspose.com/diagram/java/save-visio-document/
  8. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....set within the 0 to duration range, and the GetFrame method then...Aspose.Slides supports a wide range of common entrance, exit, and...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  9. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....change the data at the source range of the Pivot Table and then...//Set the conditional format range intrusive_ptr ca = ICellArea...

    docs.aspose.com/cells/cpp/public-api-changes-in...
  10. Aspose split docx file wrongly in Docker, but w...

    I am using Aspose to split a DOCX file into separate DOCX files for each page, and I am creating a Python Azure Function to perform this task. The splitting works correctly in both an Ubuntu Docker image and my local env…...Document("docx path") for page in range(18): page_number = page + 1...Document("test.docx") for page in range(4): page_number = page + 1 extractedPage...

    forum.aspose.com/t/aspose-split-docx-file-wrong...