Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 10,377 for

new

(0.04 sec)
  1. Search network node events | Documentation

    This page contains information about the purpose and use of all search network events....Consulting Blog Knowledge Base New Releases Status Websites aspose...(). IndexingCompleted . add ( new EventHandler () { @Override public...

    docs.groupdocs.com/search/java/search-network-n...
  2. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Consulting Blog Knowledge Base New Releases Status Websites aspose...()) { URIBuilder uriBuilder = new URIBuilder ( getUriBase ());...

    docs.groupdocs.com/redaction/java/use-microsoft...
  3. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); // Specify...

    docs.groupdocs.com/watermark/java/working-with-...
  4. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . PngWithXmp...

    docs.groupdocs.com/metadata/net/working-with-xm...
  5. eSign Image with Metadata signature | Documenta...

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/esign-image-wi...
  6. Rasterize document or page | Documentation

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/java/rasterize-doc...
  7. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/work-with...
  8. Load TXT document with options | Documentation

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...TxtLoadOptions loadOptions = new TxtLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/load-txt-doc...
  9. Set up logging | Documentation

    This article explains how to set up logging when processing a document with GroupDocs.Signature within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...file FileLogger fileLogger = new FileLogger ( "output.log" );...

    docs.groupdocs.com/signature/net/how-to-set-up-...
  10. Optimize index | Documentation

    This article explains that how to optimize index to reduce the number of segments in an index....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); index...

    docs.groupdocs.com/search/net/optimize-index/