Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 4,880 for

split

(0.11 sec)
  1. Work with Columns and Rows in C#|Aspose.Words f...

    Working with parts of a table – rows, columns, and cells using C#. Specify Header Row C#....on each page if the table is split into several. In Aspose.Words...contents of a table should not be split across pages. For instance,...

    docs.aspose.com/words/net/working-with-columns-...
  2. Convert PDF file to HTML format|Aspose.PDF for C++

    This topic show you how to Aspose.PDF allows to convert PDF file to HTML format with C++ library....listed: сonvert PDF to HTML; splitting Output to Multi-page HTML;...functionality and quality it works. Splitting Output to Multi-page HTML...

    docs.aspose.com/pdf/cpp/convert-pdf-to-html/
  3. Overview|Aspose.PDF for Android via Java

    Overview of key-features and supported formats of Aspose.PDF for Android via Java, installation and licensing manual of Java library....or remove text and images; split, concatenate, extract or inset...

    docs.aspose.com/pdf/androidjava/overview/
  4. 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...
  5. Load OneNote Document or File | Aspose.Note Doc...

    A guide on how to load a OneNote document or file using Java API methods....❤ by GitHub Setting Page Splitting Algorithm While converting...to specify some methods to split a page. The PdfSaveOptions....

    docs.aspose.com/note/java/load-a-onenote-document/
  6. 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
  7. ExportHeadersFootersMode enumeration | Aspose.W...

    Aspose.Words.Saving.ExportHeadersFootersMode enumeration. Specifies how headers and footers are exported to HTML, MHTML or EPUB....html do not split the document into pages, so...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TxtSaveOptionsBase.ForcePageBreaks | Aspose.Wor...

    Control page breaks with TxtSaveOptionsBase's ForcePageBreaks property. Ensure seamless exports and maintain document formatting effortlessly...."Document" object will use them to split the body into pages. doc = new...

    reference.aspose.com/words/net/aspose.words.sav...
  9. How to Select Pages from PDF and Save using Python

    This article describes the process on how to select pages from PDF and save using Python. It contains all the required information to set the IDE and a runnable sample code along with the description to extract selected pages from PDF using Python....to split a PDF file, refer to the article on how to split PDF...

    kb.aspose.com/pdf/python/how-to-select-pages-fr...
  10. Aspose.Words: Converting a Word document to HTM...

    Aspose version: Aspose Words.NET version 23.6.0 We are using Aspose.Words to convert a Word Document (docx) to HTML by simply saving the loaded docx (loaded into Aspose.Words.Document) as HTML. The document can contain…...base64 string is ‘chunked’ (split across multiple lines) so that...the base64 string, you can split it into chunks of 76 characters...

    forum.aspose.com/t/aspose-words-converting-a-wo...