Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 5,417 for

split

(0.17 sec)
  1. Splitting and Merging PST files|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....Bulgarian Ukrainian Dutch Svenska Splitting and Merging PST files Contents...Contents [ Hide ] Splitting and Merging PST files Aspose.Email API...

    docs.aspose.com/email/cpp/splitting-and-merging...
  2. VbaReferenceType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Vba.VbaReferenceType enum to easily define VbaReference object types, enhancing your document automation and management.... Split ( '#' ); if ( refParts . Length...

    reference.aspose.com/words/net/aspose.words.vba...
  3. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for JavaScript via C++.... In order to split the contents of a column into...based on which Microsoft Excel splits the contents of a cell into...

    docs.aspose.com/cells/javascript-cpp/convert-te...
  4. Extract Images from Presentation Shapes in Pyth...

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET — quick, code-friendly solution.... split ( "/" )[ 1 ] image_format =...shape_image . content_type . split ( "/" )[ 1 ] image_format =...

    docs.aspose.com/slides/python-net/extracting-im...
  5. Problem for resetting the numbering of List whi...

    We encountered an issue when resetting the list numbering when merging documents. In order to prevent the merged list from continuing the numbering of the target document, we wrote a new processing method called “ResetNu…...document, its five items were split into two lists, resulting in...final generated document being split into two lists starting from...

    forum.aspose.com/t/problem-for-resetting-the-nu...
  6. FontSavingArgs | Aspose.Words for Java

    Provides data for the IFontSavingCallback.fontSavingcom.aspose.words.FontSavingArgs event in Java....split("\\\\"); String fileName = ...args.getOriginalFileName().split("\\\\"); String fileName = ...

    reference.aspose.com/words/java/com.aspose.word...
  7. Getting odd bookmark names for merged pdf in mi...

    I am using apsose pdf to merge a pdf and add bookmarks to it , but the bookmark names are coming correctly when viewed in chrome browser but is not working well with microsoft edge Edge image.png (1.4 KB) Chrome imag…...ali Split this topic November 18, 2025...

    forum.aspose.com/t/getting-odd-bookmark-names-f...
  8. Convert PDF file to HTML format|Aspose.PDF for ...

    This topic show you how to Aspose.PDF allows to convert PDF file to HTML format with PHP library....page size, it is possible to split the output into several pages...); Convert PDF to HTML - Splitting Output to Multi-page HTML...

    docs.aspose.com/pdf/php-java/convert-pdf-to-html/
  9. ExtractPages - when I use ExtractPages it break...

    Good day, when I Split the document into sections. I use the following code for this, it breaks the numbering in the document. Could you take a look at it for me? Document docPR = new Document($"{path}4P003q.docx"); D…...11:52am 1 Good day, when I split the document into sections....when you execute the script (split into pages), the output doesn’t...

    forum.aspose.com/t/extractpages-when-i-use-extr...
  10. Extract SVG From Website – Java Examples

    Learn how to download SVG files from a website using Aspose.HTML for Java. Automate the extraction of both inline and external SVG content from any web page....37 String [] split = url. getPathname (). split ( "/" ); 38 String...String path = split [ split. length - 1 ] ; 39 40 // Save file...

    docs.aspose.com/html/java/extract-svg-from-webs...