Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 1,003 for

date

(0.04 sec)
  1. Merge Files to PDF Online | Combine Word, PDF, ...

    Merge two or more PowerPoint presentation files online into one. Combine all the slides or join only the specific slides of multiple PPT/PPTX files online & programmatically....the option to use any up-to-date browser such as Google Chrome...

    blog.groupdocs.com/merger/merge-to-pdf-online/
  2. Excluding Fonts from Output HTML using GroupDoc...

    We are excited to release another monthly release, version 17.9, of GroupDocs.Viewer for .NET. This version allows you excluding fonts from HTML representation of the document and saving them as external resources. Also, we have extended the support of responsive HTML for MS Visio documents, SVG images, MS Word documents, Open Office Text and Rich Text document format. The latest version also includes some important bug fixes for the issues found in prior releases....Issue with recipient and sent date when rendering from .eml message...

    blog.groupdocs.com/viewer/releasing-groupdocs.v...
  3. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....properties like Author, Creation Date, Producer, Entry, Keywords etc...

    docs.groupdocs.com/signature/net/esign-word-pro...
  4. How to install libgdiplus library | GroupDocs

    Install libgdiplus for GroupDocs.Viewer for Python/.NET. Resolves image rendering issues on Ubuntu, CentOS, macOS....correctly installed and up-to-date. Verifying Installation After...

    docs.groupdocs.com/viewer/python-net/how-to-ins...
  5. Clean Metadata of Documents and Images using Java

    Java API to remove all or selective metadata properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, email, eBooks, Visio Drawings, Zip, etc....Name, Document Modification Date, Make and Model of Camera, etc...

    blog.groupdocs.com/metadata/remove-metadata-fro...
  6. How to Compare Excel Spreadsheets - Online & Fr...

    Compare Excel files using the free online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application....your data is accurate, up-to-date, and free of errors. Compare...

    blog.groupdocs.com/comparison/compare-excel-spr...
  7. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metadata from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....the author, company, creation date, last modification time, and...

    docs.groupdocs.com/parser/net/extract-metadata-...
  8. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....the author, title, publication date, and more, which can greatly...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  9. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....work, the author, the creation date, and copyright information....

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...work, the author, the creation date, and copyright information....

    docs.groupdocs.com/metadata/java/handling-metad...