Sort Score
Result 10 results
Languages All
Labels All
Results 6,391 - 6,400 of 190,038 for

page

(0.21 sec)
  1. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook workbook = Workbook(“Sample_Excel.xls…...PdfSaveOptions to adjust the page size and scaling to ensure the...set_image_format("png") image_options.set_one_page_per_sheet(True) # Ensures each...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  2. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...Defines whether need enlarge page to fit drawing content or not...// Discard saving background pages of the Visio diagram options...

    docs.aspose.com/diagram/zh/net/save-visio-docum...
  3. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and print options using Aspose.Cells for Node.js via C++....compression, image format, and page quality. Saving Worksheets to...into your applications or web pages. You might need to insert the...

    docs.aspose.com/cells/nodejs-cpp/converting-wor...
  4. Several HTML Into SVG Javascript

    Merge multiple HTML into SVG in JavaScript code. Save HTML as SVG using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.svg`);...

    products.aspose.com/words/nodejs-net/merge/html...
  5. Several TEXT Into GIF Javascript

    Merge multiple TEXT into GIF in JavaScript code. Save TEXT as GIF using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.gif`);...

    products.aspose.com/words/nodejs-net/merge/text...
  6. Working with Images|Aspose.PDF for Java

    This section explains how to replace image with Aspose.PDF Facades - a toolset for popular operations with PDF....Delete Images from a Particular Page of PDF (Facades) PdfContentEditor...method with three parameters: a page number, index of the image to...

    docs.aspose.com/pdf/java/working-with-image/
  7. DocumentBase.BackgroundShape | Aspose.Words for...

    Discover the DocumentBase BackgroundShape property, easily customize your document's background shape for enhanced visual appeal. Maximize your design potential!...a background shape for every page of a document. Document doc...ways of using this shape as a page background. // 1 - A flat color:...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Meal preference|Documentation

    Customizable OMR ready meal preference survey templates.... Please refresh the page and try again. Related articles...

    docs.aspose.com/omr/net/showcases/meal/
  9. Globalization and Localization with C++|Documen...

    Learn how to handle globalization and localization in Aspose.Cells for C++ to support multiple languages and regional settings.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/cpp/globalization-and-loc...
  10. Convert Image To GIF Javascript

    Convert Image to GIF format in JavaScript code. Save Image as GIF using JavaScript....png") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.gif`);...

    products.aspose.com/words/nodejs-net/conversion...