Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 4,668 for

as

(0.08 sec)
  1. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in AsF files 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 AsfRootPackage.AsfPackage Read the AsF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage<AsfRootPackage>(); var package = root.AsfPackage; // Display bAsic properties Console....Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage<AsfRootPackage>(); var package = root.AsfPackage; // Display basic properties Console.

    docs.groupdocs.com/metadata/net/working-with-me...
  2. compressed.zip

    business-plan.docx HOME BAsED professional services Business Plan HOME BAsED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Bus......business-plan.docx HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Bus...

    docs.groupdocs.com/conversion/python-net/_sampl...
  3. Viewer Pptx page number error - Free Support Fo...

    Hi, There is a scroll error in pptx files. Page numbers do not increAse properly. I am sharing the version information => 25.1.1 8.0.2...Hi, There is a scroll error in pptx files. Page numbers do not increase properly. I am sharing the version information =&gt; 25.1.1 8.0.2

    forum.groupdocs.com/t/viewer-pptx-page-number-e...
  4. GroupDocs.Editor Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or clAssify documents of almost all the popular file formats....Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.

    blog.groupdocs.com/categories/groupdocs.editor-...
  5. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....This article explains how to create encrypted Metadata electronic signature with embedded custom object.

    docs.groupdocs.com/signature/java/sign-document...
  6. Duplicate Pages - Free Support Forum - groupdoc...

    When merging multiple DOCX files, several pages are duplicated numerous times. This only happens when merging more than 2 files of DOC/DOCX. The Same code works fine when merging multiple PDFs. Any ideAs why this is …...When merging multiple DOCX files, several pages are duplicated numerous times. This only happens when merging more than 2 files of DOC/DOCX. The Same code works fine when merging multiple PDFs. Any ideas why this is &hellip;

    forum.groupdocs.com/t/duplicate-pages/9021
  7. GroupDocs.Viewer for .NET - ASP.NET MVC Documen...

    GroupDocs is pleAsed to announce another releAse of AsP.NET MVC Modern UI Document Viewer v1.5.0 using GroupDocs.Viewer for .NET 18.3. This releAse v1.5.0 comes up with new features and improvements for Paging, .MSG Attachments 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....GroupDocs is pleased to announce another release of ASP.NET MVC Modern UI Document Viewer v1.5.0 using GroupDocs.Viewer for .NET 18.3. This release v1.5.0 comes up with new features and improvements for Paging, .MSG Attachments 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.

    blog.groupdocs.com/viewer/groupdocs.viewer-.net...
  8. Existing objects in Word document | GroupDocs

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API

    docs.groupdocs.com/watermark/java/existing-obje...
  9. Document Parsing on GroupDocs Blog | Document A...

    Document Parsing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Parsing on GroupDocs Blog | Document Automation Solutions for .NET & Java De......Document Parsing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Parsing on GroupDocs Blog | Document Automation Solutions for .NET & Java De...

    blog.groupdocs.com/pt/tag/document-parsing/inde...
  10. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist.

    blog.groupdocs.com/signature/working-with-group...