Sort Score
Result 10 results
Languages All
Labels All
Results 7,751 - 7,760 of 31,391 for

new

(0.08 sec)
  1. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/document-renaming/
  2. Implementing Wildcard Search Functionality in y...

    post. Tagged with java, indexing, api, groupdocs....Share to Reddit Share to Hacker News Share to Facebook Share to Mastodon...Creating index Index index = new Index(Utilities.INDEX_PATH,true);...

    dev.to/groupdocs/implementing-wildcard-search-f...
  3. Rectangle - GroupDocs.Comparison for Java - API...

    All Classes Packages com.groupdocs.comparison com.groupdocs.comparison.cells.style com.groupdocs.comparison.common co......Rectangle () Instantiates a new Rectangle. Rectangle (double...width, double height) Creates a new instance of Rectangle Method...

    apireference.groupdocs.com/comparison/java/com....
  4. Support for German language for GroudDocs.Searc...

    I would like to ask if there is any ready solution for your library to handle German grammar (nouns in the singular/plural, irregular forms of verbs etc.). Thank you in advance....following code: License lic = new License(); lic.SetLicense(@"D:/GroupDocs...Search.lic"); var settings = new IndexSettings(); settings.UseRawTextExtraction...

    forum.groupdocs.com/t/support-for-german-langua...
  5. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetReadFileF try ( Metadata metadata = new Metadata ( Constants . InputXlsx...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. signatureappearance - GroupDocs.Signature for J...

    All Classes Packages com.groupdocs.signature com.groupdocs.signature.domain com.groupdocs.signature.domain.barcodes c......SignatureAppearance () Initializes a new instance of the SignatureAppearance...SignatureAppearance() Initializes a new instance of the SignatureAppearance...

    apireference.groupdocs.com/signature/java/com.g...
  7. Resolution Constructor - GroupDocs.Viewer for ....

    Create resolution in DPI....Resolution ( int value ) Public Sub New ( value As Integer ) public :...: Resolution ( int value ) new : value : int -> Resolution Parameters...

    apireference.groupdocs.com/viewer/net/groupdocs...
  8. I used GroupDocs Converter For Java 19.10, An e...

    I used GroupDocs Converter For Java 19.10, An error was reported when converting this file to PDF ERROR.zip (79.5 KB)...following code: // Create a new Converter instance with the input...file path Converter converter = new Converter("D:/¦G-+.xlsx"); //...

    forum.groupdocs.com/t/i-used-groupdocs-converte...
  9. GroupDocs.Parser-for-Java/README.md at master ·...

    GroupDocs.Parser for Java examples, plugins and showcase projects - GroupDocs.Parser-for-Java/README.md at master · groupdocs-parser/GroupDocs.Parser-for-Java...class try ( Parser parser = new Parser ( Constants . SamplePdf...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    github.com/groupdocs-parser/GroupDocs.Parser-fo...
  10. Delete indexed paths | Documentation

    GroupDocs.Search supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/delete-indexed-pa...