Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 5,150 for

split

(0.1 sec)
  1. 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...
  2. 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
  3. CSV to PDF conversion - Free Support Forum - as...

    I am evaluating aspose for converting csv files to pdf(large csv files with rows over a million). I created a workbook object with file path and then saved/converted it to pdf file. The problems I have are : The table…...than a million rows then I split it and the else part gets executed...file is split to several files, then share with us the split files...

    forum.aspose.com/t/csv-to-pdf-conversion/164952
  4. Aspose.Words Use of consulting - Free Support F...

    I have a Word document with multiple headings (all are Level 1). Each heading is followed by a section of text. Is there a way to extract all headings and the specific content under each one?...using the following code to split document by heading styles:...docx"); } /// <summary> /// Splits the document by styles. ///...

    forum.aspose.com/t/aspose-words-use-of-consulti...
  5. Mbox SplitInto extreme slow performance - Free ...

    Hello When Mbox Split feature was not implemented, I wrote a code and comparing it with your new 24.6 Split method, yours seems to be about 10 times slower! May I share my code so you kindly pass it to the devs. might …... 12:54pm 1 Hello When Mbox Split feature was not implemented...comparing it with your new 24.6 split method, yours seems to be about...

    forum.aspose.com/t/mbox-splitinto-extreme-slow-...
  6. Programming with Documents|Aspose.Words for Pyt...

    Use the Aspose using `Python.Words` Document Object Model classes to programmatically create, modify, and manage documents with python-net. Work with document properties, settings, and content, as well as with document appearance through the management of colors, shapes, fonts and other graphics....Insert and Append Documents Split a Document Find and Replace...

    docs.aspose.com/words/python-net/programming-wi...
  7. PageLayoutEvent enumeration | Aspose.Words for ...

    Aspose.Words.Layout.PageLayoutEvent enumeration. A code of event raised during page layout model build and rendering....this is when structures are split, merged and arranged into pages...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Extract text from PDF in JavaScript | Aspose.PDF

    Simple demo source code to extract text from PDF file in Node.js applications.... Split PDF to two files. Convert PDF...

    products.aspose.com/pdf/nodejs-cpp/parser/text/
  9. 2. Display and alignment for LaTeX equations

    This is an introduction into typesetting LaTeX equations with AMS-LATEX packages and provides some examples and their explanations. LaTeX align equations....horizontally spread form of align split A simple alignment within a...single multiline equation, the split environment is at your service...

    docs.aspose.com/tex/java/latex-structures-for-e...
  10. Delete PDF pages|Aspose.PDF for Java

    This section explains how to delete PDF pages with Aspose.PDF Facades using PdfFileEditor class....RuntimeException ( e ); } } Split PDF pages Make Booklet of PDF...

    docs.aspose.com/pdf/java/delete-pdf-pages/