Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 10,428 for

new

(0.04 sec)
  1. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/case-sensitive-s...
  2. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...'c:/MyDocuments/' ; const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/case-sens...
  3. Split text file | Documentation

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...`c:/sample.txt` ; const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/split-tex...
  4. Clear watermarks | Documentation

    This article shows how to clear existing text or image watermarks....Consulting Blog Knowledge Base New Releases Status Websites aspose...Watermarker const watermarker = new groupdocsWatermark . Watermarker...

    docs.groupdocs.com/watermark/nodejs-java/clear/
  5. Advanced search for Image signatures | Document...

     This article explains how to make advanced search for Image electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/advanced-sear...
  6. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...document using (Editor editor = new Editor("sample.pptx")) { // Specify...PresentationEditOpti editOptions = new PresentationEditOpti(); EditableDocument...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  7. 在 Java 中注释 Word DOC DOCX 文件 |添加或删除注释

    在 Java 中添加或删除 Word DOC/DOCX 文件中的注释。使用文档注释 API 添加箭头、矩形、椭圆、水印注释。...final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/zh/annotation/annotate-word-...
  8. How to run examples | Documentation

    This article describes how to run .NET file conversion API code examples....Consulting Blog Knowledge Base New Releases Status Websites aspose...app by executing the dotnet new console command. Add the GroupDocs...

    docs.groupdocs.com/conversion/net/how-to-run-ex...
  9. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleXlsx...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Working with Form Fields | Documentation

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...file path. InputStream fs = new FileInputStream ( inputFilePath...

    docs.groupdocs.com/editor/java/working-with-for...