Sort Score
Result 10 results
Languages All
Labels All
Results 5,331 - 5,340 of 187,896 for

page

(0.37 sec)
  1. Worksheets|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.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/cpp/worksheets/
  2. Rendition with layer effects - Free Support For...

    Is it possible to create a rendition of a layer with the layer effects applied?...lisovskyi ← previous page...

    forum.aspose.com/t/rendition-with-layer-effects...
  3. Printing a Document|Aspose.Words for Java

    Print a document using Java through Settings, Print Preview, and Print progress dialogs.... Printing Multiple Pages on One Sheet Aspose.Words implements...document will appear on the printed page. The MultipagePrintDocume class...

    docs.aspose.com/words/java/print-a-document-pro...
  4. 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...
  5. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for JavaScript via C++.... Multi-page TIFF images are fully supported...cannot extract images from HTML pages. The library does not support...

    docs.aspose.com/ocr/javascript-cpp/supported-fi...
  6. 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...
  7. 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...
  8. VbaModule.source_code property | Aspose.Words f...

    VbaModule.source_code property. Gets or sets VBA project module source code....signed; Project code page: { vba_project . code_page } ; Modules count:...signed; Project code page: { vba_project . code_page } ; Modules count:...

    reference.aspose.com/words/python-net/aspose.wo...
  9. XpsSaveOptions.useBookFoldPrintingSettings prop...

    XpsSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/Pagesetup/multiplePages/)....settings are not specified in page setup, this option will have..."MultiplePages" // properties of the page setup objects of all sections...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert JPG To DOCX Javascript

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

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