Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 2,933 for

split document

(0.05 sec)
  1. Extract text from PDF in JavaScript | Aspose.PDF

    Simple demo source code to extract text from PDF file in Node.js applications....helps extract text from PDF document. In order to parse PDF, we’ll...the PDF with an instance of Document. Create TextAbsorber object...

    products.aspose.com/pdf/nodejs-cpp/parser/text/
  2. 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. I use...the document. Could you take a look at it for me? Document docPR...

    forum.aspose.com/t/extractpages-when-i-use-extr...
  3. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in textboxes within Excel worksheets using Aspose.Cells for Python via .NET.... split ( '$' ) replaces = replace . split ( '$' ) for...

    docs.aspose.com/cells/python-net/replace-tag-wi...
  4. FAQ|Aspose.Words for C++

    Aspose.Words for C++ answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....perform a wide variety of document processing tasks. With Aspose...convert, render, and print documents without third-party applications...

    docs.aspose.com/words/cpp/faq/
  5. Aspose::Words::Vba::VbaReferenceType enum | Asp...

    Aspose::Words::Vba::VbaReferenceType enum. Allows to specify the type of a VbaReference object in C++....; auto doc = MakeObject < Document > ( MyDir + u "VBA project...refParts = libIdReference . Split ( MakeArray < char16_t > ({...

    reference.aspose.com/words/cpp/aspose.words.vba...
  6. How to check Frozen State without Excel using N...

    In this article, you will learn how to check the frozen state of an Excel worksheet programmatically using Node.js with C++ library....the worksheet is frozen or split in MS Excel. But is there a...find whether it is frozen or split with Node.js? We can simply...

    docs.aspose.com/cells/nodejs-cpp/how-to-check-f...
  7. C# API to Export PS to WORDML | products.aspose...

    Convert PS to WORDML without using Microsoft Word...that provides a wide range of document manipulation and conversion... you can use the powerful Document Processing API, Aspose.Words...

    products.aspose.com/total/net/conversion/ps-to-...
  8. 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…...Keywords in Word DOCX ODT Documents Aspose.Words Product Family...from match and repeat in the document? thanks awais.hafeez November...

    forum.aspose.com/t/get-node-that-contains-the-e...
  9. VbaReference Class | Aspose.Words for .NET

    Discover Aspose.Words.Vba.VbaReference class for seamless integration with Automation type libraries and VBA projects. Enhance your Document automation today!...Working with VBA Macros documentation article. public abstract...@"X:\broken.dll" ; Document doc = new Document ( MyDir + "VBA project...

    reference.aspose.com/words/net/aspose.words.vba...
  10. ExportHeadersFootersMode | Aspose.Words for Java

    Specifies how headers and footers are exported to HTML MHTML or EPUB in Java....saving a document to HTML. Document doc = new Document(getMyDir()...footer types.docx"); // This document contains headers and footers...

    reference.aspose.com/words/java/com.aspose.word...