Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 24,544 for

may

(0.08 sec)
  1. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/save-to-stream/
  2. Working with metadata in FLV files | Documentation

    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....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Listening to conversion process events | Docume...

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for .NET API....where the client application may hook up and receive updates....

    docs.groupdocs.com/conversion/net/listening/
  4. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents.... You may add watermarks to documents or...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  5. Export Data | Documentation

    How to export data to XML files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/export-data/
  6. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/searching-for-...
  7. Deleting documents | Documentation

    This page contains information about deleting documents in the search network....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/deleting-documents/
  8. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/indexing-metadata...
  9. Editing a document by converting it to HTML is ...

    This attached document is taking too long to load. Do you have recommended way to handle? Or can you fix. public string LoadContent() { using (Editor editor = new Editor(this.fullPath)) { EditableDocument readyTo…...tahir May 4, 2020, 7:05pm #8 @CLQcflowers...

    forum.groupdocs.com/t/editing-a-document-by-con...
  10. How to load document from Amazon S3 Storage | D...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/load-document-...