Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 12,355 for

new

(0.06 sec)
  1. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Consulting Blog Knowledge Base New Releases Status Websites aspose...settings IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/character-replac...
  2. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...InputStream emlStream = new FileInputStream ( new File ( emlFilename...

    docs.groupdocs.com/editor/java/edit-email/
  3. Working with metadata in Spreadsheets | GroupDocs

    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...
  4. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "HousePlan.dwg" )) {...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  5. Load document from stream | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...inputPath InputStream stream = new FileInputStream ( "inputPath"...

    docs.groupdocs.com/annotation/java/load-documen...
  6. Load document from URL | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( GetRemoteFile ( url...

    docs.groupdocs.com/annotation/net/load-document...
  7. Load WordProcessing document with options | Gro...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new WordProcessingLoadOp { HideComments...

    docs.groupdocs.com/conversion/net/load-wordproc...
  8. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/update-in...
  9. Separate data extraction | GroupDocs

    This article explains how to separately extract data from documents and add the extracted data to the index....Consulting Blog Knowledge Base New Releases Status Websites aspose...And the subsequent addition of new data extractors will significantly...

    docs.groupdocs.com/search/nodejs-java/separate-...
  10. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Creating...

    docs.groupdocs.com/search/java/synonym-dictionary/