Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 12,285 for

new

(0.15 sec)
  1. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...OlePresentationOptio oleSlidesOptions = new OlePresentationOptio ( "c:\embedded...

    docs.groupdocs.com/merger/java/add-document-to-...
  2. Verifying documents with exception handling | G...

     This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( "sample.pdf" )) {...

    docs.groupdocs.com/signature/net/verifying-docu...
  3. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...JavaScript const metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/working...
  4. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Search...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  5. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/search-text-in-m...
  6. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Node.js via Java without a license (Evaluation Limitations)...Consulting Blog Knowledge Base New Releases Status Websites aspose...the license const license = new groupdocs . License (); license...

    docs.groupdocs.com/comparison/nodejs-java/licen...
  7. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-changes-c...
  8. GroupDocs.Redaction for Java 25.12 – 最新更新和修复(20...

    探索 GroupDocs.Redaction for Java 25.12 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...); final Redactor redactor = new Redactor ( inputStream ); final...ReplacementOptions textReplacement = new ReplacementOptions ( redactWith...

    blog.groupdocs.com/zh/redaction/groupdocs-redac...
  9. Get list of changes | GroupDocs

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  10. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using Java programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...mobi" ; Editor editorFromPath = new Editor ( inputMobiPath ); FileInputStream...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...