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

new

(0.07 sec)
  1. Merge indexes | GroupDocs

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Consulting Blog Knowledge Base New Releases Status Websites aspose..."c:\\MyDocuments2\\" ; Index index1 = new Index ( indexFolder1 ); // Creating...

    docs.groupdocs.com/search/java/merge-indexes/
  2. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create a new instance of class and pass the...

    docs.groupdocs.com/signature/java/signing-archi...
  3. Load document from stream | GroupDocs

    This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...readStream ) const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...loadOptions = new LoadOptions (); Signature signature = new Signature...

    docs.groupdocs.com/signature/java/searching-for...
  5. Add image annotation | GroupDocs

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Annotator annotator = new Annotator ( "input.pdf" )){ ImageAnnotation...

    docs.groupdocs.com/annotation/java/add-image-an...
  6. Advanced search for Form Field signatures | Gro...

     This article explains how to provide advanced search for Form Field electronic signatures with 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/advanced-sear...
  7. File Size Increase on Conversion to HTML – Grou...

    File Size Increase on Conversion to HTML – GroupDocs for .NET Hello Team, I am using **GroupDocs.Conversion** in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for pr......converter = new Converter(documentPath)) { var options = new WebConvertOptions();...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/file-size-increase-on-con...
  8. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...method. JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/render-ou...
  9. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Consulting Blog Knowledge Base New Releases Status Websites aspose...vsdx" try ( Metadata metadata = new Metadata ( Constants . InputVsdx...

    docs.groupdocs.com/metadata/java/set-metadata-p...
  10. 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 Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/update-index/