Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 3,592 for

split document

(0.42 sec)
  1. Merge Cells|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....and Unmerging (Splitting) Cells . AI Document Assistant Close...Close Iterate Rows and Columns Split Panes in Apache POI and Aspose...

    docs.aspose.com/cells/java/merge-cells/
  2. Get Started|Aspose.PDF for JavaScript via C++

    This section describes the basic principles of work Aspose.PDF for JavaScript via C++. Aspose.PDF for JavaScript via C++ supports a wide variety of functions....should be able to open the documents on any hardware or operating...open a PDF, the layout of the document should look the same. However...

    docs.aspose.com/pdf/javascript-cpp/get-started/
  3. VbaReference.type property | Aspose.Words for N...

    VbaReference.type property. Gets [VbaReferenceType](../../vbareferencetype/) object that indicates the type of reference that a [VbaReference](../) object represents.... Document ( base . myDir + "VBA project...refParts = libIdReference . split ( '#' ); if ( refParts . length...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert Text to Columns using Aspose.Cells|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.... In order to split the contents of a column to...based on which Microsoft Excel splits the contents of a cell to multiple...

    docs.aspose.com/cells/java/convert-text-to-colu...
  5. Extract text from PDF in JavaScript | Aspose.PDF

    Simple demo source code to extract text from PDF file on JavaScript via C++ directly on the Web....helps extract text from PDF document. In order to extract, we’ll...the PDF with an instance of Document. Create TextAbsorber object...

    products.aspose.com/pdf/javascript-cpp/parser/t...
  6. Aspose::Words::Layout::PageLayoutEvent enum | A...

    Aspose::Words::Layout::PageLayoutEvent enum. A code of event raised during page layout model build and rendering. Page layout model is built in two steps. First, "conversion step", this is when page layout pulls Document content and creates object graph. Second, "reflow step", this is when structures are Split, merged and arranged into pages. Depending of the operation which triggered build, page layout model may or may not be further rendered into fixed page format. For example, computing number of pages in the Document or updating fields does not require rendering, whereas export to Pdf does in C++....is when page layout pulls document content and creates object...this is when structures are split, merged and arranged into pages...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. How to Find and Replace Text in PDF using C#

    This quick tutorial contains information on how to find and replace text in PDF using C#. It helps in changing PDF text using C# with the help of a few API calls without using any third-party tool or software being installed....containing sample text using the Document class object Using the TextFragmentAbsorber...however, if you want to learn to split PDF files by pages, refer to...

    kb.aspose.com/pdf/net/how-to-find-and-replace-t...
  8. Detect Merged Cells in a Worksheet with C++|Doc...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports detecting merged cells in a worksheet, making it easy for users to identify and manipulate these cells. This article will introduce how to use the Aspose.Cells library to detect merged cells.... You can unmerge (split) them too. This article shows...Cells :: Cleanup (); } AI Document Assistant Close...

    docs.aspose.com/cells/cpp/detect-merged-cells-i...
  9. Detect Merged Cells in a Worksheet with JavaScr...

    Learn how to detect merged cells in a worksheet using Aspose.Cells for JavaScript via C++. This article will show you how to use the library to identify and manipulate merged cells.... You can unmerge (split) them too. This article shows...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/javascript-cpp/detect-mer...
  10. ExportHeadersFootersMode | Aspose.Words for Java

    Specifies how headers and footers are exported to HTML MHTML or EPUB in Java....saving a document to HTML. Document doc = new Document(getMyDir()...footer types.docx"); // This document contains headers and footers...

    reference.aspose.com/words/java/com.aspose.word...