Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 11,663 for

new

(0.1 sec)
  1. EPUB Metadata Editor – View & Edit EPUB Properties

    Discover ways to view and edit EPUB metadata. Either edit EPUB metadata online or do it programmatically using C# & Java....needed: using (Metadata metadata = new Metadata("path/ebook.epub"))...metadata: try (Metadata metadata = new Metadata("path/ebook.epub"))...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  2. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Consulting Blog Knowledge Base New Releases Status Websites aspose...JavaScript const metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/working...
  3. Extract attachments from Emails | GroupDocs

    Extract email attachments using GroupDocs.Parser for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-attachmen...
  4. ASP.NET WebForms Modern UI Document Viewer v2.1...

    GroupDocs is pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer v2.1.0 using GroupDocs.Viewer for .NET 18.1. This release v2.1.0 comes up with New features and improvements for Search, Print and File Manager to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this New version....0 comes up with new features and improvements for...to download and explore this new version. Features Overview #...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  5. Control documents comparison sensitivity in Java

    Document comparison is one of the most common procedure that is practiced almost in all of the digital businesses. And the objective is same, highlight the inserted or deleted items. Detect the style changes and generate a summary. Let’s see how GroupDocs.Comparison for Java can help us with this scenario. This is a back-end API that can be integrated in any Java application irrespective of the frameworks. Explore API documentation to learn more about the supported features and file formats....using the API, we’ll discuss new features and improvements introduced...or style changed items. The new thing is that you can get coordinate...

    blog.groupdocs.com/comparison/control-documents...
  6. Search thread safety | GroupDocs

    This article shows that how search thread safety works....Consulting Blog Knowledge Base New Releases Status Websites aspose...performed at the same time. A new start of one of these operations...

    docs.groupdocs.com/search/net/search-thread-saf...
  7. Compare PDF documents | GroupDocs

    Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences between PDF files with Python code....Consulting Blog Knowledge Base New Releases Status Websites aspose...the comparison results to a new PDF or another supported format...

    docs.groupdocs.com/comparison/python-net/compar...
  8. Load document from stream | GroupDocs

    Learn how to Load document from stream....Consulting Blog Knowledge Base New Releases Status Websites aspose...stream using ( Parser parser = new Parser ( stream )) { // Extract...

    docs.groupdocs.com/parser/net/load-document-fro...
  9. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = New Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputFlv...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDoc...

    docs.groupdocs.com/metadata/net/getting-known-p...