Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,386 for

document management

(0.04 sec)
  1. Working with saved Emails | Documentation

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-s...
  2. Issues during PPTX files tile watermarking - Fr...

    Hey, another issue is related to PPTX files during tile watermarking. There are two issues that I would like to underline. Firstly, it looks like line_spacing value is completely broken (e.g there is almost no differenc…...main(): document_path = 'input.pptx' output_document_path = 'output...pptx' with gw.Watermarker(document_path) as watermarker: font...

    forum.groupdocs.com/t/issues-during-pptx-files-...
  3. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-o...
  4. How to Convert Word Document to HTML using C#

    This article helps you to convert Word Document to HTML using C#. Generate HTML from DOCX using C# by following step-by-step guide and perform Document conversion....Family How to Convert Word Document to HTML using C# This post...show you how to convert Word Document to HTML using C# . We will...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. GroupDocs.Viewer for Java - Document Viewer Jav...

    GroupDocs pleased to announce another release of Java Document Viewer App (Modern UI) v3.2.0 using GroupDocs.Viewer for Java version 17.5.0. This release v3.2.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....announce another release of Java Document Viewer App (Modern UI) v3...Search, Print and File Manager to view document in both HTML and Image...

    blog.groupdocs.com/viewer/groupdocs.viewer-java...
  6. How to Extract Metadata from Word Document in C#

    This short tutorial explains every piece of information to extract Metadata from Word Document in C# and provides a working code to get Word metadata using C#....Extract Metadata from Word Document in C# This article provides...extract Metadata from Word document in C# with a few simple API...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  7. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. How to Convert Word Document to Image using C#

    This quick article describes the process to convert Word Document to Image using C# and provides a working example for C# Word to Image converter functionality....Family How to Convert Word Document to Image using C# In this...convert Word document to Image using C# . To perform document transformation...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Merge PDF files in Node.js - GroupDocs.Merger

    Discover how to merge PDF files programmatically in Node.js using GroupDocs.Merger for Node.js via Java, ensuring a smooth integration without relying on third-party software....for developers working with document processing. In this blog post...multiple PDF files into a single document using GroupDocs.Merger for...

    blog.groupdocs.com/merger/merge-pdf-in-nodejs/
  10. Remove MP3 Tags using C# - (ID3, Lyrics, APE) |...

    Remove MP3 tags from the mp3 files using C#. Eliminate the ID3v1, ID3v2, Lyrics, and APEv2 metadata tags from the mp3 files using .NET Metadata API....Metadata showcases metadata management .NET API to deal with various...about the API from the documentation and contact us for queries...

    blog.groupdocs.com/metadata/remove-mp3-tags-usi...