Sort Score
Result 10 results
Languages All
Labels All
Results 6,991 - 7,000 of 31,393 for

new

(0.13 sec)
  1. IMoveOptions - GroupDocs.Merger for Java - API ...

    All Classes Packages com.groupdocs.merger com.groupdocs.merger.domain com.groupdocs.merger.domain.common com.groupdoc......getNewPageNumber () Gets or sets the new page number. int getPageNumberToMove...Gets or sets the new page number. Value: The new page number. getPageNumberToMove...

    apireference.groupdocs.com/merger/java/com.grou...
  2. IndexRepository.Update Method (UpdateOptions) -...

    Updates all indexes in the repository....IndexRepository repository = new IndexRepository(); Index index...folder or modify them or add new documents to the folder UpdateOptions...

    apireference.groupdocs.com/search/net/groupdocs...
  3. About Git subtree merges - GitHub Docs

    If you need to manage multiple projects within a single repository, you can use a subtree merge to handle all the references.... Create a new directory and navigate to it...mkdir test cd test Initialize a new Git repository. $ git init >...

    docs.github.com/en/get-started/using-git/about-...
  4. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Consulting Blog Knowledge Base New Releases Status Websites aspose...try { const revisionHandler = new groupdocs . comparison . RevisionHandler...

    docs.groupdocs.com/comparison/nodejs-java/accep...
  5. Enumerable.Append<TSource>(IEnumerable<TSource>...

    Appends a value to the end of the sequence....Returns IEnumerable <TSource> A new sequence that ends with element...numbers List<int> numbers = new List<int> { 1, 2, 3, 4 }; //...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  6. eSign document with Stamp signature | Documenta...

    This article explains how to sign document electronically with generated Stamp signatures by 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/esign-documen...
  7. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java 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 getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = New Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Consulting Blog Knowledge Base New Releases Status Websites aspose...ProjectManagementRea try ( Metadata metadata = new Metadata ( Constants . InputMpp...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. GroupDocs.Search for .NET 17.06.0 Implements Di...

    We are really pleased to announce another regular monthly release of GroupDocs.Search for .NET 17.06.0 API. We have introduced two New features along with a couple of enhancements in this release. The latest version comes up with some improvements to the API’s performance and implements optimization of search functionality and spelling corrector functionality. As far as New features are concerned, the API has implemented dictionary of letters in this release.... We have introduced two new features along with a couple...corrector functionality. As far as new features are concerned, the API...

    blog.groupdocs.com/search/groupdocs.search-.net...
  9. Extended Document Information Support - Introdu...

    We are glad to announce another release of GroupDocs.Conversion for .NET v17.4.0. In this monthly release New feature “Extended Document Information and Improved Performance” introduced, along with major fixes and improvements. We recommend our users to download the New release and use the New exciting features to enhance their application. GroupDocs.Conversion for .NET API 17.4.0This release of GroupDocs.Conversion for .NET 17.4.0 Implemented Metadata support for different supported document formats. Here is the list of changes made in New release.... In this monthly release new feature “ Extended Document Information...to download the new release and use the new exciting features...

    blog.groupdocs.com/conversion/extended-document...
  10. WordProcessingLoadOption is not working - Free ...

    When I try to convert a docx to pdf with: using (Converter converter = New Converter(wordFile, () => New WordProcessingLoadOptions { UpdateFields= true })) { PdfConvertOpt…...(Converter converter = new Converter(wordFile, () => new WordProcessingLoadOp...PdfConvertOptions options = new PdfConvertOptions(); converter...

    forum.groupdocs.com/t/wordprocessingloadoption-...