Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,592 for

search index

(0.06 sec)
  1. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful document editing API that allows converting supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....Multi-Threaded Indexing Support in Documents Searching # GroupDocs...GroupDocs.Search for .NET allows to perform indexing in multiple threads...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  2. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features....Search Product Solution GroupDocs...setWorksheetIndex ( 0 ); //index is 0-based, so this is 1st tab...

    docs.groupdocs.com/editor/java/edit-document/
  3. Extract text from PDF documents | Documentation

    This article explains that how to extract text from PDF documents...Search Product Solution GroupDocs...; Call method with the page index and obtain object; Read a text...

    docs.groupdocs.com/parser/net/extract-text-from...
  4. Remove annotation from document | Documentation

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Search Product Solution GroupDocs...remove annotation using its index: Java // This example demonstrates...

    docs.groupdocs.com/annotation/java/remove-annot...
  5. Generating slides preview for presentations | D...

    This article describes how to generate a preview for any slide in an existing PowerPoint presentation in SVG format using GroupDocs.Editor for Node.js and Java....Search Product Solution GroupDocs...specified by its zero-based index (not to be confused with one-based...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  6. Extract text from PDF documents | Documentation

    To extract a text from PDF documents getText and getText(int) methods are 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 PDF document: Instantiate Parser object for the initial document; 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....Search Product Solution GroupDocs...property; Call method with the page index and obtain object; Read a text...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. GroupDocsParserException when indexing very old...

    Hello, We get an exception when trying to Index an old doc file: GroupDocs.Parser.Exceptions.GroupDocsParserException: The document appears to be corrupted and cannot be loaded. at .(Stream , LoadOptions ) at .(N…...GroupDocsParserExcep when indexing very old doc file GroupDocs.Search Product Family...an exception when trying to index an old doc file: GroupDocs.Parser...

    forum.groupdocs.com/t/groupdocsparserexception-...
  8. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Search Product Solution GroupDocs...editOptions1 . WorksheetIndex = 0 ; //index is 0-based, so this is 1st tab...

    docs.groupdocs.com/editor/net/edit-document/
  9. Find Answers and Code About GroupDocs APIs! - G...

    Find answers about file formats processing in code. Knowledge base of all file format manipulation examples in .NET C# and Java....Search Product Family Find answers about text search and...and indexing of different files using code on any platform. GroupDocs...

    kb.groupdocs.com/
  10. 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....Search Product Solution GroupDocs...Call method with the sheet index and obtain object; Read a text...

    docs.groupdocs.com/parser/java/extract-text-fro...