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

new

(0.07 sec)
  1. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = New Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputJpeg2000...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Image search in network | Documentation

    This page contains information about reverse image search in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...ImageSearchOptions options = new ImageSearchOptions (); options...

    docs.groupdocs.com/search/net/image-search-in-n...
  3. How To Install Windows Fonts on Ubuntu | Docume...

    This article will show how you can install Windows fonts on Ubuntu....Consulting Blog Knowledge Base New Releases Status Websites aspose...ttcorefonts/Times_New_Roman.ttf: Times New Roman:style = Regular...

    docs.groupdocs.com/viewer/java/how-to-install-w...
  4. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/document-filterin...
  5. Digital Signature Verification Options Introduc...

    We are really pleased to announce another monthly release of GroupDocs.Signature for .NET 17.01.0. The latest version of the API comes up with a number of New features, enhancements and bug fixes; ability to check, load and verify digitally signed documents, ability to name the output file in save options, adjust the opacity of text signatures etc are just to name a few. We would suggest you to download this latest release and check out all the improvements we have made to the API....API comes up with a number of new features, enhancements and bug...Signature for .NET 17.01.0 - New Features # Implement alternative...

    blog.groupdocs.com/signature/digital-signature-...
  6. Convert files to various formats | Documentation

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....Consulting Blog Knowledge Base New Releases Status Websites aspose...Loading the source document into a new instance of the class. You can...

    docs.groupdocs.com/conversion/net/convert/
  7. Managing dictionaries in network | Documentation

    This page contains information about managing dictionaries of shards in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...(); } dictionary . addRange ( new String [][] { group }); indexer...

    docs.groupdocs.com/search/java/managing-diction...
  8. Extract table of contents from EPUB eBooks | Do...

    To extract table of contents from EPUB e-books GetToc method is used....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Get...

    docs.groupdocs.com/parser/net/extract-table-of-...
  9. Managing dictionaries in network | Documentation

    This page contains information about managing dictionaries of shards in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...(); } dictionary . AddRange ( new string [][] { group }); indexer...

    docs.groupdocs.com/search/net/managing-dictiona...
  10. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Node.js via Java API and couple lines of code...Consulting Blog Knowledge Base New Releases Status Websites aspose...as parameter. const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/merge-pdf/