Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 4,645 for

split

(0.3 sec)
  1. VbaReferenceCollection class | Aspose.Words for...

    Aspose.Words.Vba.VbaReferenceCollection class. Represents a collection of [VbaReference](../vbareference/) objects... split ( '#' ); if ( refParts . length...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentPartSavingArgs | Aspose.Words for Java

    Provides data for the IDocumentPartSavingCallback.documentPartSavingcom.aspose.words.DocumentPartSavingArgs callback in Java....specified, the document is split into parts and by default, each...property. Examples: Shows how to split a document into parts and save...

    reference.aspose.com/words/java/com.aspose.word...
  3. How to calculate paragraphs in word occupy a fe...

    LayoutEnumerator Please provide me with a case, thanks...can use the following code to split the document into lines: Document...Document("C:\\Temp\\in.docx"); // Split all Run nodes in the document...

    forum.aspose.com/t/how-to-calculate-paragraphs-...
  4. Extract text or images from PDF using JavaScrip...

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

    products.aspose.com/pdf/nodejs-cpp/parser/
  5. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportHeadersFootersMode method. Specifies how headers and footers are output to HTML, MHTML or EPUB. Default value is PerSection for HTML/MHTML and None for EPUB in C++....html do not split the document into pages, so...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Advanced operations|Aspose.PDF for Java

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

    docs.aspose.com/pdf/java/advanced-operations/
  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/python-net/aspose.wo...
  8. Multithreading in Aspose.Slides for Python|Aspo...

    Aspose.Slides for Python via .NET multithreading boosts PowerPoint and OpenDocument processing. Discover best practices for efficient presentation workflows....instance in multiple threads, we split the presentation slides into...

    docs.aspose.com/slides/python-net/multithreading/
  9. Aspose.PDF.Drawing Converting PDF to Docx in Li...

    Hello. Library used here is Aspose.PDF.Drawing [25.6.0], but tested with [25.5.0] as well. We are using linux containers using amazon linux 2023 base image, and when trying to convert a PDF document to Docx, we get s…...PDF to Docx in Linux word splitting issue Aspose.PDF Product Family...hyperlinked words are also “split” and thus resulting in a lot...

    forum.aspose.com/t/aspose-pdf-drawing-convertin...
  10. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...this case it is necessary to split the run. if (e.getMatchOffset()...getNodeType() != NodeType.RUN)); } // Split the last run that contains the...

    forum.aspose.com/t/get-node-that-contains-the-e...