Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 5,486 for

split

(0.32 sec)
  1. Unmerge Cells in Excel using Node.js

    This article describes how to unmerge cells in Excel using Node.js. It has the IDE settings, steps, and a sample code to Split merged cells using Node.js....quick tutorial guides how to split merged cells in Excel using...into the Workbook object for splitting the cells Access the target...

    kb.aspose.com/cells/nodejs/unmerge-cells-in-exc...
  2. Merge PDF Files|Aspose.PDF for Java

    Learn how to merge PDF files in Java with the PdfFileEditor facade....example set Page Management Split PDF Documents...

    docs.aspose.com/pdf/java/page-merging/
  3. Save File from URL Using Aspose.HTML for Java

    Learn how to save a file from a URL using Aspose.HTML for Java. Explore Java examples for automating file downloads from websites....17 String [] split = url. getPathname (). split ( "/" ); 18 String...String path = split [ split. length - 1 ] ; 19 20 // Save file...

    docs.aspose.com/html/java/save-file-from-url/
  4. TextFragmentAbsorber with TextSearchOptions Reg...

    Hi, I am trying to Split a 1652 page PDF based on a rule. My current implementation works fine with PDF files that have 120 pages. With my large PDF I get very long wait times when using the following code: var documen…...11:04am 1 Hi, I am trying to split a 1652 page PDF based on a rule...Document(inputStream); //use regex to split by rule var textFragmentAbsorber...

    forum.aspose.com/t/textfragmentabsorber-with-te...
  5. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, and how to customize the merged cell style.... You may unmerge, or split, the merged cells too. A merged...merged cell. When the cell is split, the new cells keep their original...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  6. Replace tag with text in a textbox inside the W...

    Replace tags in worksheet textboxes programmatically using Aspose.Cells for C++....std :: vector < U16String > Split ( const U16String & str , const...vector < U16String > tagParts = Split ( tag , u '$' ); std :: vector...

    docs.aspose.com/cells/cpp/replace-tag-with-text...
  7. Add Page Breaks in PDF|Aspose.PDF for Java

    Insert page breaks into a PDF in Java with the PdfFileEditor facade....workflow when a page needs to be split into multiple pages at a known...

    docs.aspose.com/pdf/java/add-page-breaks-in-pdf/
  8. Merge PDF Files|Aspose.PDF for Python via .NET

    Combining PDF documents is a common requirement in automated workflows, report generation, and document management....Unique Suffix Page Management Split PDF Documents...

    docs.aspose.com/pdf/python-net/page-merging/
  9. Aspose::Words::LowCode::Splitter::Splitter cons...

    How to use Splitter constructor of Aspose::Words::LowCode::Splitter class in C++....Aspose::Words::LowCode::Splitter::Split method...

    reference.aspose.com/words/cpp/aspose.words.low...
  10. How to Get Font Subtype Like Extra Bold from a ...

    Hi, When i try to extract font name, it sometimes comes like : Adobe Clean ExtraBold. How can I extract the main font as Adobe Clean and ExtraBold as sub type. Thanks...GetMainFont(string fontName) { // Split the font name by spaces and...last part var parts = fontName.Split(' '); return string.Join(" "...

    forum.aspose.com/t/how-to-get-font-subtype-like...