Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 10,042 for

new

(0.44 sec)
  1. Indexing password protected documents | Documen...

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Adding...

    docs.groupdocs.com/search/java/indexing-passwor...
  2. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = New Metadata(Constants.InputMpp)) { var root = metadata....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputMpp...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Generating document preview - advanced | Docume...

    This article shows how to generate document pages preview with advanced options....Consulting Blog Knowledge Base New Releases Status Websites aspose...with hidden signatures: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/generating-doc...
  4. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/wildcard-...
  5. Homophone dictionary | Documentation

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

    docs.groupdocs.com/search/net/homophone-diction...
  6. Convert eBook formats | Documentation

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...eBook file Converter converter = new Converter ( "sample.mobi" );...

    docs.groupdocs.com/conversion/java/convert/ebook/
  7. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( var converter = new GroupDocs . Conversion . Converter...

    docs.groupdocs.com/conversion/net/convert/page-...
  8. Annotate Html Documents using GroupDocs.Annotat...

    We are pleased to announce the release of GroupDocs.Annotation for Java 17.5.0. This release comes with multitude of New features, improvements and bug fixes. Some New image formats are introduced such as EMF/WMF and CAD. Furthermore, importing annotations from Word documents is improved and exporting the repeated reply comments issue (Export to MS-Word) is resolved. For further information, please see release notes. We’d recommend you to fetch latest release of the API, integrate it in your project and share your valuable feedback....multitude of new features, improvements and bug fixes. Some new image...Annotation for Java 17.1.0 - New Features # Implement annotating...

    blog.groupdocs.com/annotation/introducing-group...
  9. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same file format into one....PagesOptions pagesOptions = new PagesOptions(FileFormat.PDF,...InputStream documentExample = new FileInputStream(sourceFile);...

    blog.groupdocs.com/merger/first-public-release-...
  10. Convert JSON as a data source to a spreadsheet ...

    Learn how to convert a JSON document as a data source to a spreadsheet using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "data.json" )) {...

    docs.groupdocs.com/conversion/net/convert-json-...