Sort Score
Result 10 results
Languages All
Labels All
Results 6,261 - 6,270 of 187,704 for

page

(0.1 sec)
  1. Aspose::Words::Saving::PageSavingArgs::get_Page...

    Aspose::Words::Saving::PageSavingArgs::get_PageFileName method. Gets the file name where the document Page will be saved to in C++....file name where the document page will be saved to. System ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Layout::LayoutEnumerator::get_Pa...

    Aspose::Words::Layout::LayoutEnumerator::get_PageIndex method. Gets the 1-based index of a Page which contains the current entity in C++....Gets the 1-based index of a page which contains the current entity...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. HtmlFixedSaveOptions.resource_saving_callback p...

    HtmlFixedSaveOptions.resource_saving_callback property. Allows to control how resources (images, fonts and css) are saved when a document is exported to fixed Page Html format....document is exported to fixed page Html format. @property def ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Umbraco Word Import Module|Aspose.Words for .NET

    Read contents of any Word processing document using Aspose.Words Umbraco Word Import Module in C#.... What is this page about? This page explains how to import...Import from Word button on the page where the add-on is added. When...

    docs.aspose.com/words/net/umbraco-word-import-m...
  5. BuiltInDocumentProperties.Words | Aspose.Words ...

    Discover the BuiltInDocumentProperties Words property, offering an accurate word count estimate for your documents to enhance editing efficiency....document statistics such as word/page/character counts as metadata...Statistics // Page count: The PageCount property shows the page count...

    reference.aspose.com/words/net/aspose.words.pro...
  6. Branded survey|Documentation

    A customer satisfaction survey decorated with your logo....in the template to the global page settings when generating a printable...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/omr/net/txt-markup/examples/bra...
  7. 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...
  8. 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...
  9. Split Documents via C++ | products.aspose.com

    Split PDF, Microsoft Word, Excel spreadsheets and PowerPoint presentations via your C++ application. Split document by Page number or by some predefined pattern....file into multiple files by page number or by some defined pattern...extract specific sections or pages, or distribute content across...

    products.aspose.com/total/cpp/split/
  10. Convert Image To BMP Javascript

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

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