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

split

(0.19 sec)
  1. Optimize, Compress or Reduce PDF Size in Python...

    Discover how to optimize PDF files for performance and file size reduction in Python with Aspose.PDF.... Save ( dataDir ) Split PDF programmatically in Python...

    docs.aspose.com/pdf/python-cpp/optimize-pdf/
  2. 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...

    docs.aspose.com/cells/cpp/detect-merged-cells-i...
  3. Advanced operations for C++|Aspose.PDF for C++

    Aspose.PDF for C++ can perform not only simple and easy tasks but also cope with more complex functions. For advanced users and developers, the Advanced section will detail these features for you....with Documents - compress, split, and merge documents and make...

    docs.aspose.com/pdf/cpp/advanced-operations/
  4. Merge or Unmerge Range of Cells with Node.js vi...

    Merge and Unmerge Cells in a Range in Excel with Node.js via C++ code....Cells to merge or split a range of cells. Aspose.Cells...

    docs.aspose.com/cells/nodejs-cpp/merge-or-unmer...
  5. Convert Paragraph into Bullet Points in Word us...

    Convert paragraph into bullet points in Word using C#. You will get IDE settings and a sample code to convert text to bullet points in Word using C#....string and split it into strings using Regex.Split() method Create...list of sentences using Regex.Split() method followed by the creation...

    kb.aspose.com/words/net/convert-paragraph-into-...
  6. 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/
  7. Aspose.PDF.Document.Save(Stream output) is thro...

    We are using one WPF C# project of .Net Framework version 4.6.1 in Visual studio 2017 to create one PDF using Aspose.PDF.dll of version 23.5.0.0 But whenever the Save(Stream output) method of Aspose.PDF.Document class i…... Split the Document : If feasible, split the document...

    forum.aspose.com/t/aspose-pdf-document-save-str...
  8. 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...
  9. Advanced operations|Aspose.PDF for PHP via Java

    You can perform not only simple and easy tasks but also cope with more complex goals with Aspose.PDF for PHP via Java....with Documents - compress, split, and merge documents and make...

    docs.aspose.com/pdf/php-java/advanced-operations/
  10. Replace word with image - Free Support Forum - ...

    Dear, I have a docs document in which I want to replace a collection of words with images. For each word, that I want to replace, I have the corresponding image. The image should replace the word. The dimensions of th…...this case it is necessary to split the run. if (args.MatchOffset...NodeType != NodeType.Run); } // Split the last run that contains the...

    forum.aspose.com/t/replace-word-with-image/317224