Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 6,528 for

informations

(1.1 sec)
  1. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a Spreadsheet document Extract...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Purchase Buy Now Pricing Information Free Trials Temporary License...format automatically based on information in the file header. Note...

    docs.groupdocs.com/viewer/net/render-ms-project...
  3. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Purchase Buy Now Pricing Information Free Trials Temporary License...the index is reloaded. For information on managing the stop word...

    docs.groupdocs.com/search/java/indexing-with-st...
  4. Preview Digital Certificates properties | Group...

    This article shows how to receive digital certificates properties over Document Info method....Purchase Buy Now Pricing Information Free Trials Temporary License...method to receive document information. The response .will includes:...

    docs.groupdocs.com/signature/net/preview-certif...
  5. Pie Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Outlook 2013: Create a new Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Purchase Buy Now Pricing Information Free Trials Temporary License...email. The report must show information on a Pie Chart. It must indicate...

    docs.groupdocs.com/assembly/net/pie-chart-in-em...
  6. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iInformation Free Trials Temporary License...demonstrates how to extract information about known properties that...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  7. Getting known property descriptors | GroupDocs

    Extract information about the known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...demonstrates how to extract information about the known properties...

    docs.groupdocs.com/metadata/python-net/getting-...
  8. Läs metadata från PDF med C#

    Lär dig hur du läser metadata från PDF med C# utan att behöva installera extra programvara. Fördjupa dig i ett kodexempel som visar hur man läser metadata i PDF med C#....-filer innehåller viktig information om dokumentet, såsom titel...ändringsdatum och nyckelord. Denna information kan vara avgörande för dokumenthanteringssy...

    kb.groupdocs.com/sv/metadata/net/read-metadata-...
  9. Extract metadata from DOCX using C#

    This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process....enabling you to retrieve information such as the document title...obtain crucial metadata information from your DOCX files quickly...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a PDF document Extract the...

    docs.groupdocs.com/metadata/net/working-with-me...