Sort Score
Result 10 results
Languages All
Labels All
Results 5,591 - 5,600 of 188,856 for

page

(0.32 sec)
  1. Split Word File Online or via .NET | products.a...

    Free online app to split different Word files. .NET C# splitter library code for Word documents....Get total pages using Page Count. Loop through each page and use...to extract the page. Save the extracted page into new Word file...

    products.aspose.com/total/net/split/word/
  2. Aspose::Words::Saving::PdfSaveOptions::set_Page...

    Aspose::Words::Saving::PdfSaveOptions::set_PageLayout method. Specifies the Page layout to be used when the document is opened in a PDF reader in C++....Layout method Specifies the page layout to be used when the document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Saving::PdfSaveOptions::get_Page...

    Aspose::Words::Saving::PdfSaveOptions::get_PageLayout method. Specifies the Page layout to be used when the document is opened in a PDF reader in C++....Layout method Specifies the page layout to be used when the document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Convert a Document in C#|Aspose.Words for .NET

    Easily convert documents from one format to another using C#. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others.... What is this page about? This page describes the general...combination is linked to the definite page. This is the case because our...

    docs.aspose.com/words/net/convert-a-document/
  5. Parse PDF documents C/C++|Aspose.PDF for C++

    Do you want to extract data from PDF documents? Discover various PDF data extraction methods with Aspose.PDF for C++....particular page, or a particular region in a page. Extract Images...

    docs.aspose.com/pdf/cpp/parsing/
  6. Several WORD Into JPG Javascript

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

    products.aspose.com/words/nodejs-net/merge/word...
  7. Several WORD Into PNG Javascript

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

    products.aspose.com/words/nodejs-net/merge/word...
  8. Several DOC Into PNG Javascript

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

    products.aspose.com/words/nodejs-net/merge/doc-...
  9. Working with Protection|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....vsd" ); // get page by name Page page = diagram . getPages...get shape by ID Shape shape = page . getShapes (). getShape ( 1...

    docs.aspose.com/diagram/java/working-with-prote...
  10. LayoutOptions.callback property | Aspose.Words ...

    LayoutOptions.callback property. Gets or sets [IPageLayoutCallback](../../iPagelayoutcallback/) implementation used by Page layout model....IPageLayoutCallback implementation used by page layout model. get callback ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...